]> git.pld-linux.org Git - packages/flex.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:
    flex.spec -> 1.30

flex.spec

index e16b3c217f90c413a5945c86412522cc8325989d..94095c5784b010ed531a920156b7542acd27ee84 100644 (file)
--- a/flex.spec
+++ b/flex.spec
@@ -53,7 +53,6 @@ program
 
 %build
 autoconf
-LDFLAGS="-s"; export LDFLAGS
 %configure
 %{__make}
 
@@ -74,8 +73,7 @@ install flex.info* $RPM_BUILD_ROOT%{_infodir}
 
 ln -sf flex $RPM_BUILD_ROOT%{_bindir}/lex
 
-gzip -9nf $RPM_BUILD_ROOT{%{_infodir}/*,%{_mandir}/man1/*} \
-       NEWS README
+gzip -9nf NEWS README
 
 %post
 [ ! -x /usr/sbin/fix-info-dir ] || /usr/sbin/fix-info-dir -c %{_infodir} >/dev/null 2>&1
This page took 0.029359 seconds and 4 git commands to generate.