From d0c4d7e6f927450e83597ac9460f8dd942ddf149 Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Thu, 7 Dec 2006 16:25:23 +0000 Subject: [PATCH] - rebuild against python 2.5 --- libxslt.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/libxslt.spec b/libxslt.spec index 55b587f..3bb78d7 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,7 +1,7 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt Version: 1.1.19 -Release: 1 +Release: 2 License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz @@ -42,7 +42,6 @@ Group: Development/Libraries Requires: libxslt = %{version} Requires: libxml2 >= 2.6.27 Requires: libxml2-python >= 2.6.27 -Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`) %description python The libxslt-python package contains a module that permits applications @@ -123,6 +122,9 @@ rm -fr %{buildroot} %doc python/tests/*.xsl %changelog +* Thu Dec 7 2006 Jeremy Katz - 1.1.19-2 +- rebuild against python 2.5 + * Wed Nov 29 2006 Daniel Veillard - upstream release 1.1.19 see http://xmlsoft.org/XSLT/news.html