summaryrefslogtreecommitdiff
path: root/libxslt.spec.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-03-01 17:33:19 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-03-01 17:33:19 +0000
commit50506d9192a57db10688187dbced66acf80d3072 (patch)
tree642358159b2eb787e5f41a528c0548731466c88a /libxslt.spec.in
parentb272d8dc22197a0c27d6347b50807495459d1b38 (diff)
downloadlibxslt-50506d9192a57db10688187dbced66acf80d3072.tar.gz
libxslt-50506d9192a57db10688187dbced66acf80d3072.tar.bz2
libxslt-50506d9192a57db10688187dbced66acf80d3072.zip
Released libxslt-0.4.0:
- configure.in libxslt.spec.in: updated to 0.4.0 and 2.3.3 - doc/xslt.html: updated 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 e70e1ce3..e034e982 100644
--- a/libxslt.spec.in
+++ b/libxslt.spec.in
@@ -10,15 +10,15 @@ 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.2
+Requires: libxml2 >= 2.3.3
-URL: http://xmlsoft.org/
+URL: http://xmlsoft.org/XSLT/
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.0
+mechanism. To use it you need to have a version of libxml2 >= 2.3.3
installed.
%package devel
@@ -30,7 +30,7 @@ Requires: libxml2-devel >= 2.3.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.0
+mechanism. To use it you need to have a version of libxml2 >= 2.3.3
installed.
%changelog