]> git.pld-linux.org Git - packages/logtool.git/commitdiff
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
authorkloczek <kloczek@pld-linux.org>
Wed, 9 Oct 2002 13:14:39 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    logtool.spec -> 1.15

logtool.spec

index 825aef97a83a56c9ba87c766e99919ed558c6e5a..12607a12b74eb05704471c7193f771d3fbcae51f 100644 (file)
@@ -34,9 +34,9 @@ czytania raport
 
 %build
 rm -f missing
-aclocal
+%{__aclocal}
 %{__autoconf}
-automake -a -c || :
+%{__automake}
 %configure
 %{__make}
 
@@ -50,14 +50,12 @@ install logtool/logtool logtail/logtail     $RPM_BUILD_ROOT%{_bindir}
 
 ln -sf logtool $RPM_BUILD_ROOT%{_bindir}/lt
 
-gzip -9nf README TODO CHANGES USAGE CREDITS doc/logtool.txt doc/examples/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc *.gz doc/*.gz doc/examples
+%doc README TODO CHANGES USAGE CREDITS doc/logtool.txt doc/examples
 %attr(750,root,root) %dir %{_sysconfdir}
 %config(noreplace) %verify(not size md5 mtime) %{_sysconfdir}/*
 %attr(755,root,root) %{_bindir}/*
This page took 1.016337 seconds and 4 git commands to generate.