Summary: notify senders about email that has beed held in the qmail queue %define name smeserver-qmail-notify Name: %{name} %define version 2.0.0 %define release 2 Version: %{version} Release: %{release} License: GPLv2+ Group: Networking/Info Source: %{name}-%{version}.tar.gz Packager: Peter Schubert URL: http://www.saco-support.de/SME BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch BuildRequires: e-smith-devtools Requires: e-smith-base Requires: e-smith-lib Requires: perl Requires: qmail-notify Patch1: smeserver-qmail-notify-fix-cron-typo.patch AutoReqProv: no %description This package provides templates for a program to notify senders about email that has been held in the qmail queue %changelog * Thu Sep 23 2021 John Crisp 2.0.0-2.sme - Fix typo in cton template [SME:11542] * Fri Apr 09 2021 John Crisp 2.0.0-1.sme - First Import to SME Contribs [SME: 11542] - Template crontab - DB configuration enabled, hours, nminutes, alt filename * Thu Aug 29 2002 Peter Schubert 1.0.0-01 - First release %prep %setup %patch1 -p1 #%patch2 -p1 %build %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) rm -f e-smith-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist %clean rm -rf $RPM_BUILD_ROOT %files -f %{name}-%{version}-filelist %defattr(-,root,root) %pre %post /sbin/e-smith/expand-template /etc/crontab %preun %postun