1 |
# $Id: smeserver-vacation.spec,v 1.29 2018/12/14 12:02:42 jcrisp Exp $ |
# $Id: smeserver-vacation.spec,v 1.4 2020/06/12 05:52:10 brianr 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 26 |
%define release 30 |
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} |
35 |
Patch19: smeserver-vacation-1.1-locale-2017-01-16.patch |
Patch19: smeserver-vacation-1.1-locale-2017-01-16.patch |
36 |
Patch20: smeserver-vacation-1.1-bz6614-autodetect.html.patch |
Patch20: smeserver-vacation-1.1-bz6614-autodetect.html.patch |
37 |
Patch21: smeserver-vacation-1.1-locale-2018-12-14.patch |
Patch21: smeserver-vacation-1.1-locale-2018-12-14.patch |
38 |
|
Patch22: smeserver-vacation-1.1-SME10-Move-to-manager2.patch |
39 |
|
Patch23: smeserver-vacation-1.1-Better-display-dates-in-list.patch |
40 |
|
Patch24: smeserver-vacation-1.1-Update-for-Apache-Mod-Proxy-based-server2.patch |
41 |
|
Patch25: smeserver-vacation-1.1-Add-in-update-action-to-restart-smanager.patch |
42 |
|
|
43 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
44 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
45 |
Requires: e-smith-release >= 9.0, |
Requires: e-smith-release >= 9.0, |
46 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
47 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
48 |
|
#BuildRequires: smeserver-manager >= 24 |
49 |
AutoReqProv: no |
AutoReqProv: no |
50 |
|
|
51 |
%description |
%description |
54 |
enable vacation for themselves and to modify their own message |
enable vacation for themselves and to modify their own message |
55 |
|
|
56 |
%changelog |
%changelog |
57 |
|
* Sat Oct 24 2020 Brian Read <brianr@bjsystems.co.uk> 1.1-30.sme |
58 |
|
- Update to make call to smanager and systemd dependant on smanager being installed and move from post in spec file [SME: 11052] |
59 |
|
- to smeserver-vacation-update event |
60 |
|
|
61 |
|
* Thu Jun 11 2020 Brian Read <brianr@bjsystems.co.uk> 1.1-29.sme |
62 |
|
- Update for Apache-Mod-Proxy mode Server2 [SME:10927] |
63 |
|
|
64 |
|
* Tue May 19 2020 Brian Read <brianr@bjsystems.co.uk> 1.1-28.sme |
65 |
|
- Part of SME10 Server manager2 - Better display of dates in list [SME:10927 ] |
66 |
|
|
67 |
|
* Tue Apr 28 2020 Brian Read <brianr@bjsystems.co.uk> 1.1-27.sme |
68 |
|
- Update to SME10 - rework server manager panels to use manager2 [SME:10927] |
69 |
|
|
70 |
* Fri Dec 14 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.1-26.sme |
* Fri Dec 14 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 1.1-26.sme |
71 |
- apply locale 2018-12-14 patch |
- apply locale 2018-12-14 patch |
72 |
|
|
367 |
%patch19 -p1 |
%patch19 -p1 |
368 |
%patch20 -p1 |
%patch20 -p1 |
369 |
%patch21 -p1 |
%patch21 -p1 |
370 |
|
%patch22 -p1 |
371 |
|
%patch23 -p1 |
372 |
|
%patch24 -p1 |
373 |
|
%patch25 -p1 |
374 |
|
|
375 |
%build |
%build |
376 |
perl createlinks |
perl createlinks |
408 |
/sbin/e-smith/signal-event conf-userpanel |
/sbin/e-smith/signal-event conf-userpanel |
409 |
fi |
fi |
410 |
|
|
411 |
|
#if (systemctl list-unit-files |grep smanager) then |
412 |
|
# echo "Smanager restart in spec file" |
413 |
|
# /sbin/e-smith/signal-event manager2-refresh; |
414 |
|
# systemctl restart smanager |
415 |
|
#else |
416 |
|
# echo "No smanager restart in spec file" |
417 |
|
#fi |
418 |
|
|
419 |
%postun |
%postun |
420 |
#uninstall |
#uninstall |
421 |
if [ $1 = 0 ] ; then |
if [ $1 = 0 ] ; then |