|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: redland
|
|
|
|
|
Version: 1.0.7
|
|
|
|
|
Release: 10%{?dist}
|
|
|
|
|
Release: 10%{?dist}.1
|
|
|
|
|
Summary: RDF Application Framework
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -14,7 +14,7 @@ BuildRequires: curl-devel
|
|
|
|
|
BuildRequires: rasqal-devel >= 0.9.15
|
|
|
|
|
BuildRequires: raptor-devel >= 1.4.16
|
|
|
|
|
BuildRequires: db4-devel
|
|
|
|
|
BuildRequires: mysql-devel
|
|
|
|
|
#BuildRequires: mysql-devel
|
|
|
|
|
BuildRequires: sqlite-devel
|
|
|
|
|
BuildRequires: postgresql-devel
|
|
|
|
|
BuildRequires: gtk-doc
|
|
|
|
@ -105,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Aug 28 2009 Rex Dieter <rdieter@fedoraproject.org> 1.0.7-10.1
|
|
|
|
|
- temporarily drop mysql support (restore once mysql is unbroken in rawhide)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 27 2009 Rex Dieter <rdieter@fedoraproject.org> 1.0.7-10
|
|
|
|
|
- fix build with newer sqlite (#519781)
|
|
|
|
|
|
|
|
|
|