Upstream release 1.1.18, Daniel

This commit is contained in:
Daniel Veillard 2006-10-26 13:57:58 +00:00
parent 91c9b76305
commit 92b4ceffe8
3 changed files with 12 additions and 9 deletions

View File

@ -6,3 +6,4 @@ libxslt-1.1.14.tar.gz
libxslt-1.1.15.tar.gz
libxslt-1.1.16.tar.gz
libxslt-1.1.17.tar.gz
libxslt-1.1.18.tar.gz

View File

@ -1,14 +1,14 @@
Summary: Library providing the Gnome XSLT engine
Name: libxslt
Version: 1.1.17
Release: 1.1
Version: 1.1.18
Release: 1
License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-root
URL: http://xmlsoft.org/XSLT/
Requires: libxml2 >= 2.6.25
BuildRequires: libxml2-devel >= 2.6.25
Requires: libxml2 >= 2.6.27
BuildRequires: libxml2-devel >= 2.6.27
BuildRequires: python python-devel
BuildRequires: libxml2-python
BuildRequires: libgcrypt-devel
@ -19,7 +19,7 @@ Patch0: multilib.patch
%description
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism. To use it you need to have a version of libxml2 >= 2.6.25
mechanism. To use it you need to have a version of libxml2 >= 2.6.27
installed. The xsltproc command is a command line interface to the XSLT engine
%package devel
@ -33,15 +33,15 @@ Requires: pkgconfig
%description devel
This C library allows to transform XML files into other XML files
(or HTML, text, ...) using the standard XSLT stylesheet transformation
mechanism. To use it you need to have a version of libxml2 >= 2.6.25
mechanism. To use it you need to have a version of libxml2 >= 2.6.27
installed.
%package python
Summary: Python bindings for the libxslt library
Group: Development/Libraries
Requires: libxslt = %{version}
Requires: libxml2 >= 2.6.25
Requires: libxml2-python >= 2.6.25
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
@ -123,6 +123,8 @@ rm -fr %{buildroot}
%doc python/tests/*.xsl
%changelog
* Thu Oct 26 2006 Daniel Veillard <veillard@redhat.com>
- upstream release 1.1.18 see http://xmlsoft.org/XSLT/news.html
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.17-1.1
- rebuild

View File

@ -1 +1 @@
fde6a7a93c0eb14cba628692fa3a1000 libxslt-1.1.17.tar.gz
119c6b4aa95848ae78589d2fa64def96 libxslt-1.1.18.tar.gz