From 04dade508e5e303c40c574296481f8a4ff833448 Mon Sep 17 00:00:00 2001 From: Orcan Ogetbil Date: Thu, 10 Jun 2010 02:23:44 +0000 Subject: [PATCH] - Separate the Virtuoso plugin into its own subpackage --- redland.spec | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/redland.spec b/redland.spec index 043beac..c7021c9 100644 --- a/redland.spec +++ b/redland.spec @@ -1,6 +1,6 @@ Name: redland Version: 1.0.10 -Release: 5%{?dist} +Release: 6%{?dist} Summary: RDF Application Framework Group: System Environment/Libraries @@ -64,6 +64,15 @@ Requires: %{name} = %{version}-%{release} This package provides Redland's storage support for graphs in memory and 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 %setup -q @@ -119,7 +128,6 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/redland.3* %dir %{_libdir}/redland %{_libdir}/redland/librdf_storage_sqlite.so -%{_libdir}/redland/librdf_storage_virtuoso.so %files mysql %defattr(-,root,root,-) @@ -129,6 +137,10 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root,-) %{_libdir}/redland/librdf_storage_postgresql.so +%files virtuoso +%defattr(-,root,root,-) +%{_libdir}/redland/librdf_storage_virtuoso.so + %files devel %defattr(-,root,root,-) %doc ChangeLog RELEASE.html @@ -149,6 +161,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Wed Jun 09 2010 Orcan Ogetbil - 1.0.10-6 +- Separate the Virtuoso plugin into its own subpackage + * Sat May 08 2010 Orcan Ogetbil - 1.0.10-5 - Separate the MySQL and PostgreSQL plugins into their own subpackages