]> git.pld-linux.org Git - packages/FSViewer.git/blobdiff - FSViewer.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/FSViewer.git] / FSViewer.spec
index e6e479408a4d82b2d8a96438da9ada91fff7b566..6dc8a0ef344a95ac0aca2bda4ad660b26344beff 100644 (file)
@@ -45,9 +45,9 @@ NeXT FileViewer.
 
 %build
 rm -f missing
-aclocal
-autoconf
-automake -a -c
+%{__aclocal}
+%{__autoconf}
+%{__automake}
 %configure
 %{__make}
 
@@ -63,14 +63,12 @@ install xpm/*.xpm $RPM_BUILD_ROOT%{_prefix}/GNUstep/Apps/FSViewer.app/xpm
 install tiff/* $RPM_BUILD_ROOT%{_prefix}/GNUstep/Apps/FSViewer.app/tiff
 install %{SOURCE2} $RPM_BUILD_ROOT%{_applnkdir}/Utilities
 
-gzip -9nf AUTHORS ChangeLog README
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {AUTHORS,ChangeLog,README}.gz 
+%doc AUTHORS ChangeLog README
 
 %dir %{_prefix}/GNUstep/Apps/FSViewer.app
 %attr(755,root,root) %{_prefix}/GNUstep/Apps/FSViewer.app/FSViewer
This page took 0.109472 seconds and 4 git commands to generate.