From bdcebf5a947409edb55c077f8b79495682e29c3b Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 10 Nov 2011 14:04:54 -0600 Subject: [PATCH] rebuild (yajl) pkgconfig-style deps --- raptor2.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/raptor2.spec b/raptor2.spec index 6b08e7c..a129c67 100644 --- a/raptor2.spec +++ b/raptor2.spec @@ -2,7 +2,7 @@ Summary: RDF Parser Toolkit for Redland Name: raptor2 Version: 2.0.4 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2+ or LGPLv2+ or ASL 2.0 Source: http://download.librdf.org/source/raptor2-%{version}.tar.gz @@ -14,7 +14,7 @@ Patch50: raptor2-2.0.3-raptor2_doc.patch BuildRequires: curl-devel BuildRequires: gtk-doc -BuildRequires: libxslt-devel +BuildRequires: pkgconfig(libxslt) BuildRequires: yajl-devel # when /usr/bin/rappor moved here -- rex @@ -68,7 +68,6 @@ rm -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig - %files %doc AUTHORS ChangeLog NEWS README %doc COPYING* LICENSE.txt LICENSE-2.0.txt @@ -88,6 +87,10 @@ rm -rf %{buildroot} %changelog +* Thu Nov 10 2011 Rex Dieter 2.0.4-3 +- rebuild (yajl) +- pkgconfig-style deps + * Sun Jul 31 2011 Rex Dieter 2.0.4-2 - include rapper here