Author: qboosh Date: Sun Mar 9 18:01:02 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - added lt patch - gettextize to refresh gettext m4 macros to not interfering with libtool
---- Files affected: SPECS: hunspell.spec (1.14 -> 1.15) ---- Diffs: ================================================================ Index: SPECS/hunspell.spec diff -u SPECS/hunspell.spec:1.14 SPECS/hunspell.spec:1.15 --- SPECS/hunspell.spec:1.14 Fri Feb 1 22:14:46 2008 +++ SPECS/hunspell.spec Sun Mar 9 19:00:57 2008 @@ -9,6 +9,7 @@ Source0: http://dl.sourceforge.net/hunspell/%{name}-%{version}b.tar.gz # Source0-md5: 46aecfa635868f2618b204968f4bebd1 Patch0: %{name}-as-needed.patch +Patch1: %{name}-lt.patch URL: http://hunspell.sourceforge.net/ BuildRequires: autoconf >= 2.59 BuildRequires: automake @@ -74,8 +75,10 @@ %prep %setup -q -n %{name}-%{version}b %patch0 -p1 +%patch1 -p1 %build +%{__gettextize} %{__libtoolize} %{__aclocal} -I m4 %{__autoconf} @@ -143,6 +146,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.15 2008-03-09 18:00:57 qboosh +- added lt patch +- gettextize to refresh gettext m4 macros to not interfering with libtool + Revision 1.14 2008-02-01 21:14:46 arekm - use 1.2.2 beta since there will be soname change ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/hunspell.spec?r1=1.14&r2=1.15&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
