1 |
Name: qmail-notify |
2 |
Summary: Delayed delivery notification for qmail |
3 |
Version: 0.93 |
4 |
Release: 5 |
5 |
License: GPLv2+ |
6 |
Group: Applications/System |
7 |
Source: http://untroubled.org/qmail-notify/%{name}-%{version}.tar.gz |
8 |
# Patch0: qmail-notify-0.93-locale_is_french.patch |
9 |
BuildRoot: %{_tmppath}/%{name}-root |
10 |
URL: http://em.ca/~bruceg/qmail-notify/ |
11 |
|
12 |
%description |
13 |
This package contains a program to notify senders about email that has |
14 |
been held in the qmail queue. |
15 |
|
16 |
%changelog |
17 |
* Fri Apr 09 2021 John Crisp <jcrisp@safeandsoundit.co.uk> 0.93-5.sme |
18 |
- Build for Koozali SME v10 [SME: 11541] |
19 |
- Remove language patch |
20 |
- Use separate smeserver-qmail-notify for templates and message |
21 |
|
22 |
* Fri Nov 15 2013 Daniel Berteaud <daniel@firewall-services.com> 0.93-4 |
23 |
- Spec file cleanup |
24 |
|
25 |
* Mon Jun 20 2011 Daniel Berteaud <daniel@firewall-services.com> 0.93-3 |
26 |
- Just a release bump |
27 |
|
28 |
* Mon Jun 20 2011 Daniel Berteaud <daniel@firewall-services.com> 0.93-2 |
29 |
- Translate in french |
30 |
|
31 |
* Mon Jun 20 2011 Daniel Berteaud <daniel@firewall-services.com> 0.93-1 |
32 |
- Initial release |
33 |
|
34 |
|
35 |
%prep |
36 |
%setup -q |
37 |
#%patch0 -p1 |
38 |
echo %{_bindir} >conf-bin |
39 |
echo gcc "%{optflags}" >conf-cc |
40 |
echo gcc -s >conf-ld |
41 |
# suppress the post-upgrade;reboot message |
42 |
mkdir -p root/etc/e-smith/events/qmail-notify-update |
43 |
|
44 |
%build |
45 |
make |
46 |
|
47 |
%install |
48 |
rm -fr $RPM_BUILD_ROOT |
49 |
mkdir -p %{buildroot}%{_bindir} |
50 |
echo %{buildroot}%{_bindir} >conf-bin |
51 |
rm -f installer instcheck conf_bin.c insthier.o |
52 |
make installer instcheck |
53 |
./installer |
54 |
./instcheck |
55 |
|
56 |
#mkdir -p %{buildroot}/etc/cron.hourly |
57 |
#install -m 755 cron.hourly %{buildroot}/etc/cron.hourly/qmail-notify |
58 |
|
59 |
%clean |
60 |
rm -rf $RPM_BUILD_ROOT |
61 |
|
62 |
%files |
63 |
%defattr(-,root,root) |
64 |
%doc COPYING NEWS README |
65 |
#%config /etc/cron.hourly/* |
66 |
%{_bindir}/* |