SPECS: redland.spec - threestore bcond
glen
glen at pld-linux.org
Mon Mar 19 01:04:33 CET 2007
Author: glen Date: Mon Mar 19 00:04:33 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- threestore bcond
---- Files affected:
SPECS:
redland.spec (1.33 -> 1.34)
---- Diffs:
================================================================
Index: SPECS/redland.spec
diff -u SPECS/redland.spec:1.33 SPECS/redland.spec:1.34
--- SPECS/redland.spec:1.33 Mon Feb 12 23:09:12 2007
+++ SPECS/redland.spec Mon Mar 19 01:04:27 2007
@@ -1,4 +1,8 @@
# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without threestore # with 3store
+#
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
@@ -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.UTF-8): 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.34 2007/03/19 00:04:27 glen
+- threestore bcond
+
Revision 1.33 2007/02/12 22:09:12 glen
- tabs in preamble
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/redland.spec?r1=1.33&r2=1.34&f=u
More information about the pld-cvs-commit
mailing list