SPECS (AC-branch): redland.spec - threestore bcond (disabled)
glen
glen at pld-linux.org
Mon Mar 19 01:11:10 CET 2007
Author: glen Date: Mon Mar 19 00:11:10 2007 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- threestore bcond (disabled)
---- Files affected:
SPECS:
redland.spec (1.31 -> 1.31.2.1)
---- Diffs:
================================================================
Index: SPECS/redland.spec
diff -u SPECS/redland.spec:1.31 SPECS/redland.spec:1.31.2.1
--- SPECS/redland.spec:1.31 Sat Feb 3 18:05:25 2007
+++ SPECS/redland.spec Mon Mar 19 01:11:04 2007
@@ -1,4 +1,8 @@
# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_with threestore # with 3store
+#
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
@@ -10,8 +14,10 @@
# Source0-md5: 43d909ff6ffa7f7559ad9af5620c8cbf
Patch0: %{name}-link.patch
URL: http://librdf.org/
+%if %{with threestore}
BuildRequires: 3store-devel >= 2.0
BuildRequires: 3store-devel < 3.0
+%endif
BuildRequires: autoconf >= 2.53
BuildRequires: automake >= 1:1.7
BuildRequires: db-devel
@@ -52,8 +58,10 @@
Summary(pl): Pliki nagłówkowe biblioteki Redland RDF
Group: Development/Libraries
Requires: %{name} = %{version}-%{release}
+%if %{with threestore}
Requires: 3store-devel >= 2.0
Requires: 3store-devel < 3.0
+%endif
Requires: db-devel
Requires: libraptor-devel >= 1.4.13
Requires: mysql-devel >= 3.23.58
@@ -104,6 +112,7 @@
%{__automake}
%configure \
--with-html-dir=%{_gtkdocdir} \
+ --with-threestore=%{!?with_threestore:no}%{?with_threestore:yes} \
--with-raptor=system \
--with-rasqal=system
@@ -156,6 +165,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.31.2.1 2007/03/19 00:11:04 glen
+- threestore bcond (disabled)
+
Revision 1.31 2007/02/03 17:05:25 qboosh
- updated to 1.0.5
- added link patch (needed to build with as-needed; adds db 4.5 support)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/redland.spec?r1=1.31&r2=1.31.2.1&f=u
More information about the pld-cvs-commit
mailing list