From 7b2343552f8f7a8a2734d7d0c28baf890abb3678 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 29 Oct 2004 15:13:54 +0000 Subject: [PATCH] Upstream release of libxslt-1.1.12, Daniel --- .cvsignore | 1 + libxslt.spec | 19 ++++++++++--------- sources | 1 + 3 files changed, 12 insertions(+), 9 deletions(-) diff --git a/.cvsignore b/.cvsignore index 43cd94c..34abd90 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ libxslt-1.1.10.tar.gz libxslt-1.1.11.tar.gz +libxslt-1.1.12.tar.gz diff --git a/libxslt.spec b/libxslt.spec index ef87e9d..521a682 100644 --- a/libxslt.spec +++ b/libxslt.spec @@ -1,14 +1,14 @@ Summary: Library providing the Gnome XSLT engine Name: libxslt -Version: 1.1.11 +Version: 1.1.12 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.8 -BuildRequires: libxml2-devel >= 2.6.8 +Requires: libxml2 >= 2.6.15 +BuildRequires: libxml2-devel >= 2.6.15 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.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 %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.8 +mechanism. To use it you need to have a version of libxml2 >= 2.6.15 installed. %package python Summary: Python bindings for the libxslt library Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2 >= 2.6.8 -Requires: libxml2-python >= 2.6.8 +Requires: libxml2 >= 2.6.15 +Requires: libxml2-python >= 2.6.15 Requires: %{_libdir}/python%(echo `python -c "import sys; print sys.version[0:3]"`) %description python @@ -77,6 +77,7 @@ rm -fr %{buildroot} %doc AUTHORS ChangeLog.gz NEWS README Copyright TODO FEATURES %doc doc/*.html doc/html doc/tutorial doc/tutorial2 doc/*.gif +%doc doc/EXSLT %doc %{_mandir}/man1/xsltproc.1* %{_libdir}/lib*.so.* %{prefix}/bin/xsltproc @@ -113,8 +114,8 @@ rm -fr %{buildroot} %doc python/tests/*.xsl %changelog -* Wed Sep 29 2004 Daniel Veillard -- upstream release 1.1.11 see http://xmlsoft.org/XSLT/news.html +* Fri Oct 29 2004 Daniel Veillard +- upstream release 1.1.12 see http://xmlsoft.org/XSLT/news.html * Sun Nov 2 2003 Daniel Veillard - cleanup, removal of the deprecated breakpoint library and diff --git a/sources b/sources index 5246085..70f8e82 100644 --- a/sources +++ b/sources @@ -1,2 +1,3 @@ 9839e6a309c7c97ffd260c8a2aa03cf5 libxslt-1.1.10.tar.gz f29f07be40a37eafecd7c85e851f1a3a libxslt-1.1.11.tar.gz +cf82a767c016ff1668d1c295c47ae700 libxslt-1.1.12.tar.gz