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

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.070221 seconds and 4 git commands to generate.