- get rid of redland-config dependency bloat too (#248106)
This commit is contained in:
parent
9b20b079c3
commit
f2c4f4c525
@ -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 <Kevin@tigcc.ticalc.org> 1.0.5-4
|
||||
- get rid of redland-config dependency bloat too (#248106)
|
||||
|
||||
* Sat Jul 14 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.0.5-3
|
||||
- fix bug number in changelog
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user