rpms/soprano/devel soprano.spec,1.63,1.64

Rex Dieter rdieter at fedoraproject.org
Thu Jun 10 14:18:23 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/soprano/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24735

Modified Files:
	soprano.spec 
Log Message:
* Thu Jun 10 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.63-3
- Requires: redland-virtuoso (f14+)



Index: soprano.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/soprano.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- soprano.spec	26 May 2010 18:14:05 -0000	1.63
+++ soprano.spec	10 Jun 2010 14:18:22 -0000	1.64
@@ -1,14 +1,14 @@
 
 # fedora review: http://bugzilla.redhat.com/248120
 
-# undef or set to 0 to disable -apidocs for a faster build
+# undef or set to 0 to disable items for a faster build
 %define apidocs 1
 %define tests 1
 
 Summary: Qt wrapper API to different RDF storage solutions
 Name:    soprano
 Version: 2.4.63
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -49,6 +49,11 @@ BuildRequires: qt4-doc
 ## otherwise,
 Provides: soprano-backend-virtuoso = %{version}-%{release}
 Requires: virtuoso-opensource
+%if 0%{?fedora} > 13
+# redland plugins split in f14+, though not entirely sure if this is 
+# really needed -- Rex
+Requires: redland-virtuoso
+%endif
 
 
 %description
@@ -77,6 +82,11 @@ Group:   System Environment/Libraries
 Provides: %{name}-backend = %{version}-%{release}
 Requires: %{name} = %{version}-%{release}
 Requires: virtuoso-opensource
+%if 0%{?fedora} > 13
+# redland plugins split in f14+, though not entirely sure if this is 
+# really needed -- Rex
+Requires: redland-virtuoso
+%endif
 %description backend-virtuoso 
 %{summary}.
 
@@ -205,6 +215,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Thu Jun 10 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.63-3
+- Requires: redland-virtuoso (f14+)
+
 * Wed May 26 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.63-2
 - soprano 2.4.63 (official)
 



More information about the scm-commits mailing list