From 881477a1b618966427ce8b4b5ad8b90a3c1f16c5 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sat, 14 Jul 2007 08:51:03 +0000 Subject: [PATCH] - add missing Requires: pkgconfig to the -devel package - get rid of pkgconfig dependency bloat (#248016) --- redland.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/redland.spec b/redland.spec index e793cb1..56dc10d 100644 --- a/redland.spec +++ b/redland.spec @@ -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 @@ Group: Development/Libraries 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 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Sat Jul 14 2007 Kevin Kofler 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 1.0.5-1 - update to 1.0.5 (1.0.6 needs newer raptor and rasqal than available) - update minimum raptor version