From 94e1e865a0a41eea4aa4db371a006932d342f585d6f979ec6b0ab08b18e25827 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Tue, 16 Jun 2009 14:21:03 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/anthy?expand=0&rev=9 --- anthy-9100.tar.bz2 | 3 --- anthy-9100h.tar.bz2 | 3 +++ anthy-autoconf.patch | 12 ------------ anthy.changes | 9 +++++++++ anthy.spec | 28 +++++++++++++++++----------- 5 files changed, 29 insertions(+), 26 deletions(-) delete mode 100644 anthy-9100.tar.bz2 create mode 100644 anthy-9100h.tar.bz2 delete mode 100644 anthy-autoconf.patch diff --git a/anthy-9100.tar.bz2 b/anthy-9100.tar.bz2 deleted file mode 100644 index 13e8da2..0000000 --- a/anthy-9100.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c78036fb847166cc14a4fa9ca5e687e8d2f507db7762ab84c929377a9ad0a549 -size 3584705 diff --git a/anthy-9100h.tar.bz2 b/anthy-9100h.tar.bz2 new file mode 100644 index 0000000..51a53d8 --- /dev/null +++ b/anthy-9100h.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cdad139ea42aac63a9a59e5546419de21e8a210b691d09aafe60475efe6bffb +size 3906310 diff --git a/anthy-autoconf.patch b/anthy-autoconf.patch deleted file mode 100644 index 3b14a4d..0000000 --- a/anthy-autoconf.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -ru anthy-3814.orig/src-util/Makefile.am anthy-3814/src-util/Makefile.am ---- anthy-3814.orig/src-util/Makefile.am 2003-01-27 15:16:38.000000000 +0100 -+++ anthy-3814/src-util/Makefile.am 2003-02-16 18:50:17.000000000 +0100 -@@ -5,7 +5,7 @@ - ELISP_FILES = anthy.el anthy-isearch.el anthy-dic.el anthy-conf.el leim-list.el - EXTRA_DIST = $(ELISP_FILES) typetab dic-tool-usage.txt rcsize.rb - bin_PROGRAMS = anthy-dic-tool anthy-agent --ELCFILES = anthy.elc anthy-dic.elc -+#ELCFILES = anthy.elc anthy-dic.elc - if ELISP - lisp_LISP = $(ELISP_FILES) - endif diff --git a/anthy.changes b/anthy.changes index f8a7594..3b58d6b 100644 --- a/anthy.changes +++ b/anthy.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Jun 4 09:39:49 CEST 2009 - tiwai@suse.de + +- updated to anthy-9100h + * auto-tools fixes + * corpus updates + * alt-cannadic updates + * other many fixes; see ChangeLog + ------------------------------------------------------------------- Fri Jan 9 00:26:03 CET 2009 - crrodriguez@suse.de diff --git a/anthy.spec b/anthy.spec index 921b3a8..d9e1a1d 100644 --- a/anthy.spec +++ b/anthy.spec @@ -1,5 +1,5 @@ # -# spec file for package anthy (Version 9100) +# spec file for package anthy (Version 9100h) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -31,15 +31,14 @@ Provides: locale(uim:ja) Provides: locale(m17n-lib:ja) Provides: locale(xemacs:ja) Provides: locale(emacs:ja) -Version: 9100 -Release: 167 +Version: 9100h +Release: 1 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 -Source0: http://osdn.dl.sourceforge.jp/anthy/26131/anthy-9100.tar.bz2 +Source0: anthy-%{version}.tar.bz2 Source1: suse-start-anthy.el -Patch0: anthy-autoconf.patch Patch2: anthy-last-command-char-xemacs.patch Patch3: bugzilla-224463-comparison-with-string-literal.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -92,15 +91,14 @@ Authors: TAHATA Yuusuke %prep -%setup0 -q -n %{name}-%{version} -#%patch0 -p 1 +%setup -q %patch2 -p 1 %patch3 -p 1 %build -rm -f config.cache -# update config.{guess,sub} autoreconf --force --install +CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ +CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \ %configure --disable-static --with-pic %{__make} %{?jobs:-j%jobs} @@ -109,7 +107,7 @@ cd test ./anthy --all %install -make DESTDIR=$RPM_BUILD_ROOT install +%makeinstall 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: pushd src-util @@ -122,6 +120,8 @@ popd %fdupes $RPM_BUILD_ROOT/usr/share %endif %{__rm} -f %{buildroot}%{_libdir}/*.la +# remove unneeded Makefiles for documents +rm -f doc/Makefile.* %clean %{__rm} -rf %{buildroot} @@ -150,6 +150,12 @@ popd %{_libdir}/pkgconfig/anthy.pc %changelog +* Thu Jun 04 2009 tiwai@suse.de +- updated to anthy-9100h + * auto-tools fixes + * corpus updates + * alt-cannadic updates + * other many fixes; see ChangeLog * Fri Jan 09 2009 crrodriguez@suse.de - remove static libraries and "la" files * Mon Dec 01 2008 ro@suse.de @@ -220,7 +226,7 @@ popd - update to 4421. * Sun Feb 16 2003 mfabian@suse.de - update to 3814 -* Mon Nov 11 2002 ro@suse.de +* Tue Nov 12 2002 ro@suse.de - changed neededforbuild to * Mon Aug 12 2002 mfabian@suse.de - update to 3208