Upstream release 1.1.18, Daniel
This commit is contained in:
parent
91c9b76305
commit
92b4ceffe8
@ -6,3 +6,4 @@ libxslt-1.1.14.tar.gz
|
|||||||
libxslt-1.1.15.tar.gz
|
libxslt-1.1.15.tar.gz
|
||||||
libxslt-1.1.16.tar.gz
|
libxslt-1.1.16.tar.gz
|
||||||
libxslt-1.1.17.tar.gz
|
libxslt-1.1.17.tar.gz
|
||||||
|
libxslt-1.1.18.tar.gz
|
||||||
|
18
libxslt.spec
18
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.17
|
Version: 1.1.18
|
||||||
Release: 1.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.25
|
Requires: libxml2 >= 2.6.27
|
||||||
BuildRequires: libxml2-devel >= 2.6.25
|
BuildRequires: libxml2-devel >= 2.6.27
|
||||||
BuildRequires: python python-devel
|
BuildRequires: python python-devel
|
||||||
BuildRequires: libxml2-python
|
BuildRequires: libxml2-python
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
@ -19,7 +19,7 @@ Patch0: multilib.patch
|
|||||||
%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.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
|
installed. The xsltproc command is a command line interface to the XSLT engine
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -33,15 +33,15 @@ Requires: pkgconfig
|
|||||||
%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.25
|
mechanism. To use it you need to have a version of libxml2 >= 2.6.27
|
||||||
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.25
|
Requires: libxml2 >= 2.6.27
|
||||||
Requires: libxml2-python >= 2.6.25
|
Requires: libxml2-python >= 2.6.27
|
||||||
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
|
||||||
@ -123,6 +123,8 @@ rm -fr %{buildroot}
|
|||||||
%doc python/tests/*.xsl
|
%doc python/tests/*.xsl
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.1.17-1.1
|
||||||
- rebuild
|
- rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user