From f546bafbd5d230f901ec7d1391f72a3acacea6ca Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 3 May 2001 17:03:52 +0000 Subject: - TODO configure.in libxslt.spec.in: getting ready for 0.9.0 release - doc/html/* doc/xslt.html: updated and regenerated the docs Daniel --- libxslt.spec.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libxslt.spec.in') 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 -- cgit v1.2.1