1 |
# $Id: e-smith-qmail.spec,v 1.2 2013/02/22 06:24:25 wellsi Exp $ |
# $Id: e-smith-qmail.spec,v 1.3 2013/05/03 02:01:21 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 3 |
%define release 4 |
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 |
|
Patch1: e-smith-qmail-2.4.0-MaxMessageSize.patch |
|
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 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
BuildRequires: e-smith-devtools >= 1.13.0-04 |
27 |
AutoReqProv: no |
AutoReqProv: no |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Wed May 15 2013 chris burnat <devlist@burnat.com> 2.4.0-4.sme |
31 |
|
- Reverse change in Template Qmail MaxMessageSize [SME: 7393] |
32 |
|
|
33 |
* Fri May 03 2013 chris burnat <devlist@burnat.com> 2.4.0-3.sme |
* Fri May 03 2013 chris burnat <devlist@burnat.com> 2.4.0-3.sme |
34 |
- Reverse Allow groups with dots [SME 6694] and modify domain style pseudonyms to point to the correct user, by Filippo Carletti [SME: 7572] |
- Reverse Allow groups with dots [SME 6694] and modify domain style pseudonyms to point to the correct user, by Filippo Carletti [SME: 7572] |
35 |
|
|
334 |
|
|
335 |
%prep |
%prep |
336 |
%setup |
%setup |
|
%patch1 -p1 |
|
337 |
%patch2 -p1 |
%patch2 -p1 |
338 |
|
|
339 |
%build |
%build |