Upstream release of libxslt-1.1.12, Daniel
This commit is contained in:
parent
de759a7573
commit
7b2343552f
@ -1,2 +1,3 @@
|
|||||||
libxslt-1.1.10.tar.gz
|
libxslt-1.1.10.tar.gz
|
||||||
libxslt-1.1.11.tar.gz
|
libxslt-1.1.11.tar.gz
|
||||||
|
libxslt-1.1.12.tar.gz
|
||||||
|
19
libxslt.spec
19
libxslt.spec
@ -1,14 +1,14 @@
|
|||||||
Summary: Library providing the Gnome XSLT engine
|
Summary: Library providing the Gnome XSLT engine
|
||||||
Name: libxslt
|
Name: libxslt
|
||||||
Version: 1.1.11
|
Version: 1.1.12
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
|
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://xmlsoft.org/XSLT/
|
URL: http://xmlsoft.org/XSLT/
|
||||||
Requires: libxml2 >= 2.6.8
|
Requires: libxml2 >= 2.6.15
|
||||||
BuildRequires: libxml2-devel >= 2.6.8
|
BuildRequires: libxml2-devel >= 2.6.15
|
||||||
BuildRequires: python python-devel
|
BuildRequires: python python-devel
|
||||||
BuildRequires: libxml2-python
|
BuildRequires: libxml2-python
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
@ -17,7 +17,7 @@ Docdir: %{_docdir}
|
|||||||
%description
|
%description
|
||||||
This C library allows to transform XML files into other XML files
|
This C library allows to transform XML files into other XML files
|
||||||
(or HTML, text, ...) using the standard XSLT stylesheet transformation
|
(or HTML, text, ...) using the standard XSLT stylesheet transformation
|
||||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.8
|
mechanism. To use it you need to have a version of libxml2 >= 2.6.15
|
||||||
installed. The xsltproc command is a command line interface to the XSLT engine
|
installed. The xsltproc command is a command line interface to the XSLT engine
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -29,15 +29,15 @@ Requires: libxml2-devel >= 2.5.6
|
|||||||
%description devel
|
%description devel
|
||||||
This C library allows to transform XML files into other XML files
|
This C library allows to transform XML files into other XML files
|
||||||
(or HTML, text, ...) using the standard XSLT stylesheet transformation
|
(or HTML, text, ...) using the standard XSLT stylesheet transformation
|
||||||
mechanism. To use it you need to have a version of libxml2 >= 2.6.8
|
mechanism. To use it you need to have a version of libxml2 >= 2.6.15
|
||||||
installed.
|
installed.
|
||||||
|
|
||||||
%package python
|
%package python
|
||||||
Summary: Python bindings for the libxslt library
|
Summary: Python bindings for the libxslt library
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libxslt = %{version}
|
Requires: libxslt = %{version}
|
||||||
Requires: libxml2 >= 2.6.8
|
Requires: libxml2 >= 2.6.15
|
||||||
Requires: libxml2-python >= 2.6.8
|
Requires: libxml2-python >= 2.6.15
|
||||||
Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)
|
Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`)
|
||||||
|
|
||||||
%description python
|
%description python
|
||||||
@ -77,6 +77,7 @@ rm -fr %{buildroot}
|
|||||||
|
|
||||||
%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES
|
%doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES
|
||||||
%doc doc/*.html doc/html doc/tutorial doc/tutorial2 doc/*.gif
|
%doc doc/*.html doc/html doc/tutorial doc/tutorial2 doc/*.gif
|
||||||
|
%doc doc/EXSLT
|
||||||
%doc %{_mandir}/man1/xsltproc.1*
|
%doc %{_mandir}/man1/xsltproc.1*
|
||||||
%{_libdir}/lib*.so.*
|
%{_libdir}/lib*.so.*
|
||||||
%{prefix}/bin/xsltproc
|
%{prefix}/bin/xsltproc
|
||||||
@ -113,8 +114,8 @@ rm -fr %{buildroot}
|
|||||||
%doc python/tests/*.xsl
|
%doc python/tests/*.xsl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Sep 29 2004 Daniel Veillard <veillard@redhat.com>
|
* Fri Oct 29 2004 Daniel Veillard <veillard@redhat.com>
|
||||||
- upstream release 1.1.11 see http://xmlsoft.org/XSLT/news.html
|
- upstream release 1.1.12 see http://xmlsoft.org/XSLT/news.html
|
||||||
|
|
||||||
* Sun Nov 2 2003 Daniel Veillard <veillard@redhat.com>
|
* Sun Nov 2 2003 Daniel Veillard <veillard@redhat.com>
|
||||||
- cleanup, removal of the deprecated breakpoint library and
|
- cleanup, removal of the deprecated breakpoint library and
|
||||||
|
1
sources
1
sources
@ -1,2 +1,3 @@
|
|||||||
9839e6a309c7c97ffd260c8a2aa03cf5 libxslt-1.1.10.tar.gz
|
9839e6a309c7c97ffd260c8a2aa03cf5 libxslt-1.1.10.tar.gz
|
||||||
f29f07be40a37eafecd7c85e851f1a3a libxslt-1.1.11.tar.gz
|
f29f07be40a37eafecd7c85e851f1a3a libxslt-1.1.11.tar.gz
|
||||||
|
cf82a767c016ff1668d1c295c47ae700 libxslt-1.1.12.tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user