- Separate the Virtuoso plugin into its own subpackage

f41
Orcan Ogetbil 15 years ago
parent 6b973fe7c2
commit 04dade508e

@ -1,6 +1,6 @@
Name: redland Name: redland
Version: 1.0.10 Version: 1.0.10
Release: 5%{?dist} Release: 6%{?dist}
Summary: RDF Application Framework Summary: RDF Application Framework
Group: System Environment/Libraries Group: System Environment/Libraries
@ -64,6 +64,15 @@ Requires: %{name} = %{version}-%{release}
This package provides Redland's storage support for graphs in memory and This package provides Redland's storage support for graphs in memory and
persistently with PostgreSQL files or URIs. persistently with PostgreSQL files or URIs.
%package virtuoso
Summary: Virtuoso storage support for Redland
Group: System Environment/Libraries
Requires: %{name} = %{version}-%{release}
%description virtuoso
This package provides Redland's storage support for graphs in memory and
persistently with Virtuoso files or URIs.
%prep %prep
%setup -q %setup -q
@ -119,7 +128,6 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/redland.3* %{_mandir}/man3/redland.3*
%dir %{_libdir}/redland %dir %{_libdir}/redland
%{_libdir}/redland/librdf_storage_sqlite.so %{_libdir}/redland/librdf_storage_sqlite.so
%{_libdir}/redland/librdf_storage_virtuoso.so
%files mysql %files mysql
%defattr(-,root,root,-) %defattr(-,root,root,-)
@ -129,6 +137,10 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root,-) %defattr(-,root,root,-)
%{_libdir}/redland/librdf_storage_postgresql.so %{_libdir}/redland/librdf_storage_postgresql.so
%files virtuoso
%defattr(-,root,root,-)
%{_libdir}/redland/librdf_storage_virtuoso.so
%files devel %files devel
%defattr(-,root,root,-) %defattr(-,root,root,-)
%doc ChangeLog RELEASE.html %doc ChangeLog RELEASE.html
@ -149,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Jun 09 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.10-6
- Separate the Virtuoso plugin into its own subpackage
* Sat May 08 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.10-5 * Sat May 08 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 1.0.10-5
- Separate the MySQL and PostgreSQL plugins into their own subpackages - Separate the MySQL and PostgreSQL plugins into their own subpackages

Loading…
Cancel
Save