1 |
Summary: notify senders about email that has beed held in the qmail queue |
2 |
%define name smeserver-qmail-notify |
3 |
Name: %{name} |
4 |
%define version 2.0.0 |
5 |
%define release 2 |
6 |
Version: %{version} |
7 |
Release: %{release} |
8 |
License: GPLv2+ |
9 |
Group: Networking/Info |
10 |
Source: %{name}-%{version}.tar.gz |
11 |
Packager: Peter Schubert <psc@s-a-c-o.de> |
12 |
URL: http://www.saco-support.de/SME |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
15 |
BuildRequires: e-smith-devtools |
16 |
Requires: e-smith-base |
17 |
Requires: e-smith-lib |
18 |
Requires: perl |
19 |
Requires: qmail-notify |
20 |
Patch1: smeserver-qmail-notify-fix-cron-typo.patch |
21 |
|
22 |
AutoReqProv: no |
23 |
%description |
24 |
This package provides templates for a program to notify senders |
25 |
about email that has been held in the qmail queue |
26 |
|
27 |
%changelog |
28 |
* Thu Sep 23 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-2.sme |
29 |
- Fix typo in cton template [SME:11542] |
30 |
|
31 |
* Fri Apr 09 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-1.sme |
32 |
- First Import to SME Contribs [SME: 11542] |
33 |
- Template crontab |
34 |
- DB configuration enabled, hours, nminutes, alt filename |
35 |
|
36 |
* Thu Aug 29 2002 Peter Schubert <psc@s-a-c-o.de> 1.0.0-01 |
37 |
- First release |
38 |
|
39 |
%prep |
40 |
|
41 |
%setup |
42 |
%patch1 -p1 |
43 |
#%patch2 -p1 |
44 |
|
45 |
%build |
46 |
|
47 |
%install |
48 |
rm -rf $RPM_BUILD_ROOT |
49 |
|
50 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
51 |
rm -f e-smith-%{version}-filelist |
52 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
53 |
|
54 |
%clean |
55 |
rm -rf $RPM_BUILD_ROOT |
56 |
|
57 |
%files -f %{name}-%{version}-filelist |
58 |
|
59 |
%defattr(-,root,root) |
60 |
|
61 |
%pre |
62 |
|
63 |
%post |
64 |
/sbin/e-smith/expand-template /etc/crontab |
65 |
|
66 |
%preun |
67 |
|
68 |
%postun |