diff --git a/libxslt-python.spec b/libxslt-python.spec index de4b6aa..7bb8772 100644 --- a/libxslt-python.spec +++ b/libxslt-python.spec @@ -22,7 +22,7 @@ Name: libxslt-python BuildRequires: libxml2-python libxslt-devel python-devel Summary: Python Bindings for libxslt Version: 1.1.24 -Release: 24 +Release: 25 License: MIT License (or similar) Group: Development/Libraries/Python Source: libxslt-%{version}.tar.bz2 diff --git a/libxslt.changes b/libxslt.changes index 1f901a9..036292a 100644 --- a/libxslt.changes +++ b/libxslt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Apr 24 11:38:22 UTC 2010 - coolo@novell.com + +- buildrequire pkg-config to fix provides + ------------------------------------------------------------------- Mon Dec 14 16:19:17 CET 2009 - jengelh@medozas.de diff --git a/libxslt.spec b/libxslt.spec index 9c3fade..ae2a911 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -19,10 +19,10 @@ Name: libxslt -BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel +BuildRequires: libgcrypt libgcrypt-devel libgpg-error libgpg-error-devel libxml2-devel pkg-config Summary: XSL Transformation Library Version: 1.1.24 -Release: 23 +Release: 24 License: MIT License (or similar) Group: System/Libraries # bug437293 @@ -55,12 +55,6 @@ present in other XSLT engines. The package comes with xsltproc, a command line interface to the XSLT engine. - - -Authors: --------- - Daniel Veillard - %package devel License: LGPLv2.1+ Summary: Include Files and Libraries mandatory for Development @@ -72,14 +66,12 @@ Obsoletes: libxslt-devel-64bit # Requires: %{name} = %{version} Requires: libxml2-devel >= 2.6.27 -Requires: libgcrypt-devel libgpg-error-devel glibc-devel +Requires: libgcrypt-devel libgpg-error-devel glibc-devel pkg-config %description devel This package contains all necessary include files and libraries needed to develop applications that require these. - - %prep %setup -q %patch0