From cee85fc3b169e459273c64d27a32ee6828177d0b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Feb 21 2016 22:54:11 +0000 Subject: make redland-virtuoso conditional on virtuoso support --- diff --git a/soprano.spec b/soprano.spec index 7ad17f7..aad0716 100644 --- a/soprano.spec +++ b/soprano.spec @@ -10,7 +10,7 @@ Summary: Qt wrapper API to different RDF storage solutions Name: soprano Version: 2.9.4 -Release: 12%{?dist} +Release: 13%{?dist} License: LGPLv2+ URL: http://sourceforge.net/projects/soprano @@ -43,14 +43,13 @@ BuildRequires: qt4-doc %endif %{?_qt4_version:Requires: qt4%{?_isa} >= %{_qt4_version}} -## not sure if this is really needed -- rex -Requires: redland-virtuoso ## If/When backends are packaged separately #Requires: soprano-backend ## otherwise, Provides: soprano-backend = %{version}-%{release} Provides: soprano-backend-redland = %{version}-%{release} %if 0%{?virtuoso} +Requires: redland-virtuoso Provides: soprano-backend-virtuoso = %{version}-%{release} ## nepomuk upstream recommends this be in nepomuk-core, and strictly optional here -- rex #Recommends: virtuoso-opensource @@ -191,6 +190,9 @@ time make -C %{_target_platform} test ARGS="--timeout 300 --output-on-failure -R %changelog +* Sun Feb 21 2016 Rex Dieter 2.9.4-13 +- make redland-virtuoso conditional on virtuoso support + * Sat Feb 20 2016 Rex Dieter 2.9.4-12 - disable virtuoso support f24+