- Separate the Virtuoso plugin into its own subpackage
This commit is contained in:
parent
6b973fe7c2
commit
04dade508e
19
redland.spec
19
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 <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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user