Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: third_party/libxslt/linux/libxslt.spec

Issue 1848793005: Roll libxslt to 891681e3e948f31732229f53cb6db7215f740fc7 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/libxslt/linux/libxslt.pc ('k') | third_party/libxslt/linux/libxslt/Makefile » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/libxslt/linux/libxslt.pc ('k') | third_party/libxslt/linux/libxslt/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698