From f2c4f4c525ec06ad5ace29d0969ae50bcac7b026 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sat, 14 Jul 2007 09:35:13 +0000 Subject: [PATCH] - get rid of redland-config dependency bloat too (#248106) --- redland.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/redland.spec b/redland.spec index 4c231fd..4885304 100644 --- a/redland.spec +++ b/redland.spec @@ -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 @@ Header files for development with Redland. %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 @@ rm -rf $RPM_BUILD_ROOT %postun -p /sbin/ldconfig %changelog +* Sat Jul 14 2007 Kevin Kofler 1.0.5-4 +- get rid of redland-config dependency bloat too (#248106) + * Sat Jul 14 2007 Kevin Kofler 1.0.5-3 - fix bug number in changelog