[libxslt/f19] Don't ship api docs twice

Matthias Clasen mclasen at fedoraproject.org
Sat Jun 22 02:45:10 UTC 2013


commit dcc36e5c0c47882440a15e4af87a87d982494af5
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Fri Jun 21 22:44:51 2013 -0400

    Don't ship api docs twice

 libxslt.spec |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/libxslt.spec b/libxslt.spec
index 8d82f25..511e056 100644
--- a/libxslt.spec
+++ b/libxslt.spec
@@ -1,7 +1,7 @@
 Summary: Library providing the Gnome XSLT engine
 Name: libxslt
 Version: 1.1.28
-Release: 2%{?dist}%{?extra_release}
+Release: 3%{?dist}%{?extra_release}
 License: MIT
 Group: Development/Libraries
 Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz
@@ -74,7 +74,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 # multiarch crazyness on timestamp differences
 touch -m --reference=$RPM_BUILD_ROOT/%{_includedir}/libxslt/xslt.h $RPM_BUILD_ROOT/%{_bindir}/xslt-config
 
-%check 
+rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
+
+%check
 make tests
 
 %post -p /sbin/ldconfig
@@ -120,6 +122,11 @@ make tests
 %doc python/tests/*.xsl
 
 %changelog
+* Fri Jun 21 2013 Matthias Clasen <mclasen at redhat.com> - 1.1.28-3
+- Don't ship api docs twice (they were included in both
+  the main and the devel package, by accident (need to save
+  space on the f19 live images)
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.28-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list