Author: arekm Date: Tue May 29 08:46:36 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 2; fix library name in pc file
---- Files affected: packages/libexttextcat: libexttextcat.spec (1.5 -> 1.6) , libexttextcat-pc.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/libexttextcat/libexttextcat.spec diff -u packages/libexttextcat/libexttextcat.spec:1.5 packages/libexttextcat/libexttextcat.spec:1.6 --- packages/libexttextcat/libexttextcat.spec:1.5 Sun May 27 12:35:19 2012 +++ packages/libexttextcat/libexttextcat.spec Tue May 29 10:46:31 2012 @@ -8,11 +8,12 @@ Summary(pl.UTF-8): Biblioteka kategoryzacji tekstu Name: libexttextcat Version: 3.3.0 -Release: 1 +Release: 2 License: BSD Group: Libraries Source0: http://dev-www.libreoffice.org/src/libexttextcat/%{name}-%{version}.tar.xz # Source0-md5: 262ff151698ddefc11b057ef8bb2b569 +Patch0: %{name}-pc.patch URL: http://www.freedesktop.org/wiki/Software/libexttextcat Provides: libtextcat = %{version}-%{release} Obsoletes: libtextcat < 3.2.0-1 @@ -82,6 +83,7 @@ %prep %setup -q +%patch0 -p1 %build %configure \ @@ -140,6 +142,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.6 2012/05/29 08:46:31 arekm +- rel 2; fix library name in pc file + Revision 1.5 2012/05/27 10:35:19 qboosh - updated to 3.4.0 (note: new library name and thus soname); introduced Vala API ================================================================ Index: packages/libexttextcat/libexttextcat-pc.patch diff -u /dev/null packages/libexttextcat/libexttextcat-pc.patch:1.1 --- /dev/null Tue May 29 10:46:36 2012 +++ packages/libexttextcat/libexttextcat-pc.patch Tue May 29 10:46:31 2012 @@ -0,0 +1,11 @@ +diff -urN libexttextcat-3.3.0.org/libexttextcat.pc.in libexttextcat-3.3.0/libexttextcat.pc.in +--- libexttextcat-3.3.0.org/libexttextcat.pc.in 2012-01-09 13:20:52.000000000 +0100 ++++ libexttextcat-3.3.0/libexttextcat.pc.in 2012-05-29 10:44:20.888135655 +0200 +@@ -10,6 +10,6 @@ + Description: Library implementing N-gram-based text categorization + Version: @VERSION@ + Requires: +-Libs: -L${libdir} -lexttextcat ++Libs: -L${libdir} -lexttextcat-1.0 + Cflags: -I${includedir}/libexttextcat/ + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/libexttextcat/libexttextcat.spec?r1=1.5&r2=1.6 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
