]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- don't gzip man and info pages in spec - rpm does
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Oct 2001 13:55:30 +0000 (13:55 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gdb.spec -> 1.41

gdb.spec

index 3f5f6462404fb6372aa1a67d089581c66e8f4469..3383e0cd5eeb759ff0ff895f4a8b2fa373a82866 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -111,7 +111,8 @@ install -d $RPM_BUILD_ROOT%{_infodir}
        libdir=$RPM_BUILD_ROOT%{_libdir} \
        mandir=$RPM_BUILD_ROOT%{_mandir}
 
-gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*info*,%{_mandir}/man?/*}
+%clean
+rm -rf $RPM_BUILD_ROOT
 
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
@@ -119,9 +120,6 @@ gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*info*,%{_mandir}/man?/*}
 %postun
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/*
This page took 0.04052 seconds and 4 git commands to generate.