From 229b783f46243d2ee81e7368d7082e22714db16e Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 5 Aug 2005 07:56:36 +0000 Subject: [PATCH] auto-import kasumi-0.9-1 on branch devel from kasumi-0.9-1.src.rpm --- .cvsignore | 1 + kasumi.spec | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 66 insertions(+) create mode 100644 kasumi.spec diff --git a/.cvsignore b/.cvsignore index e69de29..8e60652 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +kasumi-0.9.tar.gz diff --git a/kasumi.spec b/kasumi.spec new file mode 100644 index 0000000..98a41be --- /dev/null +++ b/kasumi.spec @@ -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 - 0.9-1 +- Initial packaging for Fedora Extras diff --git a/sources b/sources index e69de29..d923a0c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +9f34a65e757e942938d34528f8869344 kasumi-0.9.tar.gz