- disable testsuite so this builds
- rebuild for pkg-config Provides
This commit is contained in:
parent
135934ea4b
commit
f8f71ce922
11
rasqal.spec
11
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 <Kevin@tigcc.ticalc.org> 0.9.15-3
|
||||
- disable testsuite so this builds
|
||||
- rebuild for pkg-config Provides
|
||||
|
||||
* Sun Nov 23 2008 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
- 0.9.15-2
|
||||
- update summary
|
||||
|
||||
Loading…
Reference in New Issue
Block a user