auto-import changelog data from libxslt-1.1.4-1.1.src.rpm

Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Mon Feb 23 2004 Daniel Veillard <veillard@redhat.com>
- upstream release 1.1.4 see http://xmlsoft.org/XSLT/news.html
This commit is contained in:
cvsdist 2004-09-09 07:58:47 +00:00
parent a680b32e79
commit dc23c695ae
3 changed files with 15 additions and 12 deletions

View File

@ -1 +1 @@
libxslt-1.1.2.tar.gz
libxslt-1.1.4.tar.gz

View File

@ -1,14 +1,14 @@
Summary: Library providing the Gnome XSLT engine
Name: libxslt
Version: 1.1.2
Release: 1
Version: 1.1.4
Release: 1.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.3
BuildRequires: libxml2-devel >= 2.6.3
Requires: libxml2 >= 2.6.5
BuildRequires: libxml2-devel >= 2.6.5
BuildRequires: python python-devel
BuildRequires: libxml2-python
Prefix: %{_prefix}
@ -17,7 +17,7 @@ Docdir: %{_docdir}
%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.3
mechanism. To use it you need to have a version of libxml2 >= 2.6.5
installed. The xsltproc command is a command line interface to the XSLT engine
%package devel
@ -29,15 +29,15 @@ Requires: libxml2-devel >= 2.5.6
%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.3
mechanism. To use it you need to have a version of libxml2 >= 2.6.5
installed.
%package python
Summary: Python bindings for the libxslt library
Group: Development/Libraries
Requires: libxslt = %{version}
Requires: libxml2 >= 2.6.3
Requires: libxml2-python >= 2.6.3
Requires: libxml2 >= 2.6.5
Requires: libxml2-python >= 2.6.5
Requires: python
%description python
@ -112,8 +112,11 @@ rm -fr %{buildroot}
%doc python/tests/*.xsl
%changelog
* Wed Dec 24 2003 Daniel Veillard <veillard@redhat.com>
- upstream release 1.1.2 see http://xmlsoft.org/XSLT/news.html
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon Feb 23 2004 Daniel Veillard <veillard@redhat.com>
- upstream release 1.1.4 see http://xmlsoft.org/XSLT/news.html
* Sun Nov 2 2003 Daniel Veillard <veillard@redhat.com>
- cleanup, removal of the deprecated breakpoint library and

View File

@ -1 +1 @@
849dc55276f061aaff36ee3e1244a754 libxslt-1.1.2.tar.gz
0d17e6705c8b56179c0c0c3f1894d9be libxslt-1.1.4.tar.gz