]> git.pld-linux.org Git - packages/libast.git/blobdiff - libast.spec
- use more macros, some cosmetics, added missing "rm -f missing" and use new %doc
[packages/libast.git] / libast.spec
index cb64111707d32cc07ef0f96ff57a196f3b69c854..f9d253f17f2caeb74ad99609b04fc4c32bee28bd 100644 (file)
@@ -56,8 +56,9 @@ Biblioteki statyczne libast.
 %setup -q
 
 %build
+rm -f missing
 %{__libtoolize}
-aclocal
+%{__aclocal}
 %{__autoconf}
 %{__automake}
 %configure
@@ -68,8 +69,6 @@ rm -rf $RPM_BUILD_ROOT
 
 %{__make} DESTDIR=$RPM_BUILD_ROOT install
 
-gzip -9nf ChangeLog README
-
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
 
@@ -83,7 +82,7 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(644,root,root,755)
-%doc *.gz
+%doc ChangeLog README
 %attr(755,root,root) %{_bindir}/%{name}-config
 %attr(755,root,root) %{_libdir}/lib*.so
 %attr(755,root,root) %{_libdir}/lib*.la
This page took 0.124207 seconds and 4 git commands to generate.