From 3c1502d1d08dc46cde4f8ffa8624304f60e3035f Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Mon, 21 Dec 2009 07:22:55 +0000 Subject: [PATCH] - improve the spec file (#546147) --- kasumi.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/kasumi.spec b/kasumi.spec index 231980c..2e25d7b 100644 --- a/kasumi.spec +++ b/kasumi.spec @@ -1,15 +1,15 @@ Name: kasumi Version: 2.5 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://kasumi.sourceforge.jp/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: desktop-file-utils, gtk2-devel gettext-devel anthy-devel automake autoconf -Source0: http://osdn.dl.sourceforge.jp/kasumi/41436/%{name}-%{version}.tar.gz +BuildRequires: desktop-file-utils, gtk2-devel anthy-devel +Source0: http://dl.sourceforge.jp/kasumi/41436/%{name}-%{version}.tar.gz -Summary: An anthy dictionary management tool. +Summary: An anthy dictionary management tool Group: Applications/Text %description Kasumi is a dictionary management tool for Anthy. @@ -25,10 +25,10 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -%makeinstall +make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p" # remove .desktop file so that kasumi is accessible from scim panel and it's not necessary for other users. -rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop +#rm -rf $RPM_BUILD_ROOT%{_datadir}/applications/*.desktop %find_lang %{name} @@ -43,10 +43,14 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/kasumi %{_mandir}/man1/kasumi.1* %{_datadir}/pixmaps/kasumi.png +%{_datadir}/applications/kasumi.desktop %doc AUTHORS COPYING ChangeLog NEWS README %changelog +* Mon Dec 21 2009 Akira TAGOH - 2.5-2 +- improve the spec file (#546147) + * Mon Aug 3 2009 Akira TAGOH - 2.5-1 - New upstream release.