From 69de0a29ca60f680544eba9ecb0cf35695521cb7 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 10:45:54 +0000 Subject: auto-import changelog data from procmail-3.22-4.src.rpm Thu Mar 14 2002 Trond Eivind Glomsr�d 3.22-4 - Add Telsa Gwynne's procmailrc as a doc file - it's excellently commented, and is a great example Wed Feb 27 2002 Trond Eivind Glomsr�d 3.22-3 - Rebuild Wed Jan 09 2002 Tim Powers - automated rebuild Wed Sep 12 2001 Trond Eivind Glomsr�d 3.22-1 - 3.22 --- diff --git a/.cvsignore b/.cvsignore index 93d108d..17d3ff3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -procmail-3.21.tar.gz +procmail-3.22.tar.gz diff --git a/procmail-3.22-rhconfig.patch b/procmail-3.22-rhconfig.patch new file mode 100644 index 0000000..3f35093 --- /dev/null +++ b/procmail-3.22-rhconfig.patch @@ -0,0 +1,94 @@ +--- procmail-3.22/Makefile.rhconfig Wed Sep 12 12:20:09 2001 ++++ procmail-3.22/Makefile Wed Sep 12 12:26:26 2001 +@@ -23,7 +23,7 @@ + + # Uncomment to install compressed man pages (possibly add extra suffix + # to the definitions of MAN?DIR and/or MAN?SUFFIX by hand) +-#MANCOMPRESS = compress ++# MANCOMPRESS = compress + + ############################*# + # Things that can be made are: +@@ -55,7 +55,7 @@ + + LOCKINGTEST=__defaults__ + +-#LOCKINGTEST=/tmp . # Uncomment and add any directories you see fit. ++LOCKINGTEST=/tmp . # Uncomment and add any directories you see fit. + # If LOCKINGTEST is defined, autoconf will NOT + # prompt you to enter additional directories. + # See INSTALL for more information about the +@@ -65,7 +65,7 @@ + # Only edit below this line if you *think* you know what you are doing # + ######################################################################## + +-#LOCKINGTEST=100 # Uncomment (and change) if you think you know ++LOCKINGTEST=100 # Uncomment (and change) if you think you know + # it better than the autoconf lockingtests. + # This will cause the lockingtests to be hotwired. + # 100 to enable fcntl() +@@ -86,8 +86,8 @@ + #-Wimplicit -Wshadow -Wid-clash-6 #-Wuninitialized + + # The place to put your favourite extra cc flag +-CFLAGS0 = -O #$(GCC_WARNINGS) +-LDFLAGS0= -s ++CFLAGS0 = $(RPM_OPT_FLAGS) #$(GCC_WARNINGS) ++LDFLAGS0= + # Read my libs :-) + LIBS= + +--- procmail-3.22/config.h.rhconfig Wed Sep 12 12:35:28 2001 ++++ procmail-3.22/config.h Wed Sep 12 12:42:16 2001 +@@ -35,7 +35,8 @@ + */ + /*#define DEFSPATH "PATH=/bin:/usr/bin" /* */ + /*#define DEFPATH "PATH=$HOME/bin:/bin:/usr/bin" /* */ +- ++#define DEFPATH "PATH=$HOME/bin:/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/X11R6/bin" /* */ ++ + /* every environment variable appearing in PRESTENV will be set or wiped + * out of the environment (variables without an '=' sign will be thrown + * out), e.g. you could define PRESTENV as follows: +@@ -46,13 +47,13 @@ + */ + #define PRESTENV {"IFS","ENV","PWD",0} + +-/*#define GROUP_PER_USER /* uncomment this if each ++#define GROUP_PER_USER /* uncomment this if each + user has his or her own + group and procmail can therefore trust a $HOME/.procmailrc that + is group writable or contained in a group writable home directory + if the group involved is the user's default group. */ + +-/*#define LMTP /* uncomment this if you ++#define LMTP /* uncomment this if you + want to use procmail + as an LMTP (rfc2033) server, presumably for invocation by an MTA. + The file examples/local_procmail_lmtp.m4 contains info on how to +@@ -79,7 +80,7 @@ + + /*#define NO_fcntl_LOCK /* uncomment any of these three if you */ + /*#define NO_lockf_LOCK /* definitely do not want procmail to make */ +-/*#define NO_flock_LOCK /* use of those kernel-locking methods */ ++#define NO_flock_LOCK /* use of those kernel-locking methods */ + /* If you set LOCKINGTEST to a binary number + than there's no need to set these. These #defines are only useful + if you want to disable particular locking styles but are unsure which +@@ -91,14 +92,14 @@ + restriction does not apply to the /etc/procmailrc and + /etc/procmailrcs files) */ + +-/*#define NO_NFS_ATIME_HACK /* uncomment if you're definitely not using ++#define NO_NFS_ATIME_HACK /* uncomment if you're definitely not using + NFS mounted filesystems and can't afford + procmail to sleep for 1 sec. before writing to an empty regular + mailbox. This lets programs correctly judge whether there is unread + mail present. procmail automatically suppresses this when it isn't + needed or under heavy load. */ + +-/*#define DEFsendmail "/usr/sbin/sendmail" /* uncomment and/or change if ++#define DEFsendmail "/usr/sbin/sendmail" /* uncomment and/or change if + the autoconfigured default + SENDMAIL is not suitable. This program should quack like a sendmail: + it should accept the -oi flag (to tell it to _not_ treat a line diff --git a/procmail.spec b/procmail.spec index 0de9151..d0bb3cb 100644 --- a/procmail.spec +++ b/procmail.spec @@ -1,19 +1,20 @@ Summary: The procmail mail processing program. Name: procmail -Version: 3.21 -Release: 1 +Version: 3.22 +Release: 4 License: GPL or artistic Group: System Environment/Daemons Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz +Source2: telsas_procmailrc URL: http://www.procmail.org -Patch0: procmail-3.20-config.patch +Patch0: procmail-3.22-rhconfig.patch Patch1: procmail-3.15.1-man.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The procmail program is used by Red Hat Linux for all local mail -delivery. In addition to just delivering mail, procmail can be used -for automatic filtering, presorting and other mail handling jobs. +delivery. In addition to just delivering mail, procmail can be used +for automatic filtering, presorting, and other mail handling jobs. Procmail is also the basis for the SmartList mailing list processor. %prep @@ -35,14 +36,15 @@ make \ BASENAME=${RPM_BUILD_ROOT}%{_prefix} MANDIR=${RPM_BUILD_ROOT}%{_mandir} \ install -strip ${RPM_BUILD_ROOT}%{_bindir}/* || : +cp %SOURCE2 . + %clean rm -rf ${RPM_BUILD_ROOT} %files %defattr(-,root,root) -%doc Artistic COPYING FAQ FEATURES HISTORY README KNOWN_BUGS examples +%doc Artistic COPYING FAQ FEATURES HISTORY README KNOWN_BUGS examples telsas_procmailrc %{_bindir}/formail %attr(2755,root,mail) %{_bindir}/lockfile @@ -52,6 +54,19 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man[15]/* %changelog +* Thu Mar 14 2002 Trond Eivind Glomsr�d 3.22-4 +- Add Telsa Gwynne's procmailrc as a doc file - it's + excellently commented, and is a great example + +* Wed Feb 27 2002 Trond Eivind Glomsr�d 3.22-3 +- Rebuild + +* Wed Jan 09 2002 Tim Powers +- automated rebuild + +* Wed Sep 12 2001 Trond Eivind Glomsr�d 3.22-1 +- 3.22 + * Sat Jun 30 2001 Trond Eivind Glomsr�d - 3.21 diff --git a/sources b/sources index d52fa69..775683c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2a0491030e7bff3292257d02a93cbe91 procmail-3.21.tar.gz +1678ea99b973eb77eda4ecf6acae53f1 procmail-3.22.tar.gz