1 |
# $Id: e-smith-qmail.spec,v 1.1 2013/02/07 21:37:32 slords Exp $ |
# $Id: e-smith-qmail.spec,v 1.2 2013/02/22 06:24:25 wellsi 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 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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
Patch1: e-smith-qmail-2.4.0-MaxMessageSize.patch |
Patch1: e-smith-qmail-2.4.0-MaxMessageSize.patch |
14 |
|
Patch2: e-smith-qmail-2.4.0-modify_domain_style_pseudonyms.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 |
|
* Fri May 03 2013 chris burnat <devlist@burnat.com> 2.4.0-3.sme |
32 |
|
- Reverse Allow groups with dots [SME 6694] and modify domain style pseudonyms to point to the correct user, by Filippo Carletti [SME: 7572] |
33 |
|
|
34 |
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
* Thu Feb 21 2013 Ian Wells <esmith@wellsi.com> 2.4.0-2.sme |
35 |
- Template Qmail MaxMessageSize [SME: 7393] |
- Template Qmail MaxMessageSize [SME: 7393] |
36 |
|
|
333 |
%prep |
%prep |
334 |
%setup |
%setup |
335 |
%patch1 -p1 |
%patch1 -p1 |
336 |
|
%patch2 -p1 |
337 |
|
|
338 |
%build |
%build |
339 |
perl createlinks |
perl createlinks |