source: projects/specs/trunk/p/procmail/procmail-vl.spec @ 521

Revision 521, 4.2 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary: The procmail mail processing program.
2Summary(ja): procmail メール処理プログラム
3Name: procmail
4Version: 3.22
5Release: 2%{?_dist_release}
6License: GPL or artistic
7Group: System Environment/Daemons
8Source: ftp://ftp.procmail.org/pub/procmail/procmail-%{version}.tar.gz
9URL: http://www.procmail.org
10Patch0: procmail-3.22-rhconfig.patch
11Patch1: procmail-3.15.1-man.patch
12Patch2: procmail_3.22-8.debian.patch
13Patch3: procmail-3.22-large_files.patch
14# patches added by Vine
15Patch10: procmail-3.14-OLD_PREFIX.patch
16BuildRoot: %{_tmppath}/%{name}-%{version}-root
17
18Vendor: Project Vine
19Distribution: Vine Linux
20Packager: daisuke, inagaki
21
22%description
23The procmail program is used by Red Hat Linux for all local mail
24delivery.  In addition to just delivering mail, procmail can be used
25for automatic filtering, presorting and other mail handling jobs.
26Procmail is also the basis for the SmartList mailing list processor.
27
28%description -l ja
29procmail プログラムは Red Hat Linux で全てのローカルメール配送に
30使われています.procmail は単にメールを配送するだけではなく
31自動フィルタリングやソーティング等の処理も行う事が可能です.
32procmail はまた 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
42find . -type d -exec chmod 755 {} \;
43
44%build
45make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
46
47%install
48rm -rf ${RPM_BUILD_ROOT}
49mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
50mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,5}
51
52make \
53    BASENAME=${RPM_BUILD_ROOT}%{_prefix} MANDIR=${RPM_BUILD_ROOT}%{_mandir} \
54        install
55
56strip ${RPM_BUILD_ROOT}%{_bindir}/* || :
57
58%clean
59rm -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
Note: See TracBrowser for help on using the repository browser.