1 |
# $Id: qmail.spec,v 1.5 2017/04/10 20:33:21 unnilennium Exp $ |
# $Id: qmail.spec,v 1.7 2021/04/12 21:50:15 jpp 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.5 2017/04/10 20:33:21 unnilennium Exp $ |
# $Id: qmail.spec,v 1.7 2021/04/12 21:50:15 jpp 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 21 |
%define release 25 |
13 |
Version: %{version} |
Version: %{version} |
14 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
15 |
#Author: Daniel J. Bernstein |
#Author: Daniel J. Bernstein |
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 |
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 |
31 |
Requires: /bin/cut, /bin/grep, /usr/bin/id |
Requires: /bin/cut, /bin/grep, /usr/bin/id |
32 |
Requires: /usr/sbin/useradd, /usr/sbin/groupadd |
Requires: /usr/sbin/useradd, /usr/sbin/groupadd |
33 |
|
Requires: openssl |
34 |
BuildRequires: groff |
BuildRequires: groff |
35 |
|
BuildRequires: openssl openssl-devel |
36 |
Conflicts: sendmail |
Conflicts: sendmail |
37 |
AutoReqProv: no |
AutoReqProv: no |
38 |
|
|
81 |
transparently by your current UAs. |
transparently by your current UAs. |
82 |
|
|
83 |
%changelog |
%changelog |
84 |
|
* Mon Apr 12 2021 Jean-Philippe Pialasse <tests@pialasse.com> 1.03-25.sme |
85 |
|
- add remote tls transport for qmail-remote [SME: 9349] |
86 |
|
- updated release number higher than SME9 |
87 |
|
- now TLS and EHLO are defined to allow proper compilation |
88 |
|
- add DEBUG flag for the moment to help configuring -DDEBUG=1 |
89 |
|
|
90 |
* Thu Apr 13 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-21.sme |
* Thu Apr 13 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.03-21.sme |
91 |
- added documentation [SME: 9705] |
- added documentation [SME: 9705] |
92 |
- added binaries ipmetest et ipmeprint to help configuration |
- added binaries ipmetest et ipmeprint to help configuration |
228 |
#%patch3 -p1 |
#%patch3 -p1 |
229 |
%patch4 -p1 |
%patch4 -p1 |
230 |
%patch5 -p1 |
%patch5 -p1 |
231 |
|
%patch6 -p1 |
232 |
|
|
233 |
%build |
%build |
234 |
echo gcc -O2 --include /usr/include/errno.h > conf-cc |
#echo gcc -O2 --include /usr/include/errno.h > conf-cc |
235 |
|
#gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include |
236 |
|
echo gcc -O2 -DTLS=20021228 -I/usr/local/ssl/include -DEHLO=1 -DDEBUG=1 --include /usr/include/errno.h > conf-cc |
237 |
make |
make |
238 |
|
|
239 |
%install |
%install |