1 |
# $Id: e-smith-qmail.spec,v 1.6 2009/05/12 16:25:41 filippocarletti Exp $ |
# $Id: e-smith-qmail.spec,v 1.10 2010/10/14 21:25:06 vip-ire 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.2.0 |
%define version 2.2.0 |
7 |
%define release 3 |
%define release 6 |
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 |
Patch1: e-smith-qmail-2.2.0-IncorrectUseOfBrackets.patch |
15 |
|
Patch2: e-smith-qmail-2.2.0-IncorrectUseOfBrackets2.patch |
16 |
|
Patch3: e-smith-qmail-2.2.0-configure_number_of_log_files_to_keep.patch.patch |
17 |
|
Patch4: e-smith-qmail-2.2.0-DotGroupFix.patch |
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
31 |
AutoReqProv: no |
AutoReqProv: no |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Sun Jan 15 2012 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme |
35 |
|
- Allow groups with dots, by Filippo Carletti [SME: 6694] |
36 |
|
|
37 |
|
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-5.sme |
38 |
|
- Read number of log files to keep from the DB [SME: 5855] |
39 |
|
|
40 |
|
* Sat Sep 05 2009 Gavin Weight <gweight@gmail.com> 2.2.0-4 |
41 |
|
- SMTPSmartHost template incorrectly uses brackets to avoid MX lookups. [SME: 5456] |
42 |
|
|
43 |
* Mon May 18 2009 Gavin Weight <gweight@gmail.com> 2.2.0-3 |
* Mon May 18 2009 Gavin Weight <gweight@gmail.com> 2.2.0-3 |
44 |
- smtproutes template incorrectly uses brackets to avoid MX lookups. [SME: 5257] |
- smtproutes template incorrectly uses brackets to avoid MX lookups. [SME: 5257] |
45 |
|
|
328 |
%setup |
%setup |
329 |
%patch0 -p1 |
%patch0 -p1 |
330 |
%patch1 -p1 |
%patch1 -p1 |
331 |
|
%patch2 -p1 |
332 |
|
%patch3 -p1 |
333 |
|
%patch4 -p1 |
334 |
|
|
335 |
%build |
%build |
336 |
perl createlinks |
perl createlinks |