[soprano] 2.7.6

Rex Dieter rdieter at fedoraproject.org
Sat May 19 22:01:23 UTC 2012


commit bbfaf25d6f837c76bc4109d186946be7ffb0de61
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sat May 19 17:03:57 2012 -0500

    2.7.6

 .gitignore   |    2 +-
 installdox   |  112 ----------------------------------------------------------
 soprano.spec |   18 ++++------
 sources      |    2 +-
 4 files changed, 9 insertions(+), 125 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9475ab1..755241f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
 /soprano-2.6.0.tar.bz2
-/soprano-2.7.5.tar.bz2
+/soprano-2.7.6.tar.bz2
diff --git a/soprano.spec b/soprano.spec
index e1c5104..e38a3a3 100644
--- a/soprano.spec
+++ b/soprano.spec
@@ -7,8 +7,8 @@
 
 Summary: Qt wrapper API to different RDF storage solutions
 Name:    soprano
-Version: 2.7.5
-Release: 3%{?dist}
+Version: 2.7.6
+Release: 1%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -22,9 +22,6 @@ Source0: http://downloads.sf.net/soprano/soprano-%{version}.tar.bz2
 %endif
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-# hack around doxygen-1.8.0 no longer providing 'installdox' script
-Source1: installdox
-
 ## upstreamable patches
 # nuke rpaths
 Patch50: soprano-2.5.63-rpath.patch
@@ -124,15 +121,11 @@ export CXXFLAGS="%{optflags} -DQT_NO_DEBUG_OUTPUT"
   -DDATA_INSTALL_DIR:PATH=%{_kde4_appsdir} \
   -DQT_DOC_DIR=%{?_qt4_docdir}%{!?_qt4_docdir:%(pkg-config --variable=docdir Qt)} \
   -DSOPRANO_BUILD_API_DOCS:BOOL=%{!?apidocs:0}%{?apidocs} \
-  -DSOPRANO_BUILD_TESTS:BOOL=%{!?tests:FALSE}%{?tests} \
+  -DSOPRANO_BUILD_TESTS:BOOL=%{?tests:ON}%{!?tests:OFF} \
+  -DSOPRANO_DISABLE_SESAME2_BACKEND:BOOL=ON \
   .. 
 popd
 
-# aka if using doxygen-1.8+
-%if 0%{?fedora} > 16 || 0%{?rhel} > 6
-install -D -m755 %{SOURCE1} %{_target_platform}/docs/html/installdox
-%endif
-
 make %{?_smp_mflags} -C %{_target_platform}
 
 
@@ -227,6 +220,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sat May 19 2012 Rex Dieter <rdieter at fedoraproject.org> 2.7.6-1
+- 2.7.6
+
 * Tue May 08 2012 Rex Dieter <rdieter at fedoraproject.org> 2.7.5-3
 - use/rely-on Qt pkgconfig deps
 
diff --git a/sources b/sources
index 0496f0f..85ca27c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9d881ce405354da4f7c2eeee386e2859  soprano-2.7.5.tar.bz2
+8eee947956134ea4aa2d1e94ddbd551e  soprano-2.7.6.tar.bz2


More information about the scm-commits mailing list