From d0b2561dea7b6d1d9a07c1c6a72ace83d950cdbf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Jun 22 2013 03:31:05 +0000 Subject: Don't ship api docs twice --- diff --git a/libisofs.spec b/libisofs.spec index 35d34a9..fdf9d0e 100644 --- a/libisofs.spec +++ b/libisofs.spec @@ -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 - 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 1.2.8-1 - Upgrade to 1.2.8