packages: strigi/strigi.spec, strigi/strigi-lib.patch (NEW) - rel 2; fix li...

arekm arekm at pld-linux.org
Wed Jul 27 10:25:46 CEST 2011


Author: arekm                        Date: Wed Jul 27 08:25:46 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 2; fix linking

---- Files affected:
packages/strigi:
   strigi.spec (1.43 -> 1.44) , strigi-lib.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/strigi/strigi.spec
diff -u packages/strigi/strigi.spec:1.43 packages/strigi/strigi.spec:1.44
--- packages/strigi/strigi.spec:1.43	Wed Jul 27 10:14:41 2011
+++ packages/strigi/strigi.spec	Wed Jul 27 10:25:41 2011
@@ -10,12 +10,13 @@
 Summary(pl.UTF-8):	System wyszukiwania Strigi
 Name:		strigi
 Version:	0.7.5
-Release:	1
+Release:	2
 License:	GPL
 Group:		X11/Applications
 Source0:	http://www.vandenoever.info/software/strigi/%{name}-%{version}.tar.bz2
 # Source0-md5:	0559e2ab65d187d30916e9ffe36e0fb6
 Patch0:		%{name}-ffmpeg.patch
+Patch1:		%{name}-lib.patch
 URL:		http://strigi.sourceforge.net/
 BuildRequires:	QtDBus-devel >= %{qtver}
 BuildRequires:	QtGui-devel >= %{qtver}
@@ -84,6 +85,8 @@
 %setup -q
 cd libstreamanalyzer
 %patch0 -p1
+cd ..
+%patch1 -p1
 
 %build
 install -d build
@@ -161,6 +164,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.44  2011/07/27 08:25:41  arekm
+- rel 2; fix linking
+
 Revision 1.43  2011/07/27 08:14:41  arekm
 - force deps checking
 

================================================================
Index: packages/strigi/strigi-lib.patch
diff -u /dev/null packages/strigi/strigi-lib.patch:1.1
--- /dev/null	Wed Jul 27 10:25:46 2011
+++ packages/strigi/strigi-lib.patch	Wed Jul 27 10:25:41 2011
@@ -0,0 +1,16 @@
+--- strigi-0.7.5/strigiutils/bin/xmlindexer/CMakeLists.txt~	2011-04-23 13:00:17.000000000 +0200
++++ strigi-0.7.5/strigiutils/bin/xmlindexer/CMakeLists.txt	2011-07-27 10:22:05.164488881 +0200
+@@ -1,11 +1,11 @@
+-add_library(librdfindexer
++add_library(librdfindexer STATIC
+         rdfindexer.cpp
+         tagmapping.cpp
+ 	rdfindexwriter.cpp
+ )
+ target_link_libraries(librdfindexer ${LIBSTREAMANALYZER_LIBRARIES} ${LIBSTREAMS_LIBRARIES})
+ 
+-add_library(libxmlindexer
++add_library(libxmlindexer STATIC
+         xmlindexer.cpp
+         tagmapping.cpp
+ 	xmlindexwriter.cpp
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/strigi/strigi.spec?r1=1.43&r2=1.44&f=u



More information about the pld-cvs-commit mailing list