|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: redland
|
|
|
|
|
Version: 1.0.5
|
|
|
|
|
Release: 6%{?dist}
|
|
|
|
|
Version: 1.0.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Redland RDF Application Framework
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -11,8 +11,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: libxml2-devel >= 2.4.0
|
|
|
|
|
BuildRequires: curl-devel
|
|
|
|
|
BuildRequires: rasqal-devel >= 0.9.12
|
|
|
|
|
BuildRequires: raptor-devel >= 1.4.9
|
|
|
|
|
BuildRequires: rasqal-devel >= 0.9.14
|
|
|
|
|
BuildRequires: raptor-devel >= 1.4.15
|
|
|
|
|
BuildRequires: db4-devel
|
|
|
|
|
BuildRequires: mysql-devel
|
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
@ -34,8 +34,8 @@ for RDF developers to experiment with the technology.
|
|
|
|
|
Summary: Libraries and header files for programs that use Redland
|
|
|
|
|
Group: Development/Libraries
|
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
Requires: raptor-devel >= 1.4.9
|
|
|
|
|
Requires: rasqal-devel >= 0.9.11
|
|
|
|
|
Requires: raptor-devel >= 1.4.15
|
|
|
|
|
Requires: rasqal-devel >= 0.9.14
|
|
|
|
|
Requires: pkgconfig
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
@ -43,10 +43,6 @@ 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
|
|
|
|
|
# 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
|
|
|
|
@ -102,11 +98,16 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 16 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.0.6-1
|
|
|
|
|
- update to 1.0.6 (for Soprano 2, also some bugfixes)
|
|
|
|
|
- update minimum raptor and rasqal versions
|
|
|
|
|
- drop sed hacks for dependency bloat (#248106), fixed upstream
|
|
|
|
|
|
|
|
|
|
* Wed Aug 22 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.0.5-6
|
|
|
|
|
- respin (BuildID)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 3 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.0.5-5
|
|
|
|
|
- Specify LGPL version in License tag.
|
|
|
|
|
- specify LGPL version in License tag
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.0.5-4
|
|
|
|
|
- get rid of redland-config dependency bloat too (#248106)
|
|
|
|
|