/[smecontribs]/rpms/smeserver-qmail-notify/contribs10/smeserver-qmail-notify.spec
ViewVC logotype

Annotation of /rpms/smeserver-qmail-notify/contribs10/smeserver-qmail-notify.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.2 - (hide annotations) (download)
Thu Sep 23 15:20:41 2021 UTC (2 years, 8 months ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-qmail-notify-2_0_0-2
Changes since 1.1: +6 -3 lines
fix crontab template typo

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 jcrisp 1.2 %define release 2
6 jcrisp 1.1 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 jcrisp 1.2 Patch1: smeserver-qmail-notify-fix-cron-typo.patch
21 jcrisp 1.1
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 jcrisp 1.2 * 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 jcrisp 1.1 * 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 jcrisp 1.2 %patch1 -p1
43 jcrisp 1.1 #%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

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed