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.10.tar.gz
|
||||||
libxslt-1.1.11.tar.gz
|
libxslt-1.1.11.tar.gz
|
||||||
libxslt-1.1.12.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
|
Summary: Library providing the Gnome XSLT engine
|
||||||
Name: libxslt
|
Name: libxslt
|
||||||
Version: 1.1.12
|
Version: 1.1.13
|
||||||
Release: 5
|
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.15
|
Requires: libxml2 >= 2.6.17
|
||||||
BuildRequires: libxml2-devel >= 2.6.15
|
BuildRequires: libxml2-devel >= 2.6.17
|
||||||
BuildRequires: python python-devel
|
BuildRequires: python python-devel
|
||||||
BuildRequires: libxml2-python
|
BuildRequires: libxml2-python
|
||||||
|
BuildRequires: libgcrypt-devel
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
Docdir: %{_docdir}
|
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.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
|
installed. The xsltproc command is a command line interface to the XSLT engine
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
@ -25,19 +26,20 @@ Summary: Libraries, includes, etc. to embed the Gnome XSLT engine
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Requires: libxslt = %{version}
|
Requires: libxslt = %{version}
|
||||||
Requires: libxml2-devel >= 2.5.6
|
Requires: libxml2-devel >= 2.5.6
|
||||||
|
Requires: libgcrypt-devel
|
||||||
|
|
||||||
%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.15
|
mechanism. To use it you need to have a version of libxml2 >= 2.6.17
|
||||||
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.15
|
Requires: libxml2 >= 2.6.17
|
||||||
Requires: libxml2-python >= 2.6.15
|
Requires: libxml2-python >= 2.6.17
|
||||||
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
|
||||||
@ -114,15 +116,8 @@ rm -fr %{buildroot}
|
|||||||
%doc python/tests/*.xsl
|
%doc python/tests/*.xsl
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Mar 9 2005 Daniel Veillard <veillard@redhat.com> 1.1.12-5
|
* Sun Mar 13 2005 Daniel Veillard <veillard@redhat.com>
|
||||||
- rebuilt again
|
- upstream release 1.1.13 see http://xmlsoft.org/XSLT/news.html
|
||||||
* 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 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
|
||||||
|
Loading…
Reference in New Issue
Block a user