]> git.pld-linux.org Git - packages/soprano.git/blobdiff - soprano.spec
- disabled virtuoso support on 32bit archs
[packages/soprano.git] / soprano.spec
index 28fd98c86d320d3a4926d60c0b61d90c2fd8a752..e666c9497c0e324ec68efd8bdd3e106357a23312 100644 (file)
@@ -1,8 +1,3 @@
-# TODO
-# - missing deps:
-#   * Sesame2 storage backend (java-based)
-#   * Raptor RDF serializer
-#
 # Conditional build:
 %bcond_without serializer              # with raptor serializer. need to figure out proper BR
 %bcond_without sesame2                 # with sesame2backend
 %define                qtbrver         4.7.3
 %define                snap            svn1042011
 
+%ifarch %{ix86}
+# current virtuoso (7.1.0) works only on 64bit archs
+%unglobal      with_virtuoso
+%endif
+
 Summary:       Soprano - Qt wrapper API to librdf
 Summary(pl.UTF-8):     Soprano - wrapper Qt do librdf
 Name:          soprano
-Version:       2.8.0
-Release:       1
+Version:       2.9.4
+Release:       2
 License:       GPL v2
 Group:         X11/Applications
 Source0:       http://downloads.sourceforge.net/soprano/%{name}-%{version}.tar.bz2
-# Source0-md5: 273c3403aeb6d8a43e78a4887f50a385
+# Source0-md5: 91413e5783efeee0beb747ea4c5c9ef0
 #Source0:      %{name}-%{version}-%{snap}.tar.gz
 URL:           http://sourceforge.net/projects/soprano
 BuildRequires: QtCore-devel >= %{qtbrver}
@@ -28,8 +28,9 @@ BuildRequires:        QtGui-devel >= %{qtbrver}
 BuildRequires: QtNetwork-devel >= %{qtbrver}
 BuildRequires: clucene-core-devel >= 0.9.16a-2
 BuildRequires: cmake >= 2.8.0
+BuildRequires: doxygen
 %{?with_sesame2:BuildRequires: libgcj-devel}
-%{?with_serializer:BuildRequires:      libraptor-devel}
+%{?with_serializer:BuildRequires:      libraptor2-devel >= 2.0.0}
 BuildRequires: pkgconfig
 BuildRequires: qt4-build >= %{qtbrver}
 BuildRequires: qt4-qmake >= %{qtbrver}
This page took 0.237717 seconds and 4 git commands to generate.