- Updated to 2.2
- Remove kasumi-2.0.1-errorcode.patch. no longer needed.
This commit is contained in:
parent
bd2e37d044
commit
a650a6f1e4
@ -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
|
||||
|
||||
27
kasumi.spec
27
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 <jkeating@redhat.com> - sh: line 0: fg: no job control
|
||||
* Fri Mar 2 2007 Akira TAGOH <tagoh@redhat.com> - 2.2-1
|
||||
- Updated to 2.2
|
||||
- Remove kasumi-2.0.1-errorcode.patch. no longer needed.
|
||||
|
||||
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.0.1-1.1
|
||||
- rebuild
|
||||
|
||||
* Fri Jun 30 2006 Akira TAGOH <tagoh@redhat.com> - 2.0.1-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user