]> git.pld-linux.org Git - packages/libexttextcat.git/commitdiff
- rel 2; fix library name in pc file auto/th/libexttextcat-3_3_0-2
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 29 May 2012 08:46:31 +0000 (08:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libexttextcat-pc.patch -> 1.1
    libexttextcat.spec -> 1.6

libexttextcat-pc.patch [new file with mode: 0644]
libexttextcat.spec

diff --git a/libexttextcat-pc.patch b/libexttextcat-pc.patch
new file mode 100644 (file)
index 0000000..8cb6c4e
--- /dev/null
@@ -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/
index c7aa156d758194ff270723b7b5a592474911dbae..23e35faa364d59dcaf0bfafe9247f74b94f5300b 100644 (file)
@@ -7,11 +7,12 @@ Summary:      Text categorization library
 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
@@ -81,6 +82,7 @@ Ten pakiet zawiera program createfp pozwalający łatwo tworzyć odciski
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \
This page took 0.05947 seconds and 4 git commands to generate.