Upstream release of 1.1.13, Daniel
This commit is contained in:
parent
8c6968ebb7
commit
cc59d2965d
@ -1,3 +1,4 @@
|
||||
libxslt-1.1.10.tar.gz
|
||||
libxslt-1.1.11.tar.gz
|
||||
libxslt-1.1.12.tar.gz
|
||||
libxslt-1.1.13.tar.gz
|
||||
|
29
libxslt.spec
29
libxslt.spec
@ -1,23 +1,24 @@
|
||||
Summary: Library providing the Gnome XSLT engine
|
||||
Name: libxslt
|
||||
Version: 1.1.12
|
||||
Release: 5
|
||||
Version: 1.1.13
|
||||
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.15
|
||||
BuildRequires: libxml2-devel >= 2.6.15
|
||||
Requires: libxml2 >= 2.6.17
|
||||
BuildRequires: libxml2-devel >= 2.6.17
|
||||
BuildRequires: python python-devel
|
||||
BuildRequires: libxml2-python
|
||||
BuildRequires: libgcrypt-devel
|
||||
Prefix: %{_prefix}
|
||||
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.15
|
||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.17
|
||||
installed. The xsltproc command is a command line interface to the XSLT engine
|
||||
|
||||
%package devel
|
||||
@ -25,19 +26,20 @@ Summary: Libraries, includes, etc. to embed the Gnome XSLT engine
|
||||
Group: Development/Libraries
|
||||
Requires: libxslt = %{version}
|
||||
Requires: libxml2-devel >= 2.5.6
|
||||
Requires: libgcrypt-devel
|
||||
|
||||
%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.15
|
||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.17
|
||||
installed.
|
||||
|
||||
%package python
|
||||
Summary: Python bindings for the libxslt library
|
||||
Group: Development/Libraries
|
||||
Requires: libxslt = %{version}
|
||||
Requires: libxml2 >= 2.6.15
|
||||
Requires: libxml2-python >= 2.6.15
|
||||
Requires: libxml2 >= 2.6.17
|
||||
Requires: libxml2-python >= 2.6.17
|
||||
Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)
|
||||
|
||||
%description python
|
||||
@ -114,15 +116,8 @@ rm -fr %{buildroot}
|
||||
%doc python/tests/*.xsl
|
||||
|
||||
%changelog
|
||||
* Wed Mar 9 2005 Daniel Veillard <veillard@redhat.com> 1.1.12-5
|
||||
- rebuilt again
|
||||
* Wed Mar 2 2005 Daniel Veillard <veillard@redhat.com> 1.1.12-4
|
||||
- rebuilt for gcc4
|
||||
* Thu Nov 11 2004 Jeremy Katz <katzj@redhat.com> - 1.1.12-3
|
||||
- rebuild for python 2.4
|
||||
|
||||
* Fri Oct 29 2004 Daniel Veillard <veillard@redhat.com>
|
||||
- upstream release 1.1.12 see http://xmlsoft.org/XSLT/news.html
|
||||
* Sun Mar 13 2005 Daniel Veillard <veillard@redhat.com>
|
||||
- upstream release 1.1.13 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