Don't ship api docs twice
This commit is contained in:
parent
d5ef36338f
commit
a611f3fc04
@ -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,6 +74,8 @@ 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}
|
||||
|
||||
%check
|
||||
make tests
|
||||
|
||||
@ -120,6 +122,11 @@ make tests
|
||||
%doc python/tests/*.xsl
|
||||
|
||||
%changelog
|
||||
* Fri Jun 21 2013 Matthias Clasen <mclasen@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@lists.fedoraproject.org> - 1.1.28-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user