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

autorpm.spec

index 43cc34512658ff3e9c4dc51478b7250f8c673f84..8ca5ee9369a3d7e054a63f4df51be23874e2ccd3 100644 (file)
@@ -39,8 +39,6 @@ interfejs.
 %setup -q
 %patch0 -p1
 
-%build
-
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{/etc/cron.daily,%{_mandir}/man{5,8},%{_sbindir}} \
@@ -57,8 +55,7 @@ install %{SOURCE2}    $RPM_BUILD_ROOT%{_sysconfdir}/autorpm.d/pools/pld-updates
 
 sed  -e "s=/bin/bash=/bin/sh=" autorpm.cron > $RPM_BUILD_ROOT/etc/cron.daily/autorpm
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man*/* \
-       README CHANGES CREDITS TODO
+gzip -9nf README CHANGES CREDITS TODO
 
 %clean
 rm -rf $RPM_BUILD_ROOT
This page took 0.106736 seconds and 4 git commands to generate.