7 |
%define name qmail |
%define name qmail |
8 |
Name: %{name} |
Name: %{name} |
9 |
%define version 1.03 |
%define version 1.03 |
10 |
%define release 13 |
%define release 15 |
11 |
Version: %{version} |
Version: %{version} |
12 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
13 |
License: Daniel J. Bernstein |
#Author: Daniel J. Bernstein |
14 |
|
License: Public Domain |
15 |
Group: Networking/Daemons |
Group: Networking/Daemons |
16 |
Source: http://cr.yp.to/software/%{name}-%{version}.tar.gz |
Source: http://cr.yp.to/software/%{name}-%{version}.tar.gz |
17 |
Patch0: qmail-1.03-echouser.patch |
Patch0: qmail-1.03-echouser.patch |
18 |
|
Patch1: http://homepages.tesco.net./~J.deBoynePollard/Softwares/qmail/any-to-cname.patch |
19 |
|
Patch2: qmail-103-dns_response_buffer.patch |
20 |
URL: http://cr.yp.to/%{name}.html |
URL: http://cr.yp.to/%{name}.html |
21 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
22 |
Provides: smtpdaemon |
Provides: smtpdaemon |
71 |
transparently by your current UAs. |
transparently by your current UAs. |
72 |
|
|
73 |
%changelog |
%changelog |
74 |
|
* Mon Jan 28 2008 Charlie Brady <charlie_brady@mitel.com> 1.03-15 |
75 |
|
- Increase the buffer size for DNS responses. Patch is from |
76 |
|
http://www.ckdhr.com./ckd/qmail-103.patch [SME: 3827] |
77 |
|
- Update License information - qmail is now public domain: |
78 |
|
http://cr.yp.to/qmail/dist.html : |
79 |
|
|
80 |
|
I hereby place the qmail package (in particular, qmail-1.03.tar.gz, |
81 |
|
with MD5 checksum 622f65f982e380dbe86e6574f3abcb7c) into the public |
82 |
|
domain. |
83 |
|
|
84 |
|
* Mon Jan 28 2008 Charlie Brady <charlie_brady@mitel.com> 1.03-14 |
85 |
|
- Use CNAME lookup, rather than ANY lookup, to reduce the risk of |
86 |
|
oversized replies. [SME: 3827] |
87 |
|
|
88 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
89 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
90 |
|
|
189 |
|
|
190 |
%setup |
%setup |
191 |
%patch0 -p1 |
%patch0 -p1 |
192 |
|
%patch1 -p1 |
193 |
|
%patch2 -p1 |
194 |
|
|
195 |
%build |
%build |
196 |
echo gcc -O2 --include /usr/include/errno.h > conf-cc |
echo gcc -O2 --include /usr/include/errno.h > conf-cc |