summaryrefslogtreecommitdiff
path: root/libxslt.spec.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-02-08 11:39:15 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-02-08 11:39:15 +0000
commite651408e5d5f256217706eb192aa90e4df4864af (patch)
tree8117a18047e92c6e8ddf895ef5427c77e161b721 /libxslt.spec.in
parent2681e1ebd72cd75a09f17546234e9e0d54ab123f (diff)
downloadlibxslt-e651408e5d5f256217706eb192aa90e4df4864af.tar.gz
libxslt-e651408e5d5f256217706eb192aa90e4df4864af.tar.bz2
libxslt-e651408e5d5f256217706eb192aa90e4df4864af.zip
Getting ready for first 0.1.0 beta release:
- README configure.in libxslt.spec.in: bumped to 0.1.0, getting ready for the release - libxslt/keys.c libxslt/xslt.c: cleanup of uninitialized vars - tests/REC1/Makefile.am tests/REC/Makefile.am: the EXTRA list was not up to date 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 4beede20..26fa837d 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.2.13
+Requires: libxml2 >= 2.3.0
URL: http://xmlsoft.org/
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.2.12
+mechanism. To use it you need to have a version of libxml2 >= 2.3.0
installed.
%package devel
Summary: Libraries, includes, etc. to develop XML and HTML applications
Group: Development/Libraries
Requires: libxslt = %{version}
-Requires: libxml2-devel >= 2.2.13
+Requires: libxml2-devel >= 2.3.0
%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.2.12
+mechanism. To use it you need to have a version of libxml2 >= 2.3.0
installed.
%changelog