From a650a6f1e4e4c7bf1f973d75f60115bc6300e317 Mon Sep 17 00:00:00 2001 From: Akira TAGOH Date: Fri, 2 Mar 2007 12:53:43 +0000 Subject: [PATCH] - Updated to 2.2 - Remove kasumi-2.0.1-errorcode.patch. no longer needed. --- .cvsignore | 1 + kasumi.spec | 27 +++++++++++++++------------ sources | 2 +- 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.cvsignore b/.cvsignore index ed01f3a..b255cff 100644 --- a/.cvsignore +++ b/.cvsignore @@ -7,3 +7,4 @@ kasumi-0.10.tar.gz kasumi-1.0.tar.gz kasumi-2.0.tar.gz kasumi-2.0.1.tar.gz +kasumi-2.2.tar.gz diff --git a/kasumi.spec b/kasumi.spec index de72223..7f76267 100644 --- a/kasumi.spec +++ b/kasumi.spec @@ -1,15 +1,13 @@ Name: kasumi -Version: 2.0.1 -Release: 1.1%{?dist} +Version: 2.2 +Release: 1%{?dist} License: GPL 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: %{name}-%{version}.tar.gz -Source1: %{name}.desktop Patch0: kasumi-1.0-gcc41.patch -Patch1: kasumi-2.0.1-errorcode.patch Summary: An anthy dictionary management tool. @@ -20,11 +18,10 @@ Kasumi is a dictionary management tool for Anthy. %prep %setup -q -%patch0 -p1 -b .gcc41 -%patch1 -p1 -b .errcode -aclocal -automake --add-missing -autoconf +#%%patch0 -p1 -b .gcc41 +#aclocal +#automake --add-missing +#autoconf %build %configure @@ -39,7 +36,8 @@ desktop-file-install \ --vendor fedora \ --dir ${RPM_BUILD_ROOT}/%{_datadir}/applications \ --add-category X-Fedora \ - %{SOURCE1} + --delete-original \ + $RPM_BUILD_ROOT%{_datadir}/applications/%{name}.desktop %find_lang %{name} @@ -52,13 +50,18 @@ rm -rf $RPM_BUILD_ROOT %files -f %{name}.lang %defattr(-,root,root, -) %{_bindir}/kasumi -%{_datadir}/kasumi +%{_mandir}/man1/kasumi.1* +%{_datadir}/pixmaps/kasumi.png %{_datadir}/applications/fedora-kasumi.desktop %doc AUTHORS COPYING ChangeLog NEWS README %changelog -* Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control +* Fri Mar 2 2007 Akira TAGOH - 2.2-1 +- Updated to 2.2 +- Remove kasumi-2.0.1-errorcode.patch. no longer needed. + +* Wed Jul 12 2006 Jesse Keating - 2.0.1-1.1 - rebuild * Fri Jun 30 2006 Akira TAGOH - 2.0.1-1 diff --git a/sources b/sources index f5f8d2d..abf9b72 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -03c03a261c63d2c8cd4bdcc77a55d7eb kasumi-2.0.1.tar.gz +d0c3a605fc95b89d4e102ffdd0b4c37d kasumi-2.2.tar.gz