1 |
# $Id: smeserver-vacation.spec,v 1.1 2013/11/13 10:43:03 vip-ire Exp $ |
# $Id: smeserver-vacation.spec,v 1.3 2014/12/24 09:08:46 vip-ire Exp $ |
2 |
# Authority: dungog |
# Authority: dungog |
3 |
# Name: Stephen Noble |
# Name: Stephen Noble |
4 |
|
|
5 |
%define name smeserver-vacation |
%define name smeserver-vacation |
6 |
%define version 1.1 |
%define version 1.1 |
7 |
%define release 2 |
%define release 4 |
8 |
Summary: SME Server enhancement to enable vacation messages for users. |
Summary: SME Server enhancement to enable vacation messages for users. |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
14 |
Group: SMEserver/addon |
Group: SMEserver/addon |
15 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
16 |
Patch0: smeserver-vacation-1.1-fix_dbmopen.patch |
Patch0: smeserver-vacation-1.1-fix_dbmopen.patch |
17 |
|
Patch1: smeserver-vacation-1.1-multiline_matching.patch |
18 |
|
Patch2: smeserver-vacation-1.1-explain_better_virtual_sender_domain.patch |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
21 |
Requires: e-smith-release >= 7.0, |
Requires: e-smith-release >= 7.0, |
29 |
enable vacation for themselves and to modify their own message |
enable vacation for themselves and to modify their own message |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Tue Jan 6 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.1-4.sme |
33 |
|
- Updated instructions to use virtual sender domain for vacation message |
34 |
|
- Created by Mats Schuh m.schuh@neckargeo.net |
35 |
|
|
36 |
|
* Wed Dec 24 2014 Daniel Berteaud <daniel@firewall-services.com> 1.1-3.sme |
37 |
|
- Fix multiline matching [SME: 8741] |
38 |
|
|
39 |
* Wed Dec 24 2014 Daniel Berteaud <daniel@firewall-services.com> 1.1-2.sme |
* Wed Dec 24 2014 Daniel Berteaud <daniel@firewall-services.com> 1.1-2.sme |
40 |
- Fix dbmopen by specifying the dbm module to use (DB_File) [SME: 8741] |
- Fix dbmopen by specifying the dbm module to use (DB_File) [SME: 8741] |
41 |
|
|
235 |
%prep |
%prep |
236 |
%setup |
%setup |
237 |
%patch0 -p1 |
%patch0 -p1 |
238 |
|
%patch1 -p1 |
239 |
|
%patch2 -p1 |
240 |
|
|
241 |
%build |
%build |
242 |
perl createlinks |
perl createlinks |