Author: wiget Date: Fri Mar 30 16:57:52 2012 GMT Module: packages Tag: HEAD ---- Log message: - fix pcre detection in configure.ac - rel. 4
---- Files affected: packages/apertium: apertium.spec (1.4 -> 1.5) , pcre.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/apertium/apertium.spec diff -u packages/apertium/apertium.spec:1.4 packages/apertium/apertium.spec:1.5 --- packages/apertium/apertium.spec:1.4 Fri Mar 30 17:28:22 2012 +++ packages/apertium/apertium.spec Fri Mar 30 18:57:47 2012 @@ -3,13 +3,14 @@ Summary(pl.UTF-8): Oparty na pakiecie lttoolbox generator modułów tłumaczących Name: apertium Version: 3.2.0 -Release: 3 +Release: 4 License: GPL v2+ Group: Applications/Text Source0: http://downloads.sourceforge.net/apertium/%{name}-%{version}.tar.gz # Source0-md5: 803562e5ea0a5cd9ccb5ea79cca0d76d Patch0: %{name}-opt.patch Patch1: %{name}-DESTDIR.patch +Patch2: pcre.patch URL: http://www.apertium.org/ BuildRequires: autoconf >= 2.52 BuildRequires: automake @@ -64,6 +65,7 @@ %setup -q %patch0 -p1 %patch1 -p1 +%patch2 -p1 %build %{__libtoolize} @@ -115,6 +117,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.5 2012/03/30 16:57:47 wiget +- fix pcre detection in configure.ac +- rel. 4 + Revision 1.4 2012/03/30 15:28:22 arekm - release 3 ================================================================ Index: packages/apertium/pcre.patch diff -u /dev/null packages/apertium/pcre.patch:1.1 --- /dev/null Fri Mar 30 18:57:53 2012 +++ packages/apertium/pcre.patch Fri Mar 30 18:57:47 2012 @@ -0,0 +1,11 @@ +--- apertium-3.2.0/configure.ac.wiget 2012-03-30 18:46:44.322626887 +0200 ++++ apertium-3.2.0/configure.ac 2012-03-30 18:47:01.332626607 +0200 +@@ -122,7 +122,7 @@ AC_CHECK_FUNCS(strcasecmp) + if test x$(uname) != xDarwin; + then + AC_CHECK_HEADER(pcreposix.h, +- AC_CHECK_LIB(pcre, pcre_info,[ ++ AC_CHECK_LIB(pcre, pcre_fullinfo,[ + LIBS="$LIBS -lpcreposix -lpcre" + no_comp_check=yes], + AC_MSG_ERROR([*** unable to locate pcre library ***])), ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/apertium/apertium.spec?r1=1.4&r2=1.5 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
