diff options
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r-- | libxslt.spec.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in index e034e982..158fa0a7 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -10,7 +10,7 @@ Copyright: LGPL Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{ver}.tar.gz BuildRoot: /var/tmp/libxslt-%{PACKAGE_VERSION}-root -Requires: libxml2 >= 2.3.3 +Requires: libxml2 >= 2.3.8 URL: http://xmlsoft.org/XSLT/ Docdir: %{prefix}/doc @@ -18,19 +18,19 @@ Docdir: %{prefix}/doc %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.3 +mechanism. To use it you need to have a version of libxml2 >= 2.3.8 installed. %package devel Summary: Libraries, includes, etc. to develop XML and HTML applications Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2-devel >= 2.3.2 +Requires: libxml2-devel >= 2.3.8 %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.3 +mechanism. To use it you need to have a version of libxml2 >= 2.3.8 installed. %changelog |