OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 30-May-2003 20:52:10
Branch: HEAD Handle: 2003053019520801
Modified files:
openpkg-src/ssmtp ssmtp.spec
openpkg-web news.txt
Log:
remove obsoleted chmod
Summary:
Revision Changes Path
1.31 +4 -5 openpkg-src/ssmtp/ssmtp.spec
1.4651 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/ssmtp/ssmtp.spec
============================================================================
$ cvs diff -u -r1.30 -r1.31 ssmtp.spec
--- openpkg-src/ssmtp/ssmtp.spec 9 Apr 2003 14:35:34 -0000 1.30
+++ openpkg-src/ssmtp/ssmtp.spec 30 May 2003 18:52:09 -0000 1.31
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 2.48
-Release: 20030409
+Release: 20030530
# list of sources
Source0:
ftp://metalab.unc.edu/pub/Linux/system/mail/mta/ssmtp-%{version}.tar.gz
@@ -43,8 +43,8 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20020206, make, gcc
-PreReq: OpenPKG, openpkg >= 20020206
+BuildPreReq: OpenPKG, openpkg >= 20030516, make, gcc
+PreReq: OpenPKG, openpkg >= 20030516
AutoReq: no
AutoReqProv: no
Provides: MTA
@@ -62,7 +62,7 @@
%setup -q
rm -rf RCS
%patch0 -p0
- rm config.cache
+ rm -f config.cache
%build
CC="%{l_cc}" \
@@ -83,7 +83,6 @@
$RPM_BUILD_ROOT%{l_prefix}/var/ssmtp
%{l_shtool} install -c -s -m 755 \
ssmtp $RPM_BUILD_ROOT%{l_prefix}/sbin/
- chmod u+w ssmtp.8
%{l_shtool} install -c -m 644 \
-e 's;.B ssmtp;.B %{l_prefix}/sbin/ssmtp;' \
-e 's;.B /usr/lib/sendmail;.B %{l_prefix}/sbin/sendmail;' \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.4650 -r1.4651 news.txt
--- openpkg-web/news.txt 30 May 2003 18:51:22 -0000 1.4650
+++ openpkg-web/news.txt 30 May 2003 18:52:08 -0000 1.4651
@@ -1,3 +1,4 @@
+30-May-2003: Upgraded package: P<ssmtp-2.48-20030530>
30-May-2003: Upgraded package: P<smtpfeed-1.18-20030530>
30-May-2003: Upgraded package: P<sendmail-8.12.9-20030530>
30-May-2003: Upgraded package: P<sav-3.56-20030530>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]