Don't ship api docs twice
This commit is contained in:
parent
987a83f4f1
commit
d0b2561dea
@ -1,7 +1,7 @@
|
||||
Summary: Library to create ISO 9660 disk images
|
||||
Name: libisofs
|
||||
Version: 1.2.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
# make_isohybrid_mbr.c is under LGPLv2+, the rest under GPLv2+
|
||||
License: GPLv2+ and LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
@ -45,6 +45,8 @@ make DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' install
|
||||
# Don't install any libtool .la files
|
||||
rm -f $RPM_BUILD_ROOT%{_libdir}/%{name}.la
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-%{version}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
@ -65,6 +67,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/pkgconfig/%{name}*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Jun 21 2013 Matthias Clasen <mclasen@redhat.com> - 1.2.8-2
|
||||
- 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)
|
||||
|
||||
* Tue Mar 19 2013 Robert Scheck <robert@fedoraproject.org> 1.2.8-1
|
||||
- Upgrade to 1.2.8
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user