- add missing Requires: pkgconfig to the -devel package
- get rid of pkgconfig dependency bloat (#248016)
This commit is contained in:
parent
66235ceec9
commit
881477a1b6
@ -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 <Kevin@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@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
|
||||
|
Loading…
Reference in New Issue
Block a user