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 Date: 09-Feb-2004 12:27:55
Branch: HEAD Handle: 2004020911275400
Modified files:
openpkg-src/imaputils imaputils.patch imaputils.spec
Log:
cleanup packaging
Summary:
Revision Changes Path
1.2 +2 -3 openpkg-src/imaputils/imaputils.patch
1.6 +7 -8 openpkg-src/imaputils/imaputils.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/imaputils/imaputils.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 imaputils.patch
--- openpkg-src/imaputils/imaputils.patch 23 Sep 2003 14:32:38 -0000 1.1
+++ openpkg-src/imaputils/imaputils.patch 9 Feb 2004 11:27:54 -0000 1.2
@@ -1,6 +1,5 @@
-diff -Naur imaputils-2000.orig/mlock/mlock.c imaputils-2000/mlock/mlock.c
---- imaputils-2000.orig/mlock/mlock.c 2002-01-02 23:17:24.000000000 +0100
-+++ imaputils-2000/mlock/mlock.c 2003-09-23 15:56:21.110459835 +0200
+--- mlock/mlock.c.orig 2002-01-02 23:17:24.000000000 +0100
++++ mlock/mlock.c 2003-09-23 15:56:21.110459835 +0200
@@ -24,6 +24,7 @@
#include <sysexits.h>
#include <syslog.h>
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/imaputils/imaputils.spec
============================================================================
$ cvs diff -u -r1.5 -r1.6 imaputils.spec
--- openpkg-src/imaputils/imaputils.spec 7 Feb 2004 17:55:37 -0000 1.5
+++ openpkg-src/imaputils/imaputils.spec 9 Feb 2004 11:27:54 -0000 1.6
@@ -34,7 +34,7 @@
Group: Mail
License: University of Washington's Free-Fork License
Version: 2000
-Release: 20040207
+Release: 20040209
# list of sources
Source0: ftp://ftp.cac.washington.edu/mail/imap-utils.tar.Z
@@ -49,12 +49,12 @@
AutoReqProv: no
%description
- The imaputilities is a collection of binaries useful in
+ The IMAP utilities is a collection of binaries useful in
administrating a IMAP server. Although some work best with the
University of Washington IMAP server, many of the utilites are
generic and useful with any IMAP server. The utilities include
- chkmail, dmail, icat, ifrom, imapcopy, imapxfer, mbxcopy,
- mbxcreat, mbxcvt, mlock, and tmail.
+ chkmail, dmail, icat, ifrom, imapcopy, imapxfer, mbxcopy, mbxcreat,
+ mbxcvt, mlock, and tmail.
%track
prog imaputils = {
@@ -66,8 +66,8 @@
}
%prep
- %setup -q -c -n imaputils-%{version}
- %patch -p1
+ %setup -q -c
+ %patch -p0
%build
CC="%{l_cc}"
@@ -103,8 +103,7 @@
fi
) || exit $?
done
- %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT \
- %{l_files_std}
+ %{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]