Author: caleb Date: Mon Oct 18 11:37:10 2010 GMT Module: packages Tag: HEAD ---- Log message: - Up to 1.0.12 - Removed patch 0, seems to no longer apply - Removed patches 2 & 3, applied upstream - Added virtuoso storage driver subpackage
---- Files affected: packages/redland: redland.spec (1.63 -> 1.64) , redland-librdf_storage_register_factory.patch (1.1 -> NONE) (REMOVED), redland-link.patch (1.5 -> NONE) (REMOVED), redland-sqlite.patch (1.1 -> NONE) (REMOVED), redland-storage-file.patch (1.3 -> NONE) (REMOVED) ---- Diffs: ================================================================ Index: packages/redland/redland.spec diff -u packages/redland/redland.spec:1.63 packages/redland/redland.spec:1.64 --- packages/redland/redland.spec:1.63 Tue Jun 15 23:10:45 2010 +++ packages/redland/redland.spec Mon Oct 18 13:37:04 2010 @@ -6,16 +6,13 @@ Summary: Redland - a library that provides a high-level interface for RDF Summary(pl.UTF-8): Redland - biblioteka udostępniająca wysokopoziomowy interfejs do RDF Name: redland -Version: 1.0.9 -Release: 6 +Version: 1.0.12 +Release: 1 License: LGPL v2.1+ or GPL v2+ or Apache v2.0 Group: Libraries Source0: http://download.librdf.org/source/%{name}-%{version}.tar.gz -# Source0-md5: e5ef0c29c55b4f0f5aeed7955b4d383b -Patch0: %{name}-link.patch +# Source0-md5: 40f37a5ad97fdfbf984f78dcea0c6115 Patch1: %{name}-storage-file.patch -Patch2: %{name}-librdf_storage_register_factory.patch -Patch3: %{name}-sqlite.patch URL: http://librdf.org/ %if %{with threestore} BuildRequires: 3store-devel >= 2.0 @@ -139,12 +136,22 @@ Wtyczka przechowywania danych w bazie 3store dla biblioteki Redland RDF. +%package storage-virtuoso +Summary: virtuoso storage plugin for Redland RDF library +Summary(pl.UTF-8): Wtyczka przechowywania danych w bazie virtuoso dla biblioteki Redland RDF +Group: Libraries +Requires: %{name} = %{version}-%{release} + +%description storage-virtuoso +virtuoso storage plugin for Redland RDF library. + +%description storage-virtuoso -l pl.UTF-8 +Wtyczka przechowywania danych w bazie virtuoso dla biblioteki Redland +RDF. + %prep %setup -q -%patch0 -p1 %patch1 -p1 -%patch2 -p1 -%patch3 -p1 sed -i 's,bdbc_prefix/lib$,bdbc_prefix/%{_lib},' configure.ac sed -i 's,for bdbc_version in 4\.6,for bdbc_version in 4\.7 4\.6,' configure.ac @@ -226,6 +233,10 @@ %defattr(644,root,root,755) %attr(755,root,root) %{_libdir}/redland/librdf_storage_sqlite.so +%files storage-virtuoso +%defattr(644,root,root,755) +%attr(755,root,root) %{_libdir}/redland/librdf_storage_virtuoso.so + %if %{with threestore} %files storage-tstore %defattr(644,root,root,755) @@ -238,6 +249,12 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.64 2010/10/18 11:37:04 caleb +- Up to 1.0.12 +- Removed patch 0, seems to no longer apply +- Removed patches 2 & 3, applied upstream +- Added virtuoso storage driver subpackage + Revision 1.63 2010/06/15 21:10:45 pluto - release 6 (rebuild with mpfr-3.0.x) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/redland/redland.spec?r1=1.63&r2=1.64&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
