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

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

Issue 2411263002: Roll libxslt to 8345634c5482ca04293ae1862d52fa9dd764aeca (Closed)
Patch Set: config.log Created 4 years, 2 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/linux/libxslt.spec b/third_party/libxslt/linux/libxslt.spec
index 810750fb21e31b9580d91d99d922eff184b4721f..71e1aee3e751a7f6e64a637998aad8e002d2eb50 100644
--- a/third_party/libxslt/linux/libxslt.spec
+++ b/third_party/libxslt/linux/libxslt.spec
@@ -1,7 +1,7 @@
Summary: Library providing the GNOME XSLT engine
Name: libxslt
-Version: 1.1.28
-Release: 1
+Version: 1.1.29
+Release: 1%{?dist}%{?extra_release}
License: MIT
Group: Development/Libraries
Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
@@ -66,8 +66,11 @@ rm -fr %{buildroot}
%makeinstall
-rm -fr $RPM_BUILD_ROOT%{_libdir}/*.la \
- $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/libxsltmod*a
+rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}{,-python}-%{version}
+
+%check
+make check
%clean
rm -fr %{buildroot}
@@ -126,5 +129,5 @@ rm -fr %{buildroot}
%doc python/tests/*.xsl
%changelog
-* Sat May 14 2016 Daniel Veillard <veillard@redhat.com>
-- upstream release 1.1.28 see http://xmlsoft.org/XSLT/news.html
+* Wed Oct 12 2016 Daniel Veillard <veillard@redhat.com>
+- upstream release 1.1.29 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