1 |
jcrisp |
1.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 1 |
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 |
|
|
|
21 |
|
|
AutoReqProv: no |
22 |
|
|
%description |
23 |
|
|
This package provides templates for a program to notify senders |
24 |
|
|
about email that has been held in the qmail queue |
25 |
|
|
|
26 |
|
|
%changelog |
27 |
|
|
* Fri Apr 09 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 2.0.0-1.sme |
28 |
|
|
- First Import to SME Contribs [SME: 11542] |
29 |
|
|
- Template crontab |
30 |
|
|
- DB configuration enabled, hours, nminutes, alt filename |
31 |
|
|
|
32 |
|
|
* Thu Aug 29 2002 Peter Schubert <psc@s-a-c-o.de> 1.0.0-01 |
33 |
|
|
- First release |
34 |
|
|
|
35 |
|
|
%prep |
36 |
|
|
|
37 |
|
|
%setup |
38 |
|
|
#%patch0 -p1 |
39 |
|
|
#%patch1 -p1 |
40 |
|
|
#%patch2 -p1 |
41 |
|
|
|
42 |
|
|
%build |
43 |
|
|
|
44 |
|
|
%install |
45 |
|
|
rm -rf $RPM_BUILD_ROOT |
46 |
|
|
|
47 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
48 |
|
|
rm -f e-smith-%{version}-filelist |
49 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
50 |
|
|
|
51 |
|
|
%clean |
52 |
|
|
rm -rf $RPM_BUILD_ROOT |
53 |
|
|
|
54 |
|
|
%files -f %{name}-%{version}-filelist |
55 |
|
|
|
56 |
|
|
%defattr(-,root,root) |
57 |
|
|
|
58 |
|
|
%pre |
59 |
|
|
|
60 |
|
|
%post |
61 |
|
|
/sbin/e-smith/expand-template /etc/crontab |
62 |
|
|
|
63 |
|
|
%preun |
64 |
|
|
|
65 |
|
|
%postun |