|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: redland
|
|
|
|
|
Version: 1.0.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Redland RDF Application Framework
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -77,6 +77,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/librdf*.so.*
|
|
|
|
|
%{_bindir}/rdfproc
|
|
|
|
|
%{_bindir}/redland-db-upgrade
|
|
|
|
|
%dir %{_datadir}/redland
|
|
|
|
|
%{_datadir}/redland/mysql-v1.ttl
|
|
|
|
|
%{_datadir}/redland/mysql-v2.ttl
|
|
|
|
|
%{_mandir}/man1/redland-db-upgrade.1*
|
|
|
|
|
%{_mandir}/man1/rdfproc.1*
|
|
|
|
|
%{_mandir}/man3/redland.3*
|
|
|
|
@ -90,7 +93,7 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_includedir}/rdf_*.h
|
|
|
|
|
%{_mandir}/man1/redland-config.1*
|
|
|
|
|
%{_libdir}/pkgconfig/redland.pc
|
|
|
|
|
%{_datadir}/%{name}/Redland.i
|
|
|
|
|
%{_datadir}/redland/Redland.i
|
|
|
|
|
%{_datadir}/gtk-doc/html
|
|
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
@ -98,6 +101,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Oct 16 2007 Kevin Kofler <Kevin@tigcc.ticalc.org> 1.0.6-2
|
|
|
|
|
- fix unpackaged files and unowned directory
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|