1 |
# $Id: e-smith-qmail.spec,v 1.4 2013/05/15 03:53:29 burnat Exp $ |
# $Id: e-smith-qmail.spec,v 1.5 2013/05/23 07:47:20 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.4.0 |
%define version 2.4.0 |
7 |
%define release 5 |
%define release 6 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch2: e-smith-qmail-2.4.0-modify_domain_style_pseudonyms.patch |
Patch2: e-smith-qmail-2.4.0-modify_domain_style_pseudonyms.patch |
14 |
Patch3: e-smith-qmail-2.4.0-modify_domain_style_pseudonyms_dot_in_name.patch |
Patch3: e-smith-qmail-2.4.0-modify_domain_style_pseudonyms_dot_in_name.patch |
15 |
|
Patch4: e-smith-qmail-2.4.0-Concurrency.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 |
|
* Fri Jul 5 2013 Ian Wells <esmith@wellsi.com> 2.4.0-6.sme |
33 |
|
- Simplify qmail concurrency templates [SME: 7750] |
34 |
|
|
35 |
* Thu May 23 2013 chris burnat <devlist@burnat.com> 2.4.0-5.sme |
* Thu May 23 2013 chris burnat <devlist@burnat.com> 2.4.0-5.sme |
36 |
- Modify domain style pseudonym pointing to user with dot in name, by Filippo Carletti [SME: 7614] |
- Modify domain style pseudonym pointing to user with dot in name, by Filippo Carletti [SME: 7614] |
37 |
|
|
344 |
%setup |
%setup |
345 |
%patch2 -p1 |
%patch2 -p1 |
346 |
%patch3 -p1 |
%patch3 -p1 |
347 |
|
%patch4 -p1 |
348 |
|
|
349 |
%build |
%build |
350 |
perl createlinks |
perl createlinks |