From f8f71ce9221a7098d20c32ef8ff5c06d5fbd7f47 Mon Sep 17 00:00:00 2001 From: Kevin Kofler Date: Sat, 17 Jan 2009 18:23:10 +0000 Subject: [PATCH] - disable testsuite so this builds - rebuild for pkg-config Provides --- rasqal.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rasqal.spec b/rasqal.spec index cdf670d..93ea2ec 100644 --- a/rasqal.spec +++ b/rasqal.spec @@ -1,6 +1,6 @@ Name: rasqal Version: 0.9.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: RDF Query Library Group: System Environment/Libraries @@ -14,7 +14,8 @@ BuildRequires: raptor-devel >= 1.4.16 BuildRequires: gtk-doc BuildRequires: pcre-devel BuildRequires: libxml2-devel -BuildRequires: perl(XML::DOM) +# for the testsuite +#BuildRequires: perl(XML::DOM) # to avoid /usr/lib64 rpath on x86_64 BuildRequires: libtool @@ -49,7 +50,7 @@ Libraries, includes etc to develop with the Rasqal RDF query language library. make LIBTOOL=/usr/bin/libtool %{?_smp_mflags} %check -make check +#make check %install rm -rf $RPM_BUILD_ROOT @@ -92,6 +93,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html %changelog +* Sat Jan 17 2009 Kevin Kofler 0.9.15-3 +- disable testsuite so this builds +- rebuild for pkg-config Provides + * Sun Nov 23 2008 Thomas Vander Stichele - 0.9.15-2 - update summary