2 |
%define name smeserver-qmail-notify |
%define name smeserver-qmail-notify |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 2.0.0 |
%define version 2.0.0 |
5 |
%define release 3 |
%define release 4 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release} |
Release: %{release} |
8 |
License: GPLv2+ |
License: GPLv2+ |
19 |
Requires: qmail-notify |
Requires: qmail-notify |
20 |
Patch1: smeserver-qmail-notify-fix-cron-typo.patch |
Patch1: smeserver-qmail-notify-fix-cron-typo.patch |
21 |
Patch2: smeserver-qmail-notify-fix-crontab-timing.patch |
Patch2: smeserver-qmail-notify-fix-crontab-timing.patch |
22 |
|
Patch3: smeserver-qmail-notify-2.0.0-fix-createlinks-update-event.patch |
23 |
|
|
24 |
AutoReqProv: no |
AutoReqProv: no |
25 |
%description |
%description |
27 |
about email that has been held in the qmail queue |
about email that has been held in the qmail queue |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Mon Sep 27 2021 Brian Read <brianr@bjsystems.co.uk> 2.0.0-4.sme |
31 |
|
- Fix up createlinks to create update event [SME: 11542 ] |
32 |
|
|
33 |
* Mon Sep 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-3.sme |
* Mon Sep 27 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-3.sme |
34 |
- Fix timing in cron template - Zsolt Vasarhelyi [SME: 11542] |
- Fix timing in cron template - Zsolt Vasarhelyi [SME: 11542] |
35 |
|
|
49 |
%setup |
%setup |
50 |
%patch1 -p1 |
%patch1 -p1 |
51 |
%patch2 -p1 |
%patch2 -p1 |
52 |
|
%patch3 -p1 |
53 |
|
|
54 |
%build |
%build |
55 |
|
|
56 |
%install |
perl createlinks |
57 |
|
|
58 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
59 |
|
|
60 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |