1 |
# $Id: e-smith-qmail.spec,v 1.5 2008/10/07 19:15:56 slords Exp $ |
# $Id: e-smith-qmail.spec,v 1.6 2009/05/13 15:11:42 filippocarletti 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 2.0.0 |
%define version 2.0.0 |
7 |
%define release 2 |
%define release 3 |
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-2.2.0_no-workaround.patch |
Patch0: e-smith-qmail-2.2.0_no-workaround.patch |
14 |
|
Patch1: e-smith-qmail-2.0.0-IncorrectUseOfBrackets.patch |
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Mon May 18 2009 Gavin Weight <gweight@gmail.com> 2.0.0-3 |
32 |
|
- smtproutes template incorrectly uses brackets to avoid MX lookups. [SME: 5254] |
33 |
|
|
34 |
* Tue May 12 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.0.0-2 |
* Tue May 12 2009 Filippo Carletti <filippo.carletti@gmail.com> 2.0.0-2 |
35 |
- Remove qmail-workaround and obsolete it after patch to treat 0.0.0.0 as a |
- Remove qmail-workaround and obsolete it after patch to treat 0.0.0.0 as a |
36 |
local ip [SME: 5171] |
local ip [SME: 5171] |
315 |
%prep |
%prep |
316 |
%setup |
%setup |
317 |
%patch0 -p1 |
%patch0 -p1 |
318 |
|
%patch1 -p1 |
319 |
|
|
320 |
%build |
%build |
321 |
perl createlinks |
perl createlinks |