rpms/redland/devel redland.spec,1.3,1.4

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sat Jul 14 09:35:45 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/redland/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8585/devel

Modified Files:
	redland.spec 
Log Message:
- get rid of redland-config dependency bloat too (#248106)


Index: redland.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redland/devel/redland.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- redland.spec	14 Jul 2007 09:08:26 -0000	1.3
+++ redland.spec	14 Jul 2007 09:35:13 -0000	1.4
@@ -1,6 +1,6 @@
 Name:           redland
 Version:        1.0.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Redland RDF Application Framework
 
 Group:          System Environment/Libraries
@@ -45,6 +45,8 @@
 %setup -q
 # get rid of pkgconfig dependency bloat (#248016)
 sed -i -e 's/@LIBRDF_PKGCONFIG_LIBS@//g' librdf/redland.pc.in
+# likewise for redland-config
+sed -i -e 's/@LIBRDF_EXTERNAL_LIBS@//g' redland-config.in
 
 %build
 # disable-static does not work if we override to use the system's libtool
@@ -100,6 +102,9 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sat Jul 14 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.5-4
+- get rid of redland-config dependency bloat too (#248106)
+
 * Sat Jul 14 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.5-3
 - fix bug number in changelog
 




More information about the scm-commits mailing list