rpms/redland/F-7 redland.spec,1.1,1.2

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Sat Jul 14 08:53:10 UTC 2007


Author: kkofler

Update of /cvs/pkgs/rpms/redland/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28672/F-7

Modified Files:
	redland.spec 
Log Message:
- add missing Requires: pkgconfig to the -devel package
- get rid of pkgconfig dependency bloat (#248016)


Index: redland.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redland/F-7/redland.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- redland.spec	12 Jul 2007 18:24:33 -0000	1.1
+++ redland.spec	14 Jul 2007 08:52:38 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           redland
 Version:        1.0.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Redland RDF Application Framework
 
 Group:          System Environment/Libraries
@@ -36,12 +36,15 @@
 Requires:        %{name} = %{version}-%{release}
 Requires:        raptor-devel >= 1.4.9
 Requires:        rasqal-devel >= 0.9.11
+Requires:        pkgconfig
 
 %description     devel
 Header files for development with Redland.
 
 %prep
 %setup -q
+# get rid of pkgconfig dependency bloat (#248016)
+sed -i -e 's/@LIBRDF_PKGCONFIG_LIBS@//g' librdf/redland.pc.in
 
 %build
 # disable-static does not work if we override to use the system's libtool
@@ -97,6 +100,10 @@
 %postun -p /sbin/ldconfig
 
 %changelog
+* Sat Jul 14 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.5-2
+- add missing Requires: pkgconfig to the -devel package
+- get rid of pkgconfig dependency bloat (#248016)
+
 * Thu Jun 28 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.0.5-1
 - update to 1.0.5 (1.0.6 needs newer raptor and rasqal than available)
 - update minimum raptor version




More information about the fedora-extras-commits mailing list