1 |
# $Id: e-smith-qmail.spec,v 1.7 2009/05/18 16:24:15 bytegw Exp $ |
# $Id: e-smith-qmail.spec,v 1.14 2013/05/09 06:25:47 burnat 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 10 |
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.2.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 |
|
Patch6: e-smith-qmail-2.2.0-modify_domain_style_pseudonyms.patch |
18 |
|
Patch7: e-smith-qmail-2.2.0-modify_domain_style_pseudonyms_dot_in_name.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
32 |
AutoReqProv: no |
AutoReqProv: no |
33 |
|
|
34 |
%changelog |
%changelog |
35 |
|
* Wed May 22 2013 chris burnat <devlist@burnat.com> 2.2.0-10.sme |
36 |
|
- Modify domain style pseudonym pointing to user with dot in name, by Filippo Carletti [SME: 7607] |
37 |
|
|
38 |
|
* Thu May 09 2013 chris burnat <devlist@burnat.com> 2.2.0-9.sme |
39 |
|
- Reverse change in Template Qmail MaxMessageSize [SME: 6798] |
40 |
|
|
41 |
|
* Wed May 01 2013 chris burnat <devlist@burnat.com> 2.2.0-8.sme |
42 |
|
- modify domain style pseudonyms to point to the correct user, by Filippo Carletti [SME: 7055] |
43 |
|
|
44 |
|
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.2.0-7.sme |
45 |
|
- Template Qmail MaxMessageSize [SME: 6798] |
46 |
|
|
47 |
|
* Sun Jan 15 2012 Ian Wells <esmith@wellsi.com> 2.2.0-6.sme |
48 |
|
- Allow groups with dots, by Filippo Carletti [SME: 6694] |
49 |
|
|
50 |
|
* Thu Oct 14 2010 Daniel Berteaud <daniel@firewall-services.com> 2.2.0-5.sme |
51 |
|
- Read number of log files to keep from the DB [SME: 5855] |
52 |
|
|
53 |
|
* Sat Sep 05 2009 Gavin Weight <gweight@gmail.com> 2.2.0-4 |
54 |
|
- SMTPSmartHost template incorrectly uses brackets to avoid MX lookups. [SME: 5456] |
55 |
|
|
56 |
* 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 |
57 |
- smtproutes template incorrectly uses brackets to avoid MX lookups. [SME: 5257] |
- smtproutes template incorrectly uses brackets to avoid MX lookups. [SME: 5257] |
58 |
|
|
341 |
%setup |
%setup |
342 |
%patch0 -p1 |
%patch0 -p1 |
343 |
%patch1 -p1 |
%patch1 -p1 |
344 |
|
%patch2 -p1 |
345 |
|
%patch3 -p1 |
346 |
|
%patch6 -p1 |
347 |
|
%patch7 -p1 |
348 |
|
|
349 |
%build |
%build |
350 |
perl createlinks |
perl createlinks |