1 |
# $Id: qmail.spec,v 1.1 2016/02/04 12:14:55 vip-ire Exp $ |
# $Id: qmail.spec,v 1.6 2017/04/13 15:55:52 unnilennium Exp $ |
2 |
|
|
3 |
# |
# |
4 |
# RPM spec file for Dan Bernstein's qmail package |
# RPM spec file for Dan Bernstein's qmail package |
5 |
# |
# |
6 |
# $Id: qmail.spec,v 1.1 2016/02/04 12:14:55 vip-ire Exp $ |
# $Id: qmail.spec,v 1.6 2017/04/13 15:55:52 unnilennium Exp $ |
7 |
# |
# |
8 |
Summary: A modern, fast, secure replacement for sendmail |
Summary: A modern, fast, secure replacement for sendmail |
9 |
%define name qmail |
%define name qmail |
10 |
Name: %{name} |
Name: %{name} |
11 |
%define version 1.03 |
%define version 1.03 |
12 |
%define release 18 |
%define release 25 |
13 |
Version: %{version} |
Version: %{version} |
14 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
15 |
#Author: Daniel J. Bernstein |
#Author: Daniel J. Bernstein |
16 |
License: Public Domain |
License: Public Domain |
17 |
Group: Networking/Daemons |
Group: Networking/Daemons |
18 |
Source: http://cr.yp.to/software/%{name}-%{version}.tar.gz |
Source: http://cr.yp.to/software/%{name}-%{version}.tar.gz |
19 |
|
Source1: http://notes.sagredo.eu/sites/notes.sagredo.eu/files/qmail/patches/moreipme.README |
20 |
Patch0: qmail-1.03-echouser.patch |
Patch0: qmail-1.03-echouser.patch |
21 |
Patch1: http://homepages.tesco.net./~J.deBoynePollard/Softwares/qmail/any-to-cname.patch |
Patch1: http://homepages.tesco.net./~J.deBoynePollard/Softwares/qmail/any-to-cname.patch |
22 |
Patch2: qmail-103-dns_response_buffer.patch |
Patch2: qmail-103-dns_response_buffer.patch |
23 |
Patch3: http://www.suspectclass.com/sgifford/qmail/qmail-0.0.0.0.patch |
#Patch3: http://www.suspectclass.com/sgifford/qmail/qmail-0.0.0.0.patch |
24 |
Patch4: qmail-inject-null-sender.patch |
Patch4: qmail-inject-null-sender.patch |
25 |
|
Patch5: http://notes.sagredo.eu/sites/notes.sagredo.eu/files/qmail/patches/qmail-1.03-moreipme-0.6.patch |
26 |
|
Patch6: netqmail-1.06-tls-20190517-remote.patch |
27 |
|
#adapted from http://inoa.net/qmail-tls/netqmail-1.06-tls-20190517.patch |
28 |
URL: http://cr.yp.to/%{name}.html |
URL: http://cr.yp.to/%{name}.html |
29 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
30 |
Provides: smtpdaemon |
Provides: smtpdaemon |
79 |
transparently by your current UAs. |
transparently by your current UAs. |
80 |
|
|
81 |
%changelog |
%changelog |
82 |
|
* Mon Apr 12 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.03-25.sme |
83 |
|
- add remote tls transport for qmail-remote [SME: 9349] |
84 |
|
- updated release number higher than SME9 |
85 |
|
- now TLS and EHLO are defined to allow proper compilation |
86 |
|
- add DEBUG flag for the moment to help configuring -DDEBUG=1 |
87 |
|
|
88 |
|
* Thu Apr 13 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-21.sme |
89 |
|
- added documentation [SME: 9705] |
90 |
|
- added binaries ipmetest et ipmeprint to help configuration |
91 |
|
|
92 |
|
* Mon Apr 10 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-20.sme |
93 |
|
- add moreip to avoid loop [SME: 9705] |
94 |
|
- patch from Scott Gifford |
95 |
|
- remove qmail-0.0.0.0.patch as it is included |
96 |
|
|
97 |
* Mon Dec 5 2016 Daniel Berteaud <daniel@firewall-services.com> 1.03-18 |
* Mon Dec 5 2016 Daniel Berteaud <daniel@firewall-services.com> 1.03-18 |
98 |
- Consider literla <> as null sender [SME: 9884] |
- Consider literal <> as null sender [SME: 9884] |
99 |
|
|
100 |
* Tue May 12 2009 Filippo Carletti <filippo.carletti@gmail.com> 1.03-17 |
* Tue May 12 2009 Filippo Carletti <filippo.carletti@gmail.com> 1.03-17 |
101 |
- Add Scott Gifford patch to treat 0.0.0.0 as a local ip [SME: 5171] |
- Add Scott Gifford patch to treat 0.0.0.0 as a local ip [SME: 5171] |
223 |
%patch0 -p1 |
%patch0 -p1 |
224 |
%patch1 -p1 |
%patch1 -p1 |
225 |
%patch2 -p1 |
%patch2 -p1 |
226 |
%patch3 -p1 |
#%patch3 -p1 |
227 |
%patch4 -p1 |
%patch4 -p1 |
228 |
|
%patch5 -p1 |
229 |
|
%patch6 -p1 |
230 |
|
|
231 |
%build |
%build |
232 |
echo gcc -O2 --include /usr/include/errno.h > conf-cc |
#echo gcc -O2 --include /usr/include/errno.h > conf-cc |
233 |
|
#gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include |
234 |
|
echo gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include -DEHLO=1 -DDEBUG=1 --include /usr/include/errno.h > conf-cc |
235 |
make |
make |
236 |
|
|
237 |
%install |
%install |
267 |
qmail-qmqpd qmail-qmtpd qmail-smtpd sendmail tcp-env qreceipt \ |
qmail-qmqpd qmail-qmtpd qmail-smtpd sendmail tcp-env qreceipt \ |
268 |
qsmhook qbiff forward preline condredirect \ |
qsmhook qbiff forward preline condredirect \ |
269 |
bouncesaying except maildirmake maildir2mbox maildirwatch \ |
bouncesaying except maildirmake maildir2mbox maildirwatch \ |
270 |
qail elq pinq |
qail elq pinq ipmetest ipmeprint |
271 |
do |
do |
272 |
mv $i $RPM_BUILD_ROOT/var/qmail/bin/ |
mv $i $RPM_BUILD_ROOT/var/qmail/bin/ |
273 |
done |
done |
289 |
do |
do |
290 |
mv $i $RPM_BUILD_ROOT/var/qmail/doc/ |
mv $i $RPM_BUILD_ROOT/var/qmail/doc/ |
291 |
done |
done |
292 |
|
%{__install} -Dp %{SOURCE1} %{buildroot}/var/qmail/doc/ |
293 |
|
|
294 |
for i in 1 5 7 8 |
for i in 1 5 7 8 |
295 |
do |
do |
515 |
%attr(700,qmails,qmail) %dir /var/qmail/queue/remote/21 |
%attr(700,qmails,qmail) %dir /var/qmail/queue/remote/21 |
516 |
%attr(700,qmails,qmail) %dir /var/qmail/queue/remote/22 |
%attr(700,qmails,qmail) %dir /var/qmail/queue/remote/22 |
517 |
%attr(750,qmailq,qmail) %dir /var/qmail/queue/lock |
%attr(750,qmailq,qmail) %dir /var/qmail/queue/lock |
518 |
|
%attr(755,root,qmail) /var/qmail/bin/ipmetest |
519 |
|
%attr(755,root,qmail) /var/qmail/bin/ipmeprint |
520 |
%attr(4711,qmailq,qmail) /var/qmail/bin/qmail-queue |
%attr(4711,qmailq,qmail) /var/qmail/bin/qmail-queue |
521 |
%attr(700,root,qmail) /var/qmail/bin/qmail-lspawn |
%attr(700,root,qmail) /var/qmail/bin/qmail-lspawn |
522 |
%attr(700,root,qmail) /var/qmail/bin/qmail-start |
%attr(700,root,qmail) /var/qmail/bin/qmail-start |
594 |
%attr(644,root,qmail) /var/qmail/doc/PIC.relaybad |
%attr(644,root,qmail) /var/qmail/doc/PIC.relaybad |
595 |
%attr(644,root,qmail) /var/qmail/doc/PIC.relaygood |
%attr(644,root,qmail) /var/qmail/doc/PIC.relaygood |
596 |
%attr(644,root,qmail) /var/qmail/doc/PIC.rem2local |
%attr(644,root,qmail) /var/qmail/doc/PIC.rem2local |
597 |
|
%attr(644,root,qmail) /var/qmail/doc/moreipme.README |
598 |
%attr(644,root,qmail) /var/qmail/man/cat1/forward.0 |
%attr(644,root,qmail) /var/qmail/man/cat1/forward.0 |
599 |
%attr(644,root,qmail) /var/qmail/man/cat1/condredirect.0 |
%attr(644,root,qmail) /var/qmail/man/cat1/condredirect.0 |
600 |
%attr(644,root,qmail) /var/qmail/man/cat1/bouncesaying.0 |
%attr(644,root,qmail) /var/qmail/man/cat1/bouncesaying.0 |