SHA256
1
0
forked from pool/anthy
OBS User unknown 2007-12-05 22:35:05 +00:00 committed by Git OBS Bridge
parent c2a7d1bfac
commit df156f1b8f
2 changed files with 15 additions and 7 deletions

View File

@ -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

View File

@ -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.