rpms/redland/devel redland.spec,1.27,1.28

Orcan Ogetbil oget at fedoraproject.org
Thu Jun 10 02:23:44 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/redland/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv17891

Modified Files:
	redland.spec 
Log Message:
* 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



Index: redland.spec
===================================================================
RCS file: /cvs/pkgs/rpms/redland/devel/redland.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- redland.spec	8 May 2010 11:38:27 -0000	1.27
+++ redland.spec	10 Jun 2010 02:23:44 -0000	1.28
@@ -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}-%{
 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 <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
 - Separate the MySQL and PostgreSQL plugins into their own subpackages
 



More information about the scm-commits mailing list