OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 09-Aug-2007 20:04:59
Branch: HEAD Handle: 2007080919045700
Modified files:
openpkg-src/hypermail hypermail.spec
Log:
strip executables
Summary:
Revision Changes Path
1.11 +2 -1 openpkg-src/hypermail/hypermail.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/hypermail/hypermail.spec
============================================================================
$ cvs diff -u -r1.10 -r1.11 hypermail.spec
--- openpkg-src/hypermail/hypermail.spec 1 Jan 2007 17:38:34 -0000
1.10
+++ openpkg-src/hypermail/hypermail.spec 9 Aug 2007 18:04:57 -0000
1.11
@@ -33,7 +33,7 @@
Group: Mail
License: Open Source
Version: 2.1.8
-Release: 20061013
+Release: 20070809
# list of sources
Source0: http://www.hypermail.org/dist/hypermail-%{version}.tar.gz
@@ -101,6 +101,7 @@
docs/hr.yellow.png docs/hypermail.png \
docs/hypermail.html docs/customizing.html \
docs/hmrc.html $RPM_BUILD_ROOT%{l_prefix}/var/hypermail/htdocs/
+ 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
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]