Browse Source

strip binaries

master
parent
commit
8c29bd58cb
  1. 4
      apg/apg.spec
  2. 3
      infozip/infozip.spec
  3. 3
      tetex/tetex.spec

4
apg/apg.spec

@ -33,7 +33,7 @@ Class: PLUS
Group: System
License: GPL
Version: 2.2.3
Release: 20040701
Release: 20050726
# list of sources
Source0: http://www.adel.nursat.kz/apg/download/apg-%{version}.tar.gz
@ -91,6 +91,8 @@ AutoReqProv: no
CHOWNPROG=true \
CHGRPPROG=true \
%{l_make} ${l_mflags} install INSTALL_PREFIX=$RPM_BUILD_ROOT%{l_prefix}
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
strip $RPM_BUILD_ROOT%{l_prefix}/sbin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files

3
infozip/infozip.spec

@ -39,7 +39,7 @@ Class: BASE
Group: Archiver
License: BSD
Version: %{V_zip_here}.%{V_unzip_here}
Release: 20050311
Release: 20050726
# list of sources
Source0: ftp://ftp.info-zip.org/pub/infozip/src/zip%{V_zip_real}.tar.gz
@ -109,6 +109,7 @@ AutoReqProv: no
INSTALL_D="%{l_shtool} mkdir -f -p -m 755"
) || exit $?
chmod -R u+w $RPM_BUILD_ROOT%{_prefix}
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files

3
tetex/tetex.spec

@ -38,7 +38,7 @@ Class: BASE
Group: Text
License: GPL
Version: %{V_src}
Release: 20050717
Release: 20050726
# package options
%option with_x11 no
@ -230,6 +230,7 @@ AutoReqProv: no
# cleanup the installation
rm -f $RPM_BUILD_ROOT%{l_prefix}/info/dir
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
# determine installation files
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \

Loading…
Cancel
Save