- New upstream release.
- anthy-7900-fix-undef-non-weak-symbol.patch: fixed the undefined non-weak
symbols issue. (#198180)
- use dist tag.
This commit is contained in:
parent
ab78d48875
commit
6dcf346da6
3 changed files with 16 additions and 4 deletions
|
|
@ -22,3 +22,4 @@ anthy-7802.tar.gz
|
|||
anthy-7811.tar.gz
|
||||
anthy-7818.tar.gz
|
||||
anthy-7824.tar.gz
|
||||
anthy-7900.tar.gz
|
||||
|
|
|
|||
17
anthy.spec
17
anthy.spec
|
|
@ -1,13 +1,13 @@
|
|||
%define version 7824
|
||||
%define gcanna_ver 20051002
|
||||
%{expand: %%define build_with_xemacs %{?_with_xemacs:1}%{!?_with_xemacs:0}}
|
||||
|
||||
Name: anthy
|
||||
Version: %{version}
|
||||
Release: 1.fc6
|
||||
Version: 7900
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
URL: http://sourceforge.jp/projects/anthy/
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: automake autoconf
|
||||
%ifnarch ppc64
|
||||
BuildRequires: emacs
|
||||
%endif
|
||||
|
|
@ -17,6 +17,7 @@ Source0: http://prdownloads.sourceforge.jp/anthy/9723/anthy-%{version}.tar.gz
|
|||
Source1: anthy-init.el
|
||||
Source2: http://www.geocities.jp/ep3797/snapshot/tmp/anthy_gcanna_ut-%{gcanna_ver}.tar.bz2
|
||||
Patch2: anthy-gcanna-nakaguro.patch
|
||||
Patch3: anthy-7900-fix-undef-non-weak-symbol.patch
|
||||
|
||||
Summary: Japanese character set input library
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -61,6 +62,10 @@ character set on XEmacs.
|
|||
%prep
|
||||
%setup -q -a 2
|
||||
%patch2 -p1
|
||||
%patch3 -p1 -b .non-weak
|
||||
# need to regenerate Makefile for patch3
|
||||
automake
|
||||
autoconf
|
||||
|
||||
%build
|
||||
%configure
|
||||
|
|
@ -127,6 +132,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Jul 11 2006 Akira TAGOH <tagoh@redhat.com> - 7900-1
|
||||
- New upstream release.
|
||||
- anthy-7900-fix-undef-non-weak-symbol.patch: fixed the undefined non-weak
|
||||
symbols issue. (#198180)
|
||||
- use dist tag.
|
||||
|
||||
* Mon Jun 26 2006 Akira TAGOH <tagoh@redhat.com> - 7824-1
|
||||
- New upstream snapshot release.
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1,2 +1,2 @@
|
|||
d0f6128b6e000e85764abbc030399db7 anthy_gcanna_ut-20051002.tar.bz2
|
||||
bf4cce0a20f53cc7813a3f2d90c5a52c anthy-7824.tar.gz
|
||||
356467305997191acd353d1c7e4e5d92 anthy-7900.tar.gz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue