diff --git a/.cvsignore b/.cvsignore index e69de29..1fd4e9e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +procmail-3.14.tar.gz diff --git a/procmail.spec b/procmail.spec new file mode 100644 index 0000000..6449cf8 --- /dev/null +++ b/procmail.spec @@ -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 +- add space in delivery rules with '!' (#15947). + +* Wed Jul 12 2000 Prospector +- automatic rebuild + +* Thu Jun 15 2000 Jeff Johnson +- FHS packaging. + +* Mon Feb 7 2000 Jeff Johnson +- compress man pages. + +* Fri Jan 14 2000 Jeff Johnson +- update to 3.14. + +* Mon Aug 16 1999 Bill Nottingham +- fix doc perms. + +* Wed Apr 21 1999 Cristian Gafton +- turn on GROUP_PER_USER +- add some docs to the package + +* Mon Apr 05 1999 Cristian Gafton +- version 3.13 + +* Fri Mar 26 1999 Cristian Gafton +- fixed Group line + +* Sun Mar 21 1999 Cristian Gafton +- auto rebuild in the new build environment (release 16) + +* Sun Aug 16 1998 Jeff Johnson +- build root + +* Mon Apr 27 1998 Prospector System +- translations modified for de, fr, tr + +* Thu Jun 19 1997 Erik Troan +- built against glibc diff --git a/sources b/sources index e69de29..5128821 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +c10ae1301aa78352348b340ab8df4f77 procmail-3.14.tar.gz