diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2003-02-24 21:56:00 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2003-02-24 21:56:00 +0000 |
commit | 5f743d36c967e730cc9942de0455e232d106487e (patch) | |
tree | 1f15c59045fc60aba374058d01a2f85056d56fef /libxslt.spec.in | |
parent | 00404eb17318f610479364f4f015ff21b6538a3c (diff) | |
download | libxslt-5f743d36c967e730cc9942de0455e232d106487e.tar.gz libxslt-5f743d36c967e730cc9942de0455e232d106487e.tar.bz2 libxslt-5f743d36c967e730cc9942de0455e232d106487e.zip |
libxslt.spec.in there is actually a hard dependancy on libxml2-2.5.4
introduced by Igor :-(, 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 e537fdce..31cbf701 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.5.2 -BuildRequires: libxml2-devel >= 2.5.2 +Requires: libxml2 >= 2.5.4 +BuildRequires: libxml2-devel >= 2.5.4 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.5.2 +mechanism. To use it you need to have a version of libxml2 >= 2.5.4 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.5.2 +Requires: libxml2-devel >= 2.5.4 %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.5.2 +mechanism. To use it you need to have a version of libxml2 >= 2.5.4 installed. %package python Summary: Python bindings for the libxslt library Group: Development/Libraries Requires: libxslt = %{version} -Requires: libxml2 >= 2.5.2 +Requires: libxml2 >= 2.5.4 Requires: python %description python |