auto-import changelog data from procmail-3.14-5.src.rpm
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 07 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
This commit is contained in:
parent
066fcef9d9
commit
d7face8cb1
@ -0,0 +1 @@
|
||||
procmail-3.14.tar.gz
|
94
procmail.spec
Normal file
94
procmail.spec
Normal file
@ -0,0 +1,94 @@
|
||||
Summary: The procmail mail processing program.
|
||||
Name: procmail
|
||||
Version: 3.14
|
||||
Release: 5
|
||||
Copyright: distributable
|
||||
Group: System Environment/Daemons
|
||||
Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
|
||||
URL: http://www.procmail.org
|
||||
Patch0: procmail-3.13.1-misc.patch
|
||||
Patch1: procmail-3.10-lockf.patch
|
||||
Patch2: procmail-3.14-bug15947.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-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.
|
||||
Procmail is also the basis for the SmartList mailing list processor.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1 -b .bug15947
|
||||
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)
|
||||
%doc FAQ HISTORY README KNOWN_BUGS FEATURES examples
|
||||
|
||||
%{_bindir}/formail
|
||||
%attr(2755,root,mail) %{_bindir}/lockfile
|
||||
%{_bindir}/mailstat
|
||||
%attr(6755,root,mail) %{_bindir}/procmail
|
||||
|
||||
%{_mandir}/man[15]/*
|
||||
|
||||
%changelog
|
||||
* 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
|
Loading…
Reference in New Issue
Block a user