2004-09-09 10:44:15 +00:00
|
|
|
|
Summary: The procmail mail processing program.
|
|
|
|
|
Name: procmail
|
2004-09-09 10:45:22 +00:00
|
|
|
|
Version: 3.20
|
|
|
|
|
Release: 1
|
|
|
|
|
License: GPL or artistic
|
2004-09-09 10:44:15 +00:00
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
|
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
|
|
|
|
URL: http://www.procmail.org
|
2004-09-09 10:45:22 +00:00
|
|
|
|
Patch0: procmail-3.20-config.patch
|
|
|
|
|
Patch1: procmail-3.15.1-man.patch
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
2004-09-09 10:44:15 +00:00
|
|
|
|
|
|
|
|
|
%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.
|
|
|
|
|
Procmail is also the basis for the SmartList mailing list processor.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2004-09-09 10:45:22 +00:00
|
|
|
|
%patch0 -p1 -b .rhconfig
|
2004-09-09 10:44:15 +00:00
|
|
|
|
%patch1 -p1
|
2004-09-09 10:45:22 +00:00
|
|
|
|
|
2004-09-09 10:44:15 +00:00
|
|
|
|
find . -type d -exec chmod 755 {} \;
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,5}
|
|
|
|
|
|
|
|
|
|
make \
|
|
|
|
|
BASENAME=${RPM_BUILD_ROOT}%{_prefix} MANDIR=${RPM_BUILD_ROOT}%{_mandir} \
|
|
|
|
|
install
|
|
|
|
|
|
|
|
|
|
strip ${RPM_BUILD_ROOT}%{_bindir}/* || :
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf ${RPM_BUILD_ROOT}
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root)
|
2004-09-09 10:45:22 +00:00
|
|
|
|
%doc Artistic COPYING FAQ FEATURES HISTORY README KNOWN_BUGS examples
|
2004-09-09 10:44:15 +00:00
|
|
|
|
|
|
|
|
|
%{_bindir}/formail
|
|
|
|
|
%attr(2755,root,mail) %{_bindir}/lockfile
|
|
|
|
|
%{_bindir}/mailstat
|
2004-09-09 10:44:38 +00:00
|
|
|
|
%attr(0755,root,mail) %{_bindir}/procmail
|
2004-09-09 10:44:15 +00:00
|
|
|
|
|
|
|
|
|
%{_mandir}/man[15]/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
2004-09-09 10:45:22 +00:00
|
|
|
|
* Fri Jun 29 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- 3.20
|
|
|
|
|
- Enable LMTP
|
|
|
|
|
|
|
|
|
|
* Thu Apr 12 2001 Trond Eivind Glomsr<EFBFBD>d <teg@redhat.com>
|
|
|
|
|
- Change to "License: GPL or artistic" from "Copyright: distributable"
|
|
|
|
|
- Fix man page (#35825)
|
|
|
|
|
- 3.15.1
|
|
|
|
|
- redo config patch
|
|
|
|
|
|
2004-09-09 10:44:38 +00:00
|
|
|
|
* Sat Jan 6 2001 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- lose setuid/setgid (root,mail) bits (#23257).
|
|
|
|
|
|
2004-09-09 10:44:15 +00:00
|
|
|
|
* Fri Aug 11 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- add space in delivery rules with '!' (#15947).
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- FHS packaging.
|
|
|
|
|
|
|
|
|
|
* Mon Feb 7 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- compress man pages.
|
|
|
|
|
|
|
|
|
|
* Fri Jan 14 2000 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- update to 3.14.
|
|
|
|
|
|
|
|
|
|
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
|
|
|
|
|
- fix doc perms.
|
|
|
|
|
|
|
|
|
|
* Wed Apr 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- turn on GROUP_PER_USER
|
|
|
|
|
- add some docs to the package
|
|
|
|
|
|
|
|
|
|
* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- version 3.13
|
|
|
|
|
|
|
|
|
|
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- fixed Group line
|
|
|
|
|
|
|
|
|
|
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
|
|
|
|
- auto rebuild in the new build environment (release 16)
|
|
|
|
|
|
|
|
|
|
* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
|
|
|
|
|
- build root
|
|
|
|
|
|
|
|
|
|
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
|
|
|
|
- translations modified for de, fr, tr
|
|
|
|
|
|
|
|
|
|
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
|
|
|
|
|
- built against glibc
|