auto-import changelog data from procmail-3.22-12.src.rpm
Tue Jan 06 2004 Jens Petersen <petersen@redhat.com> - 3.22-12 - apply procmail_3.22-8.debian.patch from Debian (fixes #79691)
This commit is contained in:
parent
8e2462b3f9
commit
399dc08510
@ -1,14 +1,15 @@
|
|||||||
Summary: The procmail mail processing program.
|
Summary: The procmail mail processing program.
|
||||||
Name: procmail
|
Name: procmail
|
||||||
Version: 3.22
|
Version: 3.22
|
||||||
Release: 11
|
Release: 12
|
||||||
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: http://www.linux.org.uk/~telsa/BitsAndPieces/procmailrc
|
Source2: http://www.linux.org.uk/~telsa/BitsAndPieces/procmailrc
|
||||||
URL: http://www.procmail.org
|
URL: http://www.procmail.org
|
||||||
Patch0: procmail-3.22-rhconfig.patch
|
Patch0: procmail-3.22-rhconfig.patch
|
||||||
Patch1: procmail-3.15.1-man.patch
|
Patch1: procmail-3.15.1-man.patch
|
||||||
|
Patch2: procmail_3.22-8.debian.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -21,6 +22,7 @@ Procmail is also the basis for the SmartList mailing list processor.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1 -b .rhconfig
|
%patch0 -p1 -b .rhconfig
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
%patch2 -p1
|
||||||
|
|
||||||
find . -type d -exec chmod 755 {} \;
|
find . -type d -exec chmod 755 {} \;
|
||||||
|
|
||||||
@ -44,7 +46,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc Artistic COPYING FAQ FEATURES HISTORY README KNOWN_BUGS examples telsas_procmailrc
|
%doc Artistic COPYING FAQ FEATURES HISTORY README KNOWN_BUGS examples telsas_procmailrc debian/QuickStart debian/README.Maildir
|
||||||
|
|
||||||
%{_bindir}/formail
|
%{_bindir}/formail
|
||||||
%attr(2755,root,mail) %{_bindir}/lockfile
|
%attr(2755,root,mail) %{_bindir}/lockfile
|
||||||
@ -54,6 +56,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_mandir}/man[15]/*
|
%{_mandir}/man[15]/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jan 6 2004 Jens Petersen <petersen@redhat.com> - 3.22-12
|
||||||
|
- apply procmail_3.22-8.debian.patch from Debian (fixes #79691)
|
||||||
|
|
||||||
* Mon Sep 22 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
* Mon Sep 22 2003 Florian La Roche <Florian.LaRoche@redhat.de>
|
||||||
- do not link against -ldl and -lnsl
|
- do not link against -ldl and -lnsl
|
||||||
|
|
||||||
@ -63,6 +68,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
* Tue Dec 17 2002 Jens Petersen <petersen@redhat.com>
|
||||||
|
- convert changelog to utf8
|
||||||
|
|
||||||
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 3.22-8
|
* Wed Dec 11 2002 Tim Powers <timp@redhat.com> 3.22-8
|
||||||
- rebuild on all arches
|
- rebuild on all arches
|
||||||
|
|
||||||
@ -72,30 +80,30 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
* Thu May 23 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.22-5
|
* Mon Mar 25 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.22-5
|
||||||
- Updated Telss's procmailrc file (#61872)
|
- Updated Telss's procmailrc file (#61872)
|
||||||
|
|
||||||
* Thu Mar 14 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.22-4
|
* 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
|
- Add Telsa Gwynne's procmailrc as a doc file - it's
|
||||||
excellently commented, and is a great example
|
excellently commented, and is a great example
|
||||||
|
|
||||||
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.22-3
|
* Wed Feb 27 2002 Trond Eivind Glomsrød <teg@redhat.com> 3.22-3
|
||||||
- Rebuild
|
- Rebuild
|
||||||
|
|
||||||
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
|
||||||
- automated rebuild
|
- automated rebuild
|
||||||
|
|
||||||
* Wed Sep 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.22-1
|
* Wed Sep 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 3.22-1
|
||||||
- 3.22
|
- 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
|
||||||
|
|
||||||
* Fri Jun 29 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Fri Jun 29 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- 3.20
|
- 3.20
|
||||||
- Enable LMTP
|
- Enable LMTP
|
||||||
|
|
||||||
* Thu Apr 12 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
* Thu Apr 12 2001 Trond Eivind Glomsrød <teg@redhat.com>
|
||||||
- Change to "License: GPL or artistic" from "Copyright: distributable"
|
- Change to "License: GPL or artistic" from "Copyright: distributable"
|
||||||
- Fix man page (#35825)
|
- Fix man page (#35825)
|
||||||
- 3.15.1
|
- 3.15.1
|
||||||
|
1005
procmail_3.22-8.debian.patch
Normal file
1005
procmail_3.22-8.debian.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user