1 |
|
# $Id$ |
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 16 |
%define release 1 |
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 |
|
Patch0: e-smith-qmail-1.10.0.no_connect_zero.patch |
|
|
Patch1: e-smith-qmail-1.10.0-update-groups.patch |
|
|
Patch2: e-smith-qmail-1.10.0-DomainMailOnly.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 |
|
|
Patch10: e-smith-qmail-1.10.0-userName.patch |
|
|
Patch11: e-smith-qmail-1.10.0-catchall.patch2 |
|
|
Patch12: e-smith-qmail-1.10.0-tcpto.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%changelog |
%changelog |
28 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
29 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
30 |
|
|
31 |
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 1.10.0-16 |
* Wed Apr 2 2008 Shad L. Lords <slords@mail.com> 1.10.0-16 |
32 |
- Create tcpto lockfile in run script [SME: 3055] |
- Create tcpto lockfile in run script [SME: 3055] |
33 |
|
|
304 |
|
|
305 |
%prep |
%prep |
306 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
|
%patch8 -p1 |
|
|
%patch9 -p1 |
|
|
%patch10 -p1 |
|
|
%patch11 -p1 |
|
|
%patch12 -p1 |
|
307 |
|
|
308 |
%build |
%build |
309 |
perl createlinks |
perl createlinks |