- New upstream release.
- use dist tag.
- kasumi-2.0.1-errorcode.patch: fixed not working when the private
dictionary is empty. (#197313)
This commit is contained in:
parent
d6a3171fd4
commit
f55d04524d
@ -6,3 +6,4 @@ kasumi-0.9.tar.gz
|
||||
kasumi-0.10.tar.gz
|
||||
kasumi-1.0.tar.gz
|
||||
kasumi-2.0.tar.gz
|
||||
kasumi-2.0.1.tar.gz
|
||||
|
||||
11
kasumi.spec
11
kasumi.spec
@ -1,6 +1,6 @@
|
||||
Name: kasumi
|
||||
Version: 2.0
|
||||
Release: 2.fc6
|
||||
Version: 2.0.1
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPL
|
||||
URL: http://kasumi.sourceforge.jp/
|
||||
@ -9,6 +9,7 @@ BuildRequires: desktop-file-utils, gtk2-devel gettext-devel anthy-devel automake
|
||||
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,6 +21,7 @@ Kasumi is a dictionary management tool for Anthy.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1 -b .gcc41
|
||||
%patch1 -p1 -b .errcode
|
||||
aclocal
|
||||
automake --add-missing
|
||||
autoconf
|
||||
@ -56,6 +58,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 30 2006 Akira TAGOH <tagoh@redhat.com> - 2.0.1-1
|
||||
- New upstream release.
|
||||
- use dist tag.
|
||||
- kasumi-2.0.1-errorcode.patch: fixed not working when the private dictionary is empty. (#197313)
|
||||
|
||||
* Wed Jun 7 2006 Akira TAGOH <tagoh@redhat.com> - 2.0-2
|
||||
- added anthy-devel, automake and autoconf to BuildReq. (#194121)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user