diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-02-21 16:10:07 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-02-21 16:10:07 +0000 |
commit | 2d3cb84871edcfe4de4e7fa6b8ae8f221b335c5f (patch) | |
tree | bf5f127ca839e420c48820830200fd9b571a70f7 /libxslt.spec.in | |
parent | 00cffaf536be529ce5953e7c212e4d06859f0a97 (diff) | |
download | libxslt-2d3cb84871edcfe4de4e7fa6b8ae8f221b335c5f.tar.gz libxslt-2d3cb84871edcfe4de4e7fa6b8ae8f221b335c5f.tar.bz2 libxslt-2d3cb84871edcfe4de4e7fa6b8ae8f221b335c5f.zip |
fixed RH#84801 wrong prereqs in the spec file Daniel
* libxslt.spec.in: fixed RH#84801 wrong prereqs in the spec file
Daniel
Diffstat (limited to 'libxslt.spec.in')
-rw-r--r-- | libxslt.spec.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libxslt.spec.in b/libxslt.spec.in index b194490d..e537fdce 100644 --- a/libxslt.spec.in +++ b/libxslt.spec.in @@ -7,8 +7,8 @@ Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-root URL: http://xmlsoft.org/XSLT/ -Requires: libxml2 >= 2.4.23 -BuildRequires: libxml2-devel >= 2.4.23 +Requires: libxml2 >= 2.5.2 +BuildRequires: libxml2-devel >= 2.5.2 BuildRequires: python python-devel BuildRequires: libxml2-python Prefix: %{_prefix} @@ -17,26 +17,26 @@ Docdir: %{_docdir} %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.8 +mechanism. To use it you need to have a version of libxml2 >= 2.5.2 installed. The xsltproc command is a command line interface to the XSLT engine %package devel Summary: Libraries, includes, etc. to embed the Gnome XSLT engine Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2-devel >= 2.4.23 +Requires: libxml2-devel >= 2.5.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.8 +mechanism. To use it you need to have a version of libxml2 >= 2.5.2 installed. %package python Summary: Python bindings for the libxslt library Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2 >= 2.4.23 +Requires: libxml2 >= 2.5.2 Requires: python %description python |