1 |
Summary: notify senders about email that has beed held in the qmail queue |
Summary: notify senders about email that has been held in the qmail queue |
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 1 |
%define release 4 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release} |
Release: %{release} |
8 |
License: GPLv2+ |
License: GPLv2+ |
17 |
Requires: e-smith-lib |
Requires: e-smith-lib |
18 |
Requires: perl |
Requires: perl |
19 |
Requires: qmail-notify |
Requires: qmail-notify |
20 |
|
Patch1: smeserver-qmail-notify-fix-cron-typo.patch |
21 |
|
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 |
34 |
|
- Fix timing in cron template - Zsolt Vasarhelyi [SME: 11542] |
35 |
|
|
36 |
|
* Thu Sep 23 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-2.sme |
37 |
|
- Fix typo in cron template - Zsolt Vasarhelyi [SME:11542] |
38 |
|
|
39 |
* Fri Apr 09 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-1.sme |
* Fri Apr 09 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-1.sme |
40 |
- First Import to SME Contribs [SME: 11542] |
- First Import to SME Contribs [SME: 11542] |
41 |
- Template crontab |
- Template crontab |
47 |
%prep |
%prep |
48 |
|
|
49 |
%setup |
%setup |
50 |
#%patch0 -p1 |
%patch1 -p1 |
51 |
#%patch1 -p1 |
%patch2 -p1 |
52 |
#%patch2 -p1 |
%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) |