diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-07-23 21:47:41 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-07-23 21:47:41 +0000 |
commit | f6ab7e3e29620971bfbc5a4e11054eddd6af8463 (patch) | |
tree | b9dc2dc290952424f7307dc801fc8519cbfe147c /libxslt.spec.in | |
parent | 630ca9f1cb1e09c3489f42afeddb2a6e298b6eaf (diff) | |
download | libxslt-f6ab7e3e29620971bfbc5a4e11054eddd6af8463.tar.gz libxslt-f6ab7e3e29620971bfbc5a4e11054eddd6af8463.tar.bz2 libxslt-f6ab7e3e29620971bfbc5a4e11054eddd6af8463.zip |
releasing 1.0.1 updated the docs. activate line numbering unfortunately
* configure.in libxslt.spec.in libxslt/xsltwin32config.h:
releasing 1.0.1
* doc/html/*.html: updated the docs.
* xsltproc/xsltproc.c: activate line numbering unfortunately
this works only with CVS, libxml2-2.4.1 is broken in this respect
Daniel
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r-- | libxslt.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in index aca78c6d..fabfb7cc 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -10,7 +10,8 @@ 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.10 +Requires: libxml2 >= @LIBXML_REQUIRED_VERSION@ +BuildRequires: libxml2-devel >= @LIBXML_REQUIRED_VERSION@ URL: http://xmlsoft.org/XSLT/ Docdir: %{prefix}/doc |