1 |
|
# $Id: e-smith-qmail.spec,v 1.7 2009/05/18 16:24:15 bytegw Exp $ |
2 |
|
|
3 |
Summary: startup scripts for Dan Bernstein's qmail package |
Summary: startup scripts for Dan Bernstein's qmail package |
4 |
%define name e-smith-qmail |
%define name e-smith-qmail |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.10.0 |
%define version 2.0.0 |
7 |
%define release 13 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
Patch0: e-smith-qmail-1.10.0.no_connect_zero.patch |
Patch0: e-smith-qmail-2.2.0_no-workaround.patch |
14 |
Patch1: e-smith-qmail-1.10.0-update-groups.patch |
Patch1: e-smith-qmail-2.0.0-IncorrectUseOfBrackets.patch |
15 |
Patch2: e-smith-qmail-1.10.0-DomainMailOnly.patch |
Patch2: e-smith-qmail-2.0.0-IncorrectUseOfBrackets2.patch |
|
Patch3: e-smith-qmail-1.10.0-MailRouting.patch |
|
|
Patch4: e-smith-qmail-1.10.0-MaxMessageSize.patch |
|
|
Patch5: e-smith-qmail-1.10.0-helohost.patch |
|
|
Patch6: e-smith-qmail-1.10.0-ExcludeFromEveryoneEmail.patch |
|
|
Patch7: e-smith-qmail-1.10.0-forcejunkmaildir.patch |
|
|
Patch8: e-smith-qmail-1.10.0-qmailadmin.patch |
|
|
Patch9: e-smith-qmail-1.10.0-sv.patch |
|
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: fastforward |
Requires: fastforward |
22 |
Requires: runit |
Requires: runit |
23 |
Requires: e-smith-email |
Requires: e-smith-email |
24 |
Requires: qmail-workaround |
Requires: qmail >= 1.03-17 |
25 |
Provides: e-smith-mta |
Provides: e-smith-mta |
26 |
Conflicts: runit < 1.7 |
Conflicts: runit < 1.7 |
27 |
Obsoletes: qmail-initscripts |
Obsoletes: qmail-initscripts |
28 |
|
Obsoletes: qmail-workaround |
29 |
AutoReqProv: no |
AutoReqProv: no |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Sat Sep 05 2009 Gavin Weight <gweight@gmail.com> 2.0.0-4 |
33 |
|
- SMTPSmartHost template incorrectly uses brackets to avoid MX lookups. [SME: 5455] |
34 |
|
|
35 |
|
* Mon May 18 2009 Gavin Weight <gweight@gmail.com> 2.0.0-3 |
36 |
|
- smtproutes template incorrectly uses brackets to avoid MX lookups. [SME: 5254] |
37 |
|
|
38 |
|
* Tue May 12 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.0.0-2 |
39 |
|
- Remove qmail-workaround and obsolete it after patch to treat 0.0.0.0 as a |
40 |
|
local ip [SME: 5171] |
41 |
|
|
42 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
43 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
44 |
|
|
45 |
|
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 1.10.0-16 |
46 |
|
- Create tcpto lockfile in run script [SME: 3055] |
47 |
|
|
48 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.10.0-15 |
49 |
|
- Domain catchall Redirection to Account [SME:1922] |
50 |
|
|
51 |
|
* Thu Sep 6 2007 Charlie Brady <charlie_brady@mitel.com> |
52 |
|
- Apply a code tidyup patch from Gordon. [SME: 871] |
53 |
|
|
54 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
55 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
56 |
|
|
321 |
%patch0 -p1 |
%patch0 -p1 |
322 |
%patch1 -p1 |
%patch1 -p1 |
323 |
%patch2 -p1 |
%patch2 -p1 |
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
324 |
|
|
325 |
%build |
%build |
326 |
perl createlinks |
perl createlinks |