SPECS: redland.spec - updated to 1.0.3 (now with postgresql and sq...

qboosh qboosh at pld-linux.org
Sun Feb 19 22:37:34 CET 2006


Author: qboosh                       Date: Sun Feb 19 21:37:34 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.0.3 (now with postgresql and sqlite3 storage; 3store todo)

---- Files affected:
SPECS:
   redland.spec (1.27 -> 1.28) 

---- Diffs:

================================================================
Index: SPECS/redland.spec
diff -u SPECS/redland.spec:1.27 SPECS/redland.spec:1.28
--- SPECS/redland.spec:1.27	Sun Oct 30 12:59:48 2005
+++ SPECS/redland.spec	Sun Feb 19 22:37:29 2006
@@ -2,23 +2,28 @@
 Summary:	Redland - a library that provides a high-level interface for RDF
 Summary(pl):	Redland - biblioteka udostępniająca wysokopoziomowy interfejs do RDF
 Name:		redland
-Version:	1.0.2
-Release:	4
+Version:	1.0.3
+Release:	1
 License:	LGPL v2.1+ or GPL v2+ or Apache v2
 Group:		Libraries
-Source0:	http://www.redland.opensource.ac.uk/dist/source/%{name}-%{version}.tar.gz
-# Source0-md5:	64c291f063e15b4929a276167359ccf7
-URL:		http://www.redland.opensource.ac.uk/
+Source0:	http://download.librdf.org/source/%{name}-%{version}.tar.gz
+# Source0-md5:	a354fa07d57b377d5e555cccb3de3023
+URL:		http://librdf.org/
+# 3store-devel, http://threestore.sourceforge.net/
 BuildRequires:	autoconf >= 2.53
 BuildRequires:	automake >= 1:1.7
 BuildRequires:	db-devel
-BuildRequires:	libraptor-devel >= 1.4.3
+BuildRequires:	libraptor-devel >= 1.4.8
 BuildRequires:	libtool
 BuildRequires:	mysql-devel >= 3.23.58
 BuildRequires:	openssl-devel >= 0.9.7d
-BuildRequires:	rasqal-devel >= 1:0.9.10
-Requires:	libraptor >= 1.4.3
-Requires:	rasqal >= 1:0.9.10
+BuildRequires:	pkgconfig
+BuildRequires:	postgresql-devel
+BuildRequires:	rasqal-devel >= 1:0.9.11
+BuildRequires:	rpmbuild(macros) >= 1.98
+BuildRequires:	sqlite3-devel >= 3
+Requires:	libraptor >= 1.4.8
+Requires:	rasqal >= 1:0.9.11
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -46,9 +51,11 @@
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 Requires:	db-devel
-Requires:	libraptor-devel >= 1.4.3
+Requires:	libraptor-devel >= 1.4.8
 Requires:	mysql-devel >= 3.23.58
-Requires:	rasqal-devel >= 1:0.9.10
+Requires:	postgresql-devel
+Requires:	rasqal-devel >= 1:0.9.11
+Requires:	sqlite3-devel >= 3
 
 %description devel
 Headers for Redland RDF library.
@@ -91,6 +98,7 @@
 %{__autoheader}
 %{__automake}
 %configure \
+	--with-html-dir=%{_gtkdocdir} \
 	--with-raptor=system \
 	--with-rasqal=system
 
@@ -110,7 +118,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog FAQS.html LICENSE.html NEWS.html README.html RELEASE.html TODO.html
+%doc AUTHORS ChangeLog* FAQS.html LICENSE.html NEWS.html README.html RELEASE.html TODO.html
 %attr(755,root,root) %{_bindir}/rdfproc
 %attr(755,root,root) %{_bindir}/redland-db-upgrade
 %attr(755,root,root) %{_libdir}/librdf.so.*.*.*
@@ -119,7 +127,7 @@
 
 %files devel
 %defattr(644,root,root,755)
-%doc docs/{README.html,storage.html,api}
+%doc docs/{README.html,storage.html}
 %attr(755,root,root) %{_bindir}/redland-config
 %attr(755,root,root) %{_libdir}/librdf.so
 %{_libdir}/librdf.la
@@ -131,6 +139,7 @@
 %{_pkgconfigdir}/redland.pc
 %{_mandir}/man1/redland-config.1*
 %{_mandir}/man3/redland.3*
+%{_gtkdocdir}/redland
 
 %files static
 %defattr(644,root,root,755)
@@ -142,6 +151,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.28  2006/02/19 21:37:29  qboosh
+- updated to 1.0.3 (now with postgresql and sqlite3 storage; 3store todo)
+
 Revision 1.27  2005/10/30 11:59:48  arekm
 - rel 4
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/redland.spec?r1=1.27&r2=1.28&f=u



More information about the pld-cvs-commit mailing list