]> git.pld-linux.org Git - SPECS.git/blob - qmail-notify.spec
SPECS updated Sun 1 Aug 20:13:02 CEST 2021
[SPECS.git] / qmail-notify.spec
1 Summary:        Delayed delivery notification for qmail
2 Summary(pl.UTF-8):      Powiadamianie o opóźnionym dostarczaniu poczty dla qmaila
3 Name:           qmail-notify
4 Version:        0.93
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://untroubled.org/qmail-notify/%{name}-%{version}.tar.gz
9 # Source0-md5:  5afe9ac9fac10e999a278c78f17e31b0
10 Source1:        %{name}.1
11 URL:            http://untroubled.org/qmail-notify/
12 Requires:       qmail
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 This package contains a program to notify senders about email that has
17 been held in the qmail queue.
18
19 %description -l pl.UTF-8
20 Ten pakiet zawiera program informujący nadawców o poczcie, która
21 utkwiła w kolejce qmaila.
22
23 %prep
24 %setup -q
25
26 %build
27 echo %{_bindir} >conf-bin
28 echo "%{__cc} %{rpmcflags}" >conf-cc
29 echo "%{__cc} %{rpmldflags}" >conf-ld
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT%{_bindir}
35
36 echo $RPM_BUILD_ROOT%{_bindir} >conf-bin
37 rm -f installer instcheck conf_bin.c insthier.o
38 %{__make} installer instcheck
39 ./installer
40 ./instcheck
41
42 install -d $RPM_BUILD_ROOT%{_sysconfdir}/cron.hourly
43 install -d $RPM_BUILD_ROOT%{_mandir}/man1
44 install -m 755 cron.hourly $RPM_BUILD_ROOT%{_sysconfdir}/cron.hourly/qmail-notify
45 install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/man1
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc COPYING NEWS README
53 %config /etc/cron.hourly/*
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/*
This page took 0.1118 seconds and 3 git commands to generate.