[rasqal] 0.9.26

Rex Dieter rdieter at fedoraproject.org
Sun Jul 31 15:08:18 UTC 2011


commit 63a781ab3d1af48625fa74938a0b48f6a5ac9389
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Sun Jul 31 10:13:32 2011 -0500

    0.9.26

 .gitignore  |    3 ++-
 rasqal.spec |   19 +++++++++----------
 sources     |    2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4b7c387..36af052 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
-rasqal-0.9.17.tar.gz
+/rasqal-0.9.17.tar.gz
 /rasqal-0.9.20.tar.gz
 /rasqal-0.9.21.tar.gz
+/rasqal-0.9.26.tar.gz
diff --git a/rasqal.spec b/rasqal.spec
index 10423c8..cc97038 100644
--- a/rasqal.spec
+++ b/rasqal.spec
@@ -1,6 +1,6 @@
 Name:           rasqal
-Version:        0.9.21
-Release:        2%{?dist}
+Version:        0.9.26
+Release:        1%{?dist}
 Summary:        RDF Query Library
 
 Group:          System Environment/Libraries
@@ -12,12 +12,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libxml2-devel
 BuildRequires:  mpfr-devel
 BuildRequires:  pcre-devel
-BuildRequires:  raptor-devel >= 1.4.19
+BuildRequires:  raptor2-devel
 # for the testsuite
 BuildRequires:  perl(XML::DOM)
 
-#Requires: raptor >= 1.4.18
-
 %description
 Rasqal is a library providing full support for querying Resource
 Description Framework (RDF) including parsing query syntaxes, constructing
@@ -27,9 +25,7 @@ handles the RDF Data Query Language (RDQL) and SPARQL Query language.
 %package        devel
 Summary:        Development files for the Rasqal RDF libraries
 Group:          Development/Libraries
-Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig
-Requires:       raptor-devel
+Requires:       %{name}%{?_isa} = %{version}-%{release}
 %description    devel
 Libraries, includes etc to develop with the Rasqal RDF query language library.
 
@@ -45,7 +41,7 @@ sed -i -e 's|"/lib /usr/lib|"/%{_lib} %{_libdir}|' configure
 
 %build
 
-%configure --enable-release --with-raptor=system --disable-static
+%configure --disable-static --enable-release
 
 make %{?_smp_mflags}
 
@@ -82,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
 %doc LICENSE-2.0.txt NOTICE
 %doc *.html
 %{_bindir}/roqet
-%{_libdir}/librasqal.so.2*
+%{_libdir}/librasqal.so.3*
 %{_mandir}/man1/roqet.1*
 
 %files devel
@@ -98,6 +94,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Jul 31 2011 Rex Dieter <rdieter at fedoraproject.org> 0.9.26-1
+- 0.9.26
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.21-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 49a6cea..ef316d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-55b67ec92a059ef8979d46486b00a032  rasqal-0.9.21.tar.gz
+1e9fe5423498f10f636319633855e691  rasqal-0.9.26.tar.gz


More information about the scm-commits mailing list