auto-import kasumi-0.9-1 on branch devel from kasumi-0.9-1.src.rpm

This commit is contained in:
Akira TAGOH 2005-08-05 07:56:36 +00:00
parent edc7342645
commit 229b783f46
3 changed files with 66 additions and 0 deletions

View File

@ -0,0 +1 @@
kasumi-0.9.tar.gz

64
kasumi.spec Normal file
View File

@ -0,0 +1,64 @@
Name: kasumi
Version: 0.9
Release: 1%{?dist}
Summary: An anthy dictionary management tool.
License: GPL
Group: Applications/Text
URL: http://kasumi.sourceforge.jp/
Source0: %{name}-%{version}.tar.gz
Source1: %{name}.desktop
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils, gtk2-devel
%description
Kasumi is a dictionary management tool for Anthy.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall
desktop-file-install \
--vendor fedora \
--dir ${RPM_BUILD_ROOT}/%{_datadir}/applications \
--add-category X-Fedora \
%{SOURCE1}
%find_lang %{name}
%clean
rm -rf $RPM_BUILD_ROOT
%post
/sbin/ldconfig
%postun
/sbin/ldconfig
%files -f %{name}.lang
%defattr(-,root,root, -)
%{_bindir}/kasumi
%{_datadir}/kasumi
%{_datadir}/applications/fedora-kasumi.desktop
%doc AUTHORS COPYING ChangeLog INSTALL NEWS README
%changelog
* Wed Jun 29 2005 Ryo Dairiki <ryo-dairiki@users.sourceforge.net> - 0.9-1
- Initial packaging for Fedora Extras

View File

@ -0,0 +1 @@
9f34a65e757e942938d34528f8869344 kasumi-0.9.tar.gz