From f4ae402649d288e7cbcb861e1f7a95ed74f79a2e Mon Sep 17 00:00:00 2001 From: Florian La Roche Date: Sun, 31 Jul 2005 15:57:42 +0000 Subject: [PATCH] - build with newest rpm --- libxslt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxslt.spec b/libxslt.spec index 3e0dbd8..09ae918 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,7 +1,7 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt Version: 1.1.14 -Release: 2 +Release: 3 License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz @@ -109,7 +109,7 @@ rm -fr %{buildroot} %defattr(-, root, root) %doc AUTHORS ChangeLog.gz NEWS README Copyright FEATURES -%{_libdir}/python*/site-packages/libxslt.py +%{_libdir}/python*/site-packages/libxslt.py* %{_libdir}/python*/site-packages/libxsltmod* %doc python/TODO %doc python/libxsltclass.txt @@ -118,6 +118,9 @@ rm -fr %{buildroot} %doc python/tests/*.xsl %changelog +* Sun Jul 31 2005 Florian La Roche +- package all python files to build with newest rpm + * Mon May 23 2005 Bill Nottingham - remove static library from python bindings