]> git.pld-linux.org Git - packages/AutoNap.git/commitdiff
- use new %doc infrastructure.
authorkloczek <kloczek@pld-linux.org>
Sat, 25 May 2002 20:15:32 +0000 (20:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    AutoNap.spec -> 1.10

AutoNap.spec

index fd2cf2da19fb2772d2a2c631c096d09e5661500d..29cd810e50c1f56c6278983aa0e579908b070fb0 100644 (file)
@@ -31,20 +31,19 @@ perl configure.PL
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{1,5},%{_sysconfdir}} \
        $RPM_BUILD_ROOT%{perl_sitelib}
+
 install ./target/AutoNap.pl $RPM_BUILD_ROOT%{_bindir}
 install AutoNap.pl.1 $RPM_BUILD_ROOT%{_mandir}/man1
 install autonap.conf $RPM_BUILD_ROOT%{_sysconfdir}
 install autonap.conf.5 $RPM_BUILD_ROOT%{_mandir}/man5
 cp -a AutoLib $RPM_BUILD_ROOT%{perl_sitelib}
 
-gzip -9nf README-running Changelog
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz
+%doc README-running Changelog
 %attr(755,root,root) %{_bindir}/*
 %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/*
 %{perl_sitelib}/AutoLib
This page took 0.353531 seconds and 4 git commands to generate.