auto-import changelog data from libxslt-1.1.5-1.src.rpm
Tue Mar 23 2004 Daniel Veillard <veillard@redhat.com> - upstream release 1.1.5 see http://xmlsoft.org/XSLT/news.html
This commit is contained in:
parent
dc23c695ae
commit
ce4946f933
@ -1 +1 @@
|
||||
libxslt-1.1.4.tar.gz
|
||||
libxslt-1.1.5.tar.gz
|
||||
|
23
libxslt.spec
23
libxslt.spec
@ -1,14 +1,14 @@
|
||||
Summary: Library providing the Gnome XSLT engine
|
||||
Name: libxslt
|
||||
Version: 1.1.4
|
||||
Release: 1.1
|
||||
Version: 1.1.5
|
||||
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.5
|
||||
BuildRequires: libxml2-devel >= 2.6.5
|
||||
Requires: libxml2 >= 2.6.8
|
||||
BuildRequires: libxml2-devel >= 2.6.8
|
||||
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.5
|
||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.8
|
||||
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.5
|
||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.8
|
||||
installed.
|
||||
|
||||
%package python
|
||||
Summary: Python bindings for the libxslt library
|
||||
Group: Development/Libraries
|
||||
Requires: libxslt = %{version}
|
||||
Requires: libxml2 >= 2.6.5
|
||||
Requires: libxml2-python >= 2.6.5
|
||||
Requires: libxml2 >= 2.6.8
|
||||
Requires: libxml2-python >= 2.6.8
|
||||
Requires: python
|
||||
|
||||
%description python
|
||||
@ -112,11 +112,8 @@ rm -fr %{buildroot}
|
||||
%doc python/tests/*.xsl
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
* Tue Mar 23 2004 Daniel Veillard <veillard@redhat.com>
|
||||
- upstream release 1.1.5 see http://xmlsoft.org/XSLT/news.html
|
||||
|
||||
* Sun Nov 2 2003 Daniel Veillard <veillard@redhat.com>
|
||||
- cleanup, removal of the deprecated breakpoint library and
|
||||
|
Loading…
Reference in New Issue
Block a user