[libisofs] Don't ship api docs twice

Matthias Clasen mclasen at fedoraproject.org
Sat Jun 22 03:31:21 UTC 2013


commit d0b2561dea7b6d1d9a07c1c6a72ace83d950cdbf
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Fri Jun 21 23:20:37 2013 -0400

    Don't ship api docs twice

 libisofs.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
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 <mclasen at 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 at fedoraproject.org> 1.2.8-1
 - Upgrade to 1.2.8
 


More information about the scm-commits mailing list