diff --git a/anthy.changes b/anthy.changes index e754258..8f356c0 100644 --- a/anthy.changes +++ b/anthy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Dec 04 17:16:57 CET 2007 - mfabian@suse.de + +- remove openldap2 from BuildRequires. +- use fdupes. + ------------------------------------------------------------------- Thu Aug 02 13:39:28 CEST 2007 - mfabian@suse.de diff --git a/anthy.spec b/anthy.spec index 1c1e51b..67730be 100644 --- a/anthy.spec +++ b/anthy.spec @@ -11,18 +11,18 @@ # norootforbuild Name: anthy -BuildRequires: emacs-x11 giflib-devel krb5 libpng-devel libtiff-devel openldap2 openldap2-devel xemacs xorg-x11-devel -License: GPL v2 or later, LGPL v2 or later +BuildRequires: emacs-x11 fdupes giflib-devel krb5 libpng-devel libtiff-devel openldap2 openldap2-devel xemacs xorg-x11-devel +License: GPL v2 or later; LGPL v2.1 or later Group: System/I18n/Japanese -Autoreqprov: on +AutoReqProv: on Provides: locale(scim-anthy:ja) Provides: locale(uim:ja) Provides: locale(m17n-lib:ja) Provides: locale(xemacs:ja) Provides: locale(emacs:ja) Version: 9100 -Release: 1 -URL: http://sourceforge.jp/projects/anthy/ +Release: 51 +Url: http://sourceforge.jp/projects/anthy/ # old URL, still some information only there: http://www.kmc.kyoto-u.ac.jp/proj/heke/ # cvs -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/anthy login # cvs -z3 -d:pserver:anonymous@cvs.sourceforge.jp:/cvsroot/anthy co modulename @@ -103,7 +103,6 @@ cd test ./anthy --all %install -[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; make DESTDIR=$RPM_BUILD_ROOT install install -m 644 $RPM_SOURCE_DIR/suse-start-anthy.el $RPM_BUILD_ROOT/usr/share/emacs/site-lisp/ # compile the XEmacs versions of the emacs-lisp files and install them: @@ -113,9 +112,9 @@ pushd src-util mkdir -p $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy install -m 644 *.el *.elc $RPM_BUILD_ROOT/usr/share/xemacs/site-packages/lisp/anthy popd +%fdupes $RPM_BUILD_ROOT/usr/share %clean -#[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT; %post -p /sbin/ldconfig @@ -142,6 +141,9 @@ popd %{_libdir}/pkgconfig/anthy.pc %changelog +* Tue Dec 04 2007 - mfabian@suse.de +- remove openldap2 from BuildRequires. +- use fdupes. * Thu Aug 02 2007 - mfabian@suse.de - update to 9100. - add ldconfig post scripts.