diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-03-24 21:38:13 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-03-24 21:38:13 +0000 |
commit | 26cfddfe78ecd3b4a8a72e9c3a222fa6ae7e84d2 (patch) | |
tree | ad72e2d2cd0e0a4354e0b69e23e5e3e0992bc4f0 /libxslt.spec.in | |
parent | 145c37ba026a8216b239ef7ef2cadda5ef83ec97 (diff) | |
download | libxslt-26cfddfe78ecd3b4a8a72e9c3a222fa6ae7e84d2.tar.gz libxslt-26cfddfe78ecd3b4a8a72e9c3a222fa6ae7e84d2.tar.bz2 libxslt-26cfddfe78ecd3b4a8a72e9c3a222fa6ae7e84d2.zip |
Result Value Tree are now generated with a document root node not an
* libxslt/pattern.c libxslt/transform.c libxslt/variables.c:
Result Value Tree are now generated with a document root node
not an element, it's quite cleaner.
* configure.in libxslt.spec.in NEWS: But this requires libxml2-2.5.5
also prepared for libxslt-1.0.28 release
* doc/*: updated and regenerated the docs
Daniel
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r-- | libxslt.spec.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in index 31cbf701..b3bc5120 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -7,8 +7,8 @@ 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.5.4 -BuildRequires: libxml2-devel >= 2.5.4 +Requires: libxml2 >= 2.5.5 +BuildRequires: libxml2-devel >= 2.5.5 BuildRequires: python python-devel BuildRequires: libxml2-python Prefix: %{_prefix} @@ -17,26 +17,26 @@ 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.5.4 +mechanism. To use it you need to have a version of libxml2 >= 2.5.5 installed. The xsltproc command is a command line interface to the XSLT engine %package devel Summary: Libraries, includes, etc. to embed the Gnome XSLT engine Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2-devel >= 2.5.4 +Requires: libxml2-devel >= 2.5.5 %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.5.4 +mechanism. To use it you need to have a version of libxml2 >= 2.5.5 installed. %package python Summary: Python bindings for the libxslt library Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2 >= 2.5.4 +Requires: libxml2 >= 2.5.5 Requires: python %description python |