From a611f3fc040682f80adb3502251072b83fd5e4ac Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 21 Jun 2013 22:44:51 -0400 Subject: [PATCH] Don't ship api docs twice --- libxslt.spec | 11 +++++++++-- 1 file 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 - 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 - 1.1.28-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild