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

Eterm.spec

index eca78c2ec04d19f94eb6c87975dcfd9362ca0e5b..8b478dfe0c1a98d1b6f5e44b2e1685ff70606498 100644 (file)
@@ -36,7 +36,6 @@ grafice.
 %patch1 -p1
 
 %build
-LDFLAGS="-s"; export LDFLAGS
 %configure \
        --disable-static \
        --enable-shared \
@@ -50,10 +49,6 @@ install -d $RPM_BUILD_ROOT{%{_bindir},%{_libdir},%{_mandir}}
 
 %{__make} install DESTDIR=$RPM_BUILD_ROOT
 
-strip --strip-unneeded $RPM_BUILD_ROOT%{_libdir}/lib*.so
-
-gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/*
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.112468 seconds and 4 git commands to generate.