comparison dnsbl.spec.in @ 221:21037aa3aae5

try to build proper rpm by avoiding auto requires, revert to only libresolv.a
author Carl Byington <carl@five-ten-sg.com>
date Sun, 28 Dec 2008 08:12:55 -0800
parents 784030ac71f1
children da9e7f1c8160
comparison
equal deleted inserted replaced
220:495cfe5caead 221:21037aa3aae5
7 License: GPLv3+ 7 License: GPLv3+
8 Group: System Environment/Daemons 8 Group: System Environment/Daemons
9 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz 9 Source: http://www.five-ten-sg.com/%{name}/packages/%{name}-%{version}.tar.gz
10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) 10 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
11 URL: http://www.five-ten-sg.com/%{name}/ 11 URL: http://www.five-ten-sg.com/%{name}/
12 AutoReqProv: no
12 13
13 Requires(pre): /usr/sbin/useradd 14 Requires(pre): /usr/sbin/useradd
14 Requires(pre): /usr/bin/getent 15 Requires(pre): /usr/bin/getent
15 Requires(postun): /usr/sbin/userdel 16 Requires(postun): /usr/sbin/userdel
16 Requires(post,preun): /sbin/chkconfig 17 Requires(post,preun): /sbin/chkconfig
17 Requires(post,preun): /sbin/service 18 Requires(post,preun): /sbin/service
18 BuildRequires: sendmail-devel >= 8.12.1 19 BuildRequires: sendmail-devel >= 8.12.1
19 Requires: sendmail >= 8.12.1 20 Requires: sendmail >= 8.12.1
20 Requires: sendmail-cf 21 Requires: sendmail-cf
21 Requires: spamassassin 22 Requires: spamassassin
23 Requires: libc.so.6, libgcc_s.so.1, libm.so.6, libpthread.so.0, libstdc++.so.6
24
22 25
23 %description 26 %description
24 We present here a mechanism whereby the backup mail server can use the 27 We present here a mechanism whereby the backup mail server can use the
25 correct set of DNSBLs for each recipient for each message. As a 28 correct set of DNSBLs for each recipient for each message. As a
26 side-effect, it gives us the ability to customize the set of DNSBLs on 29 side-effect, it gives us the ability to customize the set of DNSBLs on