| 1 |
Summary: Mail processing program
|
| 2 |
Name: procmail
|
| 3 |
Version: 3.22
|
| 4 |
Release: 25%{?dist}
|
| 5 |
License: GPLv2+ or Artistic
|
| 6 |
Group: Applications/Internet
|
| 7 |
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
| 8 |
Source2: http://www.linux.org.uk/~telsa/BitsAndPieces/procmailrc
|
| 9 |
URL: http://www.procmail.org
|
| 10 |
Patch0: procmail-3.22-rhconfig.patch
|
| 11 |
Patch1: procmail-3.15.1-man.patch
|
| 12 |
Patch2: procmail_3.22-8.debian.patch
|
| 13 |
Patch4: procmail-3.22-truncate.patch
|
| 14 |
Patch5: procmail-3.22-ipv6.patch
|
| 15 |
Patch6: procmail-3.22-getline.patch
|
| 16 |
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
| 17 |
|
| 18 |
%description
|
| 19 |
Procmail can be used to create mail-servers, mailing lists, sort your
|
| 20 |
incoming mail into separate folders/files (real convenient when subscribing
|
| 21 |
to one or more mailing lists or for prioritising your mail), preprocess
|
| 22 |
your mail, start any programs upon mail arrival (e.g. to generate different
|
| 23 |
chimes on your workstation for different types of mail) or selectively
|
| 24 |
forward certain incoming mail automatically to someone.
|
| 25 |
|
| 26 |
%prep
|
| 27 |
%setup -q
|
| 28 |
%patch0 -p1 -b .rhconfig
|
| 29 |
%patch1 -p1
|
| 30 |
%patch2 -p1
|
| 31 |
%patch4 -p1 -b .truncate
|
| 32 |
%patch5 -p1 -b .ipv6
|
| 33 |
%patch6 -p1 -b .getline
|
| 34 |
|
| 35 |
find examples -type f | xargs chmod 644
|
| 36 |
|
| 37 |
%build
|
| 38 |
make RPM_OPT_FLAGS="$(getconf LFS_CFLAGS)" autoconf.h
|
| 39 |
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -Wno-comments $(getconf LFS_CFLAGS)"
|
| 40 |
|
| 41 |
%install
|
| 42 |
rm -rf ${RPM_BUILD_ROOT}
|
| 43 |
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
|
| 44 |
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,5}
|
| 45 |
|
| 46 |
make \
|
| 47 |
BASENAME=${RPM_BUILD_ROOT}%{_prefix} MANDIR=${RPM_BUILD_ROOT}%{_mandir} \
|
| 48 |
install
|
| 49 |
|
| 50 |
cp debian/mailstat.1 ${RPM_BUILD_ROOT}%{_mandir}/man1
|
| 51 |
cp -p %{SOURCE2} telsas_procmailrc
|
| 52 |
|
| 53 |
|
| 54 |
%clean
|
| 55 |
rm -rf ${RPM_BUILD_ROOT}
|
| 56 |
|
| 57 |
%files
|
| 58 |
%defattr(-,root,root)
|
| 59 |
%doc Artistic COPYING FAQ FEATURES HISTORY README KNOWN_BUGS examples telsas_procmailrc debian/QuickStart debian/README.Maildir
|
| 60 |
|
| 61 |
%{_bindir}/formail
|
| 62 |
%attr(2755,root,mail) %{_bindir}/lockfile
|
| 63 |
%{_bindir}/mailstat
|
| 64 |
%attr(0755,root,mail) %{_bindir}/procmail
|
| 65 |
|
| 66 |
%{_mandir}/man[15]/*
|
| 67 |
|
| 68 |
%changelog
|
| 69 |
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.22-25
|
| 70 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
| 71 |
|
| 72 |
* Tue Jun 30 2009 Miroslav Lichvar <mlichvar@redhat.com> 3.22-24
|
| 73 |
- rename getline to avoid conflict with glibc (#505977)
|
| 74 |
- add -Wno-comments to CFLAGS
|
| 75 |
- remove package name from summary
|
| 76 |
|
| 77 |
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.22-23
|
| 78 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
| 79 |
|
| 80 |
* Mon Aug 04 2008 Miroslav Lichvar <mlichvar@redhat.com> 3.22-22
|
| 81 |
- fix building on sh (CHIKAMA Masaki) (#447658)
|
| 82 |
|
| 83 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 3.22-21
|
| 84 |
- Autorebuild for GCC 4.3
|
| 85 |
|
| 86 |
* Wed Aug 22 2007 Miroslav Lichvar <mlichvar@redhat.com> 3.22-20
|
| 87 |
- update license tag
|
| 88 |
|
| 89 |
* Tue Mar 27 2007 Miroslav Lichvar <mlichvar@redhat.com> 3.22-19
|
| 90 |
- fix description (#234098)
|
| 91 |
- spec cleanup
|
| 92 |
|
| 93 |
* Fri Oct 27 2006 Miroslav Lichvar <mlichvar@redhat.com> 3.22-18
|
| 94 |
- add IPv6 support to comsat notification (#198403)
|
| 95 |
- package man page for mailstat
|
| 96 |
- change mail spool directory to /var/spool/mail
|
| 97 |
|
| 98 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.22-17.1
|
| 99 |
- rebuild
|
| 100 |
|
| 101 |
* Thu Mar 30 2006 Peter Vrabec <pvrabec@redhat.com> 3.22-17
|
| 102 |
- fix truncation of mailbox when running into a disk quota or a
|
| 103 |
full partition. Patch from Solar Designer.
|
| 104 |
|
| 105 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 3.22-16.2.1
|
| 106 |
- bump again for double-long bug on ppc(64)
|
| 107 |
|
| 108 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 3.22-16.2
|
| 109 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
| 110 |
|
| 111 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
| 112 |
- rebuilt
|
| 113 |
|
| 114 |
* Fri Mar 18 2005 Peter Vrabec <pvrabec@redhat.com> 3.22-16
|
| 115 |
- rebuilt
|
| 116 |
|
| 117 |
* Mon Nov 8 2004 Martin Stransky <stransky@redhat.com> 3.22-15
|
| 118 |
- add largefiles patch to support 64-bit file I/O
|
| 119 |
|
| 120 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
| 121 |
- rebuilt
|
| 122 |
|
| 123 |
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
| 124 |
- rebuilt
|
| 125 |
|
| 126 |
* Tue Jan 6 2004 Jens Petersen <petersen@redhat.com> - 3.22-12
|
| 127 |
- apply procmail_3.22-8.debian.patch from Debian (fixes #79691)
|
| 128 |
|
| 129 |
* Mon Sep 22 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
| 130 |
- do not link against -ldl and -lnsl
|
| 131 |
|
| 132 |
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
| 133 |
- rebuilt
|
| 134 |
|
| 135 |
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
| 136 |
- rebuilt
|
| 137 |
|
| 138 |
* Tue Dec 17 2002 Jens Petersen <petersen@redhat.com>
|
| 139 |
- convert changelog to utf8
|
| 140 |
|
| 141 |
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 3.22-8
|
| 142 |
- rebuild on all arches
|
| 143 |
|
| 144 |
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
| 145 |
- automated rebuild
|
| 146 |
|
| 147 |
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
| 148 |
- automated rebuild
|
| 149 |
|
| 150 |
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.22-5
|
| 151 |
- Updated Telss's procmailrc file (#61872)
|
| 152 |
|
| 153 |
* Thu Mar 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.22-4
|
| 154 |
- Add Telsa Gwynne's procmailrc as a doc file - it's
|
| 155 |
excellently commented, and is a great example
|
| 156 |
|
| 157 |
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.22-3
|
| 158 |
- Rebuild
|
| 159 |
|
| 160 |
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
| 161 |
- automated rebuild
|
| 162 |
|
| 163 |
* Wed Sep 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.22-1
|
| 164 |
- 3.22
|
| 165 |
|
| 166 |
* Sat Jun 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
| 167 |
- 3.21
|
| 168 |
|
| 169 |
* Fri Jun 29 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
| 170 |
- 3.20
|
| 171 |
- Enable LMTP
|
| 172 |
|
| 173 |
* Thu Apr 12 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
| 174 |
- Change to "License: GPL or artistic" from "Copyright: distributable"
|
| 175 |
- Fix man page (#35825)
|
| 176 |
- 3.15.1
|
| 177 |
- redo config patch
|
| 178 |
|
| 179 |
* Sat Jan 6 2001 Jeff Johnson <jbj@redhat.com>
|
| 180 |
- lose setuid/setgid (root,mail) bits (#23257).
|
| 181 |
|
| 182 |
* Fri Aug 11 2000 Jeff Johnson <jbj@redhat.com>
|
| 183 |
- add space in delivery rules with '!' (#15947).
|
| 184 |
|
| 185 |
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
| 186 |
- automatic rebuild
|
| 187 |
|
| 188 |
* Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com>
|
| 189 |
- FHS packaging.
|
| 190 |
|
| 191 |
* Mon Feb 7 2000 Jeff Johnson <jbj@redhat.com>
|
| 192 |
- compress man pages.
|
| 193 |
|
| 194 |
* Fri Jan 14 2000 Jeff Johnson <jbj@redhat.com>
|
| 195 |
- update to 3.14.
|
| 196 |
|
| 197 |
* Mon Aug 16 1999 Bill Nottingham <notting@redhat.com>
|
| 198 |
- fix doc perms.
|
| 199 |
|
| 200 |
* Wed Apr 21 1999 Cristian Gafton <gafton@redhat.com>
|
| 201 |
- turn on GROUP_PER_USER
|
| 202 |
- add some docs to the package
|
| 203 |
|
| 204 |
* Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com>
|
| 205 |
- version 3.13
|
| 206 |
|
| 207 |
* Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com>
|
| 208 |
- fixed Group line
|
| 209 |
|
| 210 |
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
|
| 211 |
- auto rebuild in the new build environment (release 16)
|
| 212 |
|
| 213 |
* Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com>
|
| 214 |
- build root
|
| 215 |
|
| 216 |
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
|
| 217 |
- translations modified for de, fr, tr
|
| 218 |
|
| 219 |
* Thu Jun 19 1997 Erik Troan <ewt@redhat.com>
|
| 220 |
- built against glibc
|