1 |
# $Id: smeserver-vacation.spec,v 1.1 2013/11/13 10:43:03 vip-ire Exp $ |
# $Id: smeserver-vacation.spec,v 1.2 2014/12/24 09:02:26 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 3 |
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 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
20 |
Requires: e-smith-release >= 7.0, |
Requires: e-smith-release >= 7.0, |
28 |
enable vacation for themselves and to modify their own message |
enable vacation for themselves and to modify their own message |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Wed Dec 24 2014 Daniel Berteaud <daniel@firewall-services.com> 1.1-3.sme |
32 |
|
- Fix multiline matching [SME: 8741] |
33 |
|
|
34 |
* 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 |
35 |
- 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] |
36 |
|
|
230 |
%prep |
%prep |
231 |
%setup |
%setup |
232 |
%patch0 -p1 |
%patch0 -p1 |
233 |
|
%patch1 -p1 |
234 |
|
|
235 |
%build |
%build |
236 |
perl createlinks |
perl createlinks |