- rebuild against python 2.5
This commit is contained in:
parent
bdb9d3ca16
commit
d0c4d7e6f9
@ -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 <katzj@redhat.com> - 1.1.19-2
|
||||
- rebuild against python 2.5
|
||||
|
||||
* Wed Nov 29 2006 Daniel Veillard <veillard@redhat.com>
|
||||
- upstream release 1.1.19 see http://xmlsoft.org/XSLT/news.html
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user