rebuild (yajl)

pkgconfig-style deps
This commit is contained in:
Rex Dieter 2011-11-10 14:04:54 -06:00
parent 73fe9e5f77
commit bdcebf5a94

View File

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