rpms/libextractor/devel libextractor.spec,1.13,1.14

ensc ensc at fedoraproject.org
Sat Sep 12 18:14:27 UTC 2009


Author: ensc

Update of /cvs/extras/rpms/libextractor/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32671

Modified Files:
	libextractor.spec 
Log Message:
- updated to 0.5.23
- reenabled rpm plugin
- build exiv2 plugin with system library
- whitespace cleanups



Index: libextractor.spec
===================================================================
RCS file: /cvs/extras/rpms/libextractor/devel/libextractor.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- libextractor.spec	25 Jul 2009 05:36:02 -0000	1.13
+++ libextractor.spec	12 Sep 2009 18:14:26 -0000	1.14
@@ -5,8 +5,8 @@
 %{!?release_func:%global release_func() %1%{?dist}}
 
 Name:		libextractor
-Version:	0.5.22
-Release:	%release_func 2
+Version:	0.5.23
+Release:	%release_func 0
 Summary:	Simple library for keyword extraction
 
 Group:		System Environment/Libraries
@@ -77,11 +77,11 @@ Requires:	%name = %version-%release
 
 %{?with_mpeg:%pluginpkg mpeg -B mpeg2dec-devel}
 %pluginpkg flac -B flac-devel
-%pluginpkg exiv2
+%pluginpkg exiv2 -B exiv2-devel
 %pluginpkg ogg
 %pluginpkg ole2
 %pluginpkg pdf
-#pluginpkg rpm -B rpm-devel
+%pluginpkg rpm -B rpm-devel
 
 %pluginpkg thumbnailgtk -u -P plugin(%name)=thumbnail
 %ghost %plugindir/libextractor-thumbnail.so
@@ -135,7 +135,6 @@ sed -i 's!\(-L\(/usr\|\$with_qt\)/lib\|-
 
 %build
 %{!?with_mpeg:export ac_cv_lib_mpeg2_mpeg2_init=no}
-export ac_cv_lib_rpm_rpmReadPackageFile=no
 
 %configure --disable-static	\
 	--disable-rpath		\
@@ -144,13 +143,13 @@ export ac_cv_lib_rpm_rpmReadPackageFile=
 
 # build with --as-needed and disable rpath
 sed -i \
-	-e 's! -shared ! -Wl,--as-needed\0!g' 					\
+	-e 's! -shared ! -Wl,--as-needed\0!g'					\
 	-e '/sys_lib_dlsearch_path_spec=\"\/lib \/usr\/lib /s!\"\/lib \/usr\/lib !/\"/%_lib /usr/%_lib !g'	\
 	libtool
 
 # not SMP safe
 make # %{?_smp_mflags}
-	
+
 
 
 %install
@@ -248,6 +247,11 @@ test "$1" != 0 || \
 
 
 %changelog
+* Sat Sep 12 2009 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.5.23-0
+- updated to 0.5.23
+- reenabled rpm plugin
+- build exiv2 plugin with system library
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5.22-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list