diff options
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 b194490d..e537fdce 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.4.23 -BuildRequires: libxml2-devel >= 2.4.23 +Requires: libxml2 >= 2.5.2 +BuildRequires: libxml2-devel >= 2.5.2 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.3.8 +mechanism. To use it you need to have a version of libxml2 >= 2.5.2 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.4.23 +Requires: libxml2-devel >= 2.5.2 %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.3.8 +mechanism. To use it you need to have a version of libxml2 >= 2.5.2 installed. %package python Summary: Python bindings for the libxslt library Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2 >= 2.4.23 +Requires: libxml2 >= 2.5.2 Requires: python %description python |