From 2b6d46a7de387ea9b17209bc96f3d6437f608ded Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 23 Nov 2012 14:02:25 +0900 Subject: [PATCH] the spec file cleanup --- kasumi.spec | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/kasumi.spec b/kasumi.spec index 29c7f26..55829a0 100644 --- a/kasumi.spec +++ b/kasumi.spec @@ -4,7 +4,6 @@ Release: 9%{?dist} License: GPLv2+ URL: http://kasumi.sourceforge.jp/ -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: gtk2-devel anthy-devel Source0: http://jaist.dl.sourceforge.jp/kasumi/41436/%{name}-%{version}.tar.gz Patch0: kasumi-853099-manpage.patch @@ -26,7 +25,6 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" # remove .desktop file so that kasumi is accessible from scim panel/ibus panel and it's not necessary for other users. @@ -35,12 +33,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - - %files -f %{name}.lang -%defattr(-,root,root, -) %{_bindir}/kasumi %{_mandir}/man1/kasumi.1* %{_datadir}/pixmaps/kasumi.png @@ -48,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Nov 23 2012 Akira TAGOH +- the spec file cleanup + * Fri Aug 31 2012 Akira TAGOH 2.5-9 - Fix the missing descriptions for some options in --help (#853099)