forked from pool/anthy
This commit is contained in:
committed by
Git OBS Bridge
parent
7391b48c92
commit
94e1e865a0
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c78036fb847166cc14a4fa9ca5e687e8d2f507db7762ab84c929377a9ad0a549
|
||||
size 3584705
|
BIN
anthy-9100h.tar.bz2
(Stored with Git LFS)
Normal file
BIN
anthy-9100h.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
@@ -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
|
||||
|
||||
|
28
anthy.spec
28
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 <yusuke@kmc.kyoto-u.ac.jp>
|
||||
|
||||
%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 <xshared> to <x-devel-packages>
|
||||
* Mon Aug 12 2002 mfabian@suse.de
|
||||
- update to 3208
|
||||
|
Reference in New Issue
Block a user