]> git.pld-linux.org Git - packages/aalib.git/commitdiff
- modyfications for using neew rpm automation.
authorkloczek <kloczek@pld-linux.org>
Sun, 12 Nov 2000 20:11:54 +0000 (20:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aalib.spec -> 1.36

aalib.spec

index 0ae683c62f1107187ed1c94260c9e31d8b7bc495..14ea24c65ea07b818ebe63f82649832ffeb9fac8 100644 (file)
@@ -89,7 +89,6 @@ Narz
 %patch2 -p1
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 automake
 autoconf
 %configure
@@ -97,12 +96,11 @@ autoconf
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so.*.*
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT%{_infodir}/*.info \
-       README NEWS AUTHORS ANNOUNCE ChangeLog
+gzip -9nf README NEWS AUTHORS ANNOUNCE ChangeLog
 
 %post   -p /sbin/ldconfig
 %postun -p /sbin/ldconfig
This page took 0.073429 seconds and 4 git commands to generate.