| Index: third_party/libxslt/linux/libxslt.spec
|
| diff --git a/third_party/libxslt/libxslt.spec.in b/third_party/libxslt/linux/libxslt.spec
|
| similarity index 84%
|
| copy from third_party/libxslt/libxslt.spec.in
|
| copy to third_party/libxslt/linux/libxslt.spec
|
| index e72d0724900db399477d69ec8db2e80a7fc97fad..a479a69f729492a92159aea1022a8bbd0939ec4c 100644
|
| --- a/third_party/libxslt/libxslt.spec.in
|
| +++ b/third_party/libxslt/linux/libxslt.spec
|
| @@ -1,14 +1,14 @@
|
| Summary: Library providing the GNOME XSLT engine
|
| Name: libxslt
|
| -Version: @VERSION@
|
| +Version: 1.1.28
|
| Release: 1
|
| License: MIT
|
| Group: Development/Libraries
|
| Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
|
| BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
| URL: http://xmlsoft.org/XSLT/
|
| -Requires: libxml2 >= @LIBXML_REQUIRED_VERSION@
|
| -BuildRequires: libxml2-devel >= @LIBXML_REQUIRED_VERSION@
|
| +Requires: libxml2 >= 2.6.27
|
| +BuildRequires: libxml2-devel >= 2.6.27
|
| BuildRequires: python python-devel
|
| BuildRequires: libxml2-python
|
| BuildRequires: libgcrypt-devel
|
| @@ -18,29 +18,29 @@ 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 >= @LIBXML_REQUIRED_VERSION@
|
| +mechanism. To use it you need to have a version of libxml2 >= 2.6.27
|
| 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}-%{release}
|
| -Requires: libxml2-devel >= @LIBXML_REQUIRED_VERSION@
|
| +Requires: libxml2-devel >= 2.6.27
|
| Requires: libgcrypt-devel
|
| Requires: pkgconfig
|
|
|
| %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 >= @LIBXML_REQUIRED_VERSION@
|
| +mechanism. To use it you need to have a version of libxml2 >= 2.6.27
|
| installed.
|
|
|
| %package python
|
| Summary: Python bindings for the libxslt library
|
| Group: Development/Libraries
|
| Requires: libxslt = %{version}-%{release}
|
| -Requires: libxml2 >= @LIBXML_REQUIRED_VERSION@
|
| -Requires: libxml2-python >= @LIBXML_REQUIRED_VERSION@
|
| +Requires: libxml2 >= 2.6.27
|
| +Requires: libxml2-python >= 2.6.27
|
| Requires: python
|
|
|
| %description python
|
| @@ -126,5 +126,5 @@ rm -fr %{buildroot}
|
| %doc python/tests/*.xsl
|
|
|
| %changelog
|
| -* @RELDATE@ Daniel Veillard <veillard@redhat.com>
|
| -- upstream release @VERSION@ see http://xmlsoft.org/XSLT/news.html
|
| +* Fri Apr 1 2016 Daniel Veillard <veillard@redhat.com>
|
| +- upstream release 1.1.28 see http://xmlsoft.org/XSLT/news.html
|
|
|