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

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

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/libexslt/strings.c ('k') | third_party/libxslt/libxslt/attributes.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libxslt/libxslt.spec.in
diff --git a/third_party/libxslt/libxslt.spec.in b/third_party/libxslt/libxslt.spec.in
index e72d0724900db399477d69ec8db2e80a7fc97fad..96c0ca65213dd0f0776f0480361f2ca63445524d 100644
--- a/third_party/libxslt/libxslt.spec.in
+++ b/third_party/libxslt/libxslt.spec.in
@@ -1,7 +1,7 @@
Summary: Library providing the GNOME XSLT engine
Name: libxslt
Version: @VERSION@
-Release: 1
+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}
« no previous file with comments | « third_party/libxslt/libexslt/strings.c ('k') | third_party/libxslt/libxslt/attributes.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698