From 17dd0eb914d2f8de62e06f129b019cde4baafbd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Tue, 6 Aug 2013 09:59:29 +0300 Subject: [PATCH] Fix build with unversioned %{_docdir_fmt}, ship Python examples only once. --- libxslt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libxslt.spec b/libxslt.spec index dcba13e..5ec607d 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: 4%{?dist}%{?extra_release} +Release: 5%{?dist}%{?extra_release} License: MIT Group: Development/Libraries Source: ftp://xmlsoft.org/XSLT/libxslt-%{version}.tar.gz @@ -74,7 +74,7 @@ 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 -rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version} +rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}{,-python}-%{version} %check make tests @@ -122,6 +122,9 @@ make tests %doc python/tests/*.xsl %changelog +* Tue Aug 6 2013 Ville Skyttä - 1.1.28-5 +- Fix build with unversioned %%{_docdir_fmt}, ship Python examples only once. + * Sat Aug 03 2013 Fedora Release Engineering - 1.1.28-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild