| 1 | Summary: The procmail mail processing program. |
|---|
| 2 | Summary(ja): procmail メール処理プログラム |
|---|
| 3 | Name: procmail |
|---|
| 4 | Version: 3.22 |
|---|
| 5 | Release: 2%{?_dist_release} |
|---|
| 6 | License: GPL or artistic |
|---|
| 7 | Group: System Environment/Daemons |
|---|
| 8 | Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz |
|---|
| 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 | Patch3: procmail-3.22-large_files.patch |
|---|
| 14 | # patches added by Vine |
|---|
| 15 | Patch10: procmail-3.14-OLD_PREFIX.patch |
|---|
| 16 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 17 | |
|---|
| 18 | Vendor: Project Vine |
|---|
| 19 | Distribution: Vine Linux |
|---|
| 20 | Packager: daisuke, inagaki |
|---|
| 21 | |
|---|
| 22 | %description |
|---|
| 23 | The procmail program is used by Red Hat Linux for all local mail |
|---|
| 24 | delivery. In addition to just delivering mail, procmail can be used |
|---|
| 25 | for automatic filtering, presorting and other mail handling jobs. |
|---|
| 26 | Procmail is also the basis for the SmartList mailing list processor. |
|---|
| 27 | |
|---|
| 28 | %description -l ja |
|---|
| 29 | procmail プログラムは Red Hat Linux で全てのローカルメール配送に |
|---|
| 30 | 使われています.procmail は単にメールを配送するだけではなく |
|---|
| 31 | 自動フィルタリングやソーティング等の処理も行う事が可能です. |
|---|
| 32 | procmail はまた SmartList メーリングリストプロセッサの基本部分としても |
|---|
| 33 | 使われています. |
|---|
| 34 | |
|---|
| 35 | %prep |
|---|
| 36 | %setup -q |
|---|
| 37 | %patch0 -p1 -b .rhconfig |
|---|
| 38 | %patch1 -p1 |
|---|
| 39 | %patch2 -p1 |
|---|
| 40 | %patch3 -p1 |
|---|
| 41 | %patch10 -p1 -b .OLD_PREFIX |
|---|
| 42 | find . -type d -exec chmod 755 {} \; |
|---|
| 43 | |
|---|
| 44 | %build |
|---|
| 45 | make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" |
|---|
| 46 | |
|---|
| 47 | %install |
|---|
| 48 | rm -rf ${RPM_BUILD_ROOT} |
|---|
| 49 | mkdir -p ${RPM_BUILD_ROOT}%{_bindir} |
|---|
| 50 | mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,5} |
|---|
| 51 | |
|---|
| 52 | make \ |
|---|
| 53 | BASENAME=${RPM_BUILD_ROOT}%{_prefix} MANDIR=${RPM_BUILD_ROOT}%{_mandir} \ |
|---|
| 54 | install |
|---|
| 55 | |
|---|
| 56 | strip ${RPM_BUILD_ROOT}%{_bindir}/* || : |
|---|
| 57 | |
|---|
| 58 | %clean |
|---|
| 59 | rm -rf ${RPM_BUILD_ROOT} |
|---|
| 60 | |
|---|
| 61 | %files |
|---|
| 62 | %defattr(-,root,root) |
|---|
| 63 | %doc Artistic COPYING FAQ FEATURES HISTORY README KNOWN_BUGS examples |
|---|
| 64 | |
|---|
| 65 | %{_bindir}/formail |
|---|
| 66 | %attr(2755,root,mail) %{_bindir}/lockfile |
|---|
| 67 | %{_bindir}/mailstat |
|---|
| 68 | %attr(0755,root,mail) %{_bindir}/procmail |
|---|
| 69 | |
|---|
| 70 | %{_mandir}/man[15]/* |
|---|
| 71 | |
|---|
| 72 | |
|---|
| 73 | %changelog |
|---|
| 74 | * Wed Jun 24 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.22-2 |
|---|
| 75 | - spec in UTF-8 |
|---|
| 76 | |
|---|
| 77 | * Fri May 2 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 3.22-1 |
|---|
| 78 | - applied new versioning policy |
|---|
| 79 | |
|---|
| 80 | * Wed Sep 20 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 3.22-0vl4 |
|---|
| 81 | - rebuild to add gpg sign |
|---|
| 82 | - add Patch2,3 from FC |
|---|
| 83 | |
|---|
| 84 | * Sun May 18 2003 IWAI Masaharu <iwai@alib.jp> 3.22-0vl3 |
|---|
| 85 | - rebuild with new toolchain |
|---|
| 86 | - fix typo in %%changelog |
|---|
| 87 | |
|---|
| 88 | * Thu Oct 03 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 3.22-0vl2 |
|---|
| 89 | - lose setuid/setgid bits. |
|---|
| 90 | postfix do not use procmail as local mailer now. |
|---|
| 91 | |
|---|
| 92 | * Tue Oct 2 2001 Daisuke SUZUKI <daisuke@linux.or.jp> 3.22-0vl1 |
|---|
| 93 | - come back setuid/setgid bits to create lock file. |
|---|
| 94 | |
|---|
| 95 | * Wed Jul 18 2001 <sagami@vinelinux.org> |
|---|
| 96 | - 3.20-0vl1 |
|---|
| 97 | - sync with RedHat 6.2 updates 3.20-0.62; major changes are... |
|---|
| 98 | * lose setuid/setgid (root,mail) bits (bugzilla #23257). |
|---|
| 99 | * Change to "License: GPL or artistic" from "Copyright: distributable" |
|---|
| 100 | * Enable LMTP |
|---|
| 101 | * Fix man page (bugzilla #35825) |
|---|
| 102 | |
|---|
| 103 | * Thu Feb 8 2001 Yasuhide OOMORI <dasen@icntv.ne.jp> |
|---|
| 104 | - 3.14-5vl2 |
|---|
| 105 | - fixed formail to comply with RFC822 (OLD_PREFIX). |
|---|
| 106 | |
|---|
| 107 | * Wed Jan 10 2001 MATSUBAYASHI 'Shaolin' Kohji <shaolin@rhythmaning.org> |
|---|
| 108 | - 3.14-5vl1 |
|---|
| 109 | - based on 3.14-5 from Rawhide |
|---|
| 110 | - added Japanese summary and description |
|---|
| 111 | |
|---|
| 112 | * Fri Aug 11 2000 Jeff Johnson <jbj@redhat.com> |
|---|
| 113 | - add space in delivery rules with '!' (#15947). |
|---|
| 114 | |
|---|
| 115 | * Wed Jul 12 2000 Prospector <bugzilla@redhat.com> |
|---|
| 116 | - automatic rebuild |
|---|
| 117 | |
|---|
| 118 | * Thu Jun 15 2000 Jeff Johnson <jbj@redhat.com> |
|---|
| 119 | - FHS packaging. |
|---|
| 120 | |
|---|
| 121 | * Mon Feb 7 2000 Jeff Johnson <jbj@redhat.com> |
|---|
| 122 | - compress man pages. |
|---|
| 123 | |
|---|
| 124 | * Fri Jan 14 2000 Jeff Johnson <jbj@redhat.com> |
|---|
| 125 | - update to 3.14. |
|---|
| 126 | |
|---|
| 127 | * Mon Aug 16 1999 Bill Nottingham <notting@redhat.com> |
|---|
| 128 | - fix doc perms. |
|---|
| 129 | |
|---|
| 130 | * Wed Apr 21 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 131 | - turn on GROUP_PER_USER |
|---|
| 132 | - add some docs to the package |
|---|
| 133 | |
|---|
| 134 | * Mon Apr 05 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 135 | - version 3.13 |
|---|
| 136 | |
|---|
| 137 | * Fri Mar 26 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 138 | - fixed Group line |
|---|
| 139 | |
|---|
| 140 | * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> |
|---|
| 141 | - auto rebuild in the new build environment (release 16) |
|---|
| 142 | |
|---|
| 143 | * Sun Aug 16 1998 Jeff Johnson <jbj@redhat.com> |
|---|
| 144 | - build root |
|---|
| 145 | |
|---|
| 146 | * Mon Apr 27 1998 Prospector System <bugs@redhat.com> |
|---|
| 147 | - translations modified for de, fr, tr |
|---|
| 148 | |
|---|
| 149 | * Thu Jun 19 1997 Erik Troan <ewt@redhat.com> |
|---|
| 150 | - built against glibc |
|---|