summaryrefslogtreecommitdiff
path: root/libxslt.spec.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-05-03 17:03:52 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-05-03 17:03:52 +0000
commitf546bafbd5d230f901ec7d1391f72a3acacea6ca (patch)
tree2b47bafc0cd1a962915ebea5c57988ec6fb7968e /libxslt.spec.in
parentb41da1738f0388a9599b8cf485b8b78d539acfeb (diff)
downloadlibxslt-f546bafbd5d230f901ec7d1391f72a3acacea6ca.tar.gz
- TODO configure.in libxslt.spec.in: getting ready for 0.9.0
release - doc/html/* doc/xslt.html: updated and regenerated the docs Daniel
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r--libxslt.spec.in8
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