[raptor2] rebuild (yajl) pkgconfig-style deps

Rex Dieter rdieter at fedoraproject.org
Thu Nov 10 20:04:19 UTC 2011


commit bdcebf5a947409edb55c077f8b79495682e29c3b
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Nov 10 14:04:54 2011 -0600

    rebuild (yajl)
    pkgconfig-style deps

 raptor2.spec |    9 ++++++---
 1 files 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 <rdieter at fedoraproject.org> 2.0.4-3
+- rebuild (yajl)
+- pkgconfig-style deps
+
 * Sun Jul 31 2011 Rex Dieter <rdieter at fedoraproject.org> 2.0.4-2
 - include rapper here
 


More information about the scm-commits mailing list