Mercurial > dnsbl
comparison dnsbl.spec.in @ 223:da9e7f1c8160
fix unsigned signed compare, back to mixed -lresolv and libresolv.a with auto requires
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 28 Dec 2008 09:15:25 -0800 |
parents | 21037aa3aae5 |
children | 3fee608becbc |
comparison
equal
deleted
inserted
replaced
222:b2a7ca398712 | 223:da9e7f1c8160 |
---|---|
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 | |
13 | 12 |
14 Requires(pre): /usr/sbin/useradd | 13 Requires(pre): /usr/sbin/useradd |
15 Requires(pre): /usr/bin/getent | 14 Requires(pre): /usr/bin/getent |
16 Requires(postun): /usr/sbin/userdel | 15 Requires(postun): /usr/sbin/userdel |
17 Requires(post,preun): /sbin/chkconfig | 16 Requires(post,preun): /sbin/chkconfig |
18 Requires(post,preun): /sbin/service | 17 Requires(post,preun): /sbin/service |
19 BuildRequires: sendmail-devel >= 8.12.1 | 18 BuildRequires: sendmail-devel >= 8.12.1 |
20 Requires: sendmail >= 8.12.1 | 19 Requires: sendmail >= 8.12.1 |
21 Requires: sendmail-cf | 20 Requires: sendmail-cf |
22 Requires: spamassassin | 21 Requires: spamassassin |
23 Requires: libc.so.6, libgcc_s.so.1, libm.so.6, libpthread.so.0, libstdc++.so.6 | |
24 | 22 |
25 | 23 |
26 %description | 24 %description |
27 We present here a mechanism whereby the backup mail server can use the | 25 We present here a mechanism whereby the backup mail server can use the |
28 correct set of DNSBLs for each recipient for each message. As a | 26 correct set of DNSBLs for each recipient for each message. As a |