1 |
# $Id: e-smith-qmail.spec,v 1.6 2009/05/13 15:11:42 filippocarletti Exp $ |
# $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 2.0.0 |
%define version 2.0.0 |
7 |
%define release 3 |
%define release 4 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
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 |
Patch1: e-smith-qmail-2.0.0-IncorrectUseOfBrackets.patch |
15 |
|
Patch2: e-smith-qmail-2.0.0-IncorrectUseOfBrackets2.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 |
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 |
* 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] |
- smtproutes template incorrectly uses brackets to avoid MX lookups. [SME: 5254] |
37 |
|
|
320 |
%setup |
%setup |
321 |
%patch0 -p1 |
%patch0 -p1 |
322 |
%patch1 -p1 |
%patch1 -p1 |
323 |
|
%patch2 -p1 |
324 |
|
|
325 |
%build |
%build |
326 |
perl createlinks |
perl createlinks |