]> git.pld-linux.org Git - packages/audiofile.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:17 +0000 (13:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audiofile.spec -> 1.51

audiofile.spec

index a8b84b0218a4cba7453c11d51f8146d58e20d037..9c06069bdcc12c28607bfdbd88573523a658946e 100644 (file)
@@ -149,8 +149,9 @@ audiofile.
 %setup -q
 
 %build
+rm -f missing
 %{__libtoolize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
@@ -164,8 +165,6 @@ rm -rf $RPM_BUILD_ROOT
        m4datadir=%{_aclocaldir} \
        pkgconfig=%{_pkgconfigdir}
 
-gzip -9nf NOTES README TODO
-
 %post  -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -174,7 +173,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc {NOTES,README,TODO}.gz
+%doc NOTES README TODO
 %attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files progs
This page took 0.114661 seconds and 4 git commands to generate.