diff --git a/kasumi.spec b/kasumi.spec index 98a41be..95be49c 100644 --- a/kasumi.spec +++ b/kasumi.spec @@ -1,17 +1,17 @@ Name: kasumi Version: 0.9 -Release: 1%{?dist} -Summary: An anthy dictionary management tool. +Release: 2 License: GPL -Group: Applications/Text URL: http://kasumi.sourceforge.jp/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: desktop-file-utils, gtk2-devel Source0: %{name}-%{version}.tar.gz Source1: %{name}.desktop -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: desktop-file-utils, gtk2-devel +Summary: An anthy dictionary management tool. +Group: Applications/Text %description Kasumi is a dictionary management tool for Anthy. @@ -43,14 +43,6 @@ desktop-file-install \ rm -rf $RPM_BUILD_ROOT -%post -/sbin/ldconfig - - -%postun -/sbin/ldconfig - - %files -f %{name}.lang %defattr(-,root,root, -) %{_bindir}/kasumi @@ -60,5 +52,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Aug 5 2005 Akira TAGOH - 0.9-2 +- Import into Core. +- clean up spec file. + * Wed Jun 29 2005 Ryo Dairiki - 0.9-1 - Initial packaging for Fedora Extras +