auto-import changelog data from procmail-3.22-4.src.rpm
Thu Mar 14 2002 Trond Eivind Glomsrd <teg@redhat.com> 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 Glomsrd <teg@redhat.com> 3.22-3 - Rebuild Wed Jan 09 2002 Tim Powers <timp@redhat.com> - automated rebuild Wed Sep 12 2001 Trond Eivind Glomsrd <teg@redhat.com> 3.22-1 - 3.22
This commit is contained in:
parent
9e72b24c53
commit
69de0a29ca
@ -1 +1 @@
|
|||||||
procmail-3.21.tar.gz
|
procmail-3.22.tar.gz
|
||||||
|
94
procmail-3.22-rhconfig.patch
Normal file
94
procmail-3.22-rhconfig.patch
Normal file
@ -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
|
@ -1,19 +1,20 @@
|
|||||||
Summary: The procmail mail processing program.
|
Summary: The procmail mail processing program.
|
||||||
Name: procmail
|
Name: procmail
|
||||||
Version: 3.21
|
Version: 3.22
|
||||||
Release: 1
|
Release: 4
|
||||||
License: GPL or artistic
|
License: GPL or artistic
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
||||||
|
Source2: telsas_procmailrc
|
||||||
URL: http://www.procmail.org
|
URL: http://www.procmail.org
|
||||||
Patch0: procmail-3.20-config.patch
|
Patch0: procmail-3.22-rhconfig.patch
|
||||||
Patch1: procmail-3.15.1-man.patch
|
Patch1: procmail-3.15.1-man.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The procmail program is used by Red Hat Linux for all local mail
|
The procmail program is used by Red Hat Linux for all local mail
|
||||||
delivery. In addition to just delivering mail, procmail can be used
|
delivery. In addition to just delivering mail, procmail can be used
|
||||||
for automatic filtering, presorting and other mail handling jobs.
|
for automatic filtering, presorting, and other mail handling jobs.
|
||||||
Procmail is also the basis for the SmartList mailing list processor.
|
Procmail is also the basis for the SmartList mailing list processor.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -35,14 +36,15 @@ make \
|
|||||||
BASENAME=${RPM_BUILD_ROOT}%{_prefix} MANDIR=${RPM_BUILD_ROOT}%{_mandir} \
|
BASENAME=${RPM_BUILD_ROOT}%{_prefix} MANDIR=${RPM_BUILD_ROOT}%{_mandir} \
|
||||||
install
|
install
|
||||||
|
|
||||||
strip ${RPM_BUILD_ROOT}%{_bindir}/* || :
|
cp %SOURCE2 .
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%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
|
%{_bindir}/formail
|
||||||
%attr(2755,root,mail) %{_bindir}/lockfile
|
%attr(2755,root,mail) %{_bindir}/lockfile
|
||||||
@ -52,6 +54,19 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man[15]/*
|
%{_mandir}/man[15]/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 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 <teg@redhat.com> 3.22-3
|
||||||
|
- Rebuild
|
||||||
|
|
||||||
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||||
|
- automated rebuild
|
||||||
|
|
||||||
|
* Wed Sep 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.22-1
|
||||||
|
- 3.22
|
||||||
|
|
||||||
* Sat Jun 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Sat Jun 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- 3.21
|
- 3.21
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user