]> git.pld-linux.org Git - packages/file.git/blobdiff - file.spec
- modyfications for using neew rpm automation.
[packages/file.git] / file.spec
index 48bea191bac15b6a9062081f21049ee23ee71701..ae4e3c642a81cbd914038e692355f0761087bf21 100644 (file)
--- a/file.spec
+++ b/file.spec
@@ -70,18 +70,15 @@ aclocal
 autoconf
 rm -f install-sh missing mkinstalldirs
 automake --copy --add-missing
-LDFLAGS="-s"; export LDFLAGS
 %configure
        
-%{__make} LDFLAGS="-s"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man{1,4}/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.069799 seconds and 4 git commands to generate.