rpms/libextractor/FC-6 sources, 1.3, 1.4 libextractor.spec, 1.3, 1.4 libextractor-0.5.17-nodebug.patch, 1.1, NONE

Enrico Scholz (ensc) fedora-extras-commits at redhat.com
Sat Feb 3 16:22:53 UTC 2007


Author: ensc

Update of /cvs/extras/rpms/libextractor/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4813/FC-6

Modified Files:
	sources libextractor.spec 
Removed Files:
	libextractor-0.5.17-nodebug.patch 
Log Message:
- updated to 0.5.17a
- fixed URL
- removed -debug patch and the fixups in %%prep which were fixed
  upstream too




Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libextractor/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	2 Jan 2007 12:47:06 -0000	1.3
+++ sources	3 Feb 2007 16:22:20 -0000	1.4
@@ -1 +1 @@
-716fb10d2bd397a4481013b3edb92b92  libextractor-0.5.17.tar.gz
+10b67ec5387e2b819e928c14436e4635  libextractor-0.5.17a.tar.gz


Index: libextractor.spec
===================================================================
RCS file: /cvs/extras/rpms/libextractor/FC-6/libextractor.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libextractor.spec	2 Jan 2007 15:07:45 -0000	1.3
+++ libextractor.spec	3 Feb 2007 16:22:20 -0000	1.4
@@ -5,16 +5,15 @@
 %{!?release_func:%global release_func() %1%{?dist}}
 
 Name:		libextractor
-Version:	0.5.17
-Release:	%release_func 2
+Version:	0.5.17a
+Release:	%release_func 1
 Summary:	Simple library for keyword extraction
 
 Group:		System Environment/Libraries
 License:	GPL
-URL:		http://gnunet.org/libextractor
+URL:		http://gnunet.org/libextractor/
 Source0:	http://gnunet.org/libextractor/download/%name-%version.tar.gz
 Source1:	README.fedora
-Patch0:		libextractor-0.5.17-nodebug.patch
 BuildRoot:	%_tmppath/%name-%version-%release-root
 
 BuildRequires:	gettext
@@ -121,32 +120,8 @@
 
 %prep
 %setup -q
-%patch0 -p1 -b .nodebug
 
 install -pm644 %SOURCE1 .
-
-# remove the '4' suffix of the QtXXX libs
-for i in configure{.ac,} src/plugins/Makefile.{am,in}; do
-	touch -r "$i" .timestamp
-	sed -i -e 's!Qt\(Svg\|Gui\|Core\)4!Qt\1!g' "$i"
-	touch -r .timestamp "$i"
-done
-
-# fix empty datadir
-for i in configure{.ac,}; do
-	touch -r "$i" .timestamp
-	sed -i -e '/^datadir=$/d' "$i"
-	touch -r .timestamp "$i"
-done
-
-# fix pkgconfig path
-for i in Makefile.{am,in}; do
-	touch -r "$i" .timestamp
-	sed -i -e 's!^\(pkgconfigdatadir[^=]*=\).*$!\1 $(libdir)/pkgconfig!' "$i"
-	touch -r .timestamp "$i"
-done
-
-
 rm -f README.debian
 
 
@@ -243,6 +218,12 @@
 
 
 %changelog
+* Sat Feb  3 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.5.17a-1
+- updated to 0.5.17a
+- fixed URL
+- removed -debug patch and the fixups in %%prep which were fixed
+  upstream too
+
 * Tue Jan  2 2007 Enrico Scholz <enrico.scholz at informatik.tu-chemnitz.de> - 0.5.17-2
 - disabled debug messages
 - fixed pkgconfig installation dir


--- libextractor-0.5.17-nodebug.patch DELETED ---




More information about the fedora-extras-commits mailing list