%define homedir %{_sysconfdir}/dcc %define cgibin %{_localstatedir}/dcc/cgibin %define libexecdir %{_libexecdir}/dcc Summary: a clients-server system for collecting checksums of mail messages. Name: dcc Version: 1.3.158 Release: 5 URL: http://www.rhyolite.com/anti-spam/dcc/ Source0: http://www.rhyolite.com/anti-spam/dcc/source/dcc.tar.Z License: distributable for non-commercial use Group: Networking/Mail BuildRoot: %{_tmppath}/%{name}-root BuildRequires: sendmail-devel %description The DCC or Distributed Checksum Clearinghouse is currently a system of many clients and more than 120 servers that collects and count checksums related to several million mail messages per day, most as seen by Internet Service Providers. The counts can be used by SMTP servers and mail user agents to detect and reject or filter spam or unsolicited bulk mail. DCC servers exchange or "flood" common checksums. The checksums include values that are constant across common variations in bulk messages, including "personalizations." %prep %setup -q -n dcc-%{version} %build export CFLAGS="%{optflags}" ./configure \ --with-installroot=%{buildroot} \ %{?_without_dccm:--disable-dccm} \ --homedir=%{homedir} \ --with-cgibin=%{cgibin} \ --libexecdir=%{libexecdir} \ --bindir=%{_bindir} \ --disable-sys-inst \ --mandir=%{_mandir} make %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc LICENSE FAQ* CHANGES %dir %{homedir} %config(noreplace) %{homedir}/dcc_conf %config(noreplace) %{homedir}/flod %config(noreplace) %{homedir}/grey_flod %config(noreplace) %{homedir}/grey_whitelist %config(noreplace) %{homedir}/ids %config(noreplace) %{homedir}/log %config(noreplace) %{homedir}/map %config(noreplace) %{homedir}/map.txt %config(noreplace) %{homedir}/whiteclnt %config(noreplace) %{homedir}/whitecommon %config(noreplace) %{homedir}/whitelist %attr(4555,root,root) %{_bindir}/cdcc %attr(4555,root,root) %{_bindir}/dccproc %attr(0555,root,root) %{_bindir}/dccif-test %{libexecdir} %{cgibin} %changelog * Fri Apr 24 2015 Scott R. Shinn 1.3.158-5 - Update to 1.3.158 * Fri May 2 2014 Scott R. Shinn 1.3.154-4 - Update to 1.3.154 * Thu Nov 21 2013 Scott R. Shinn 1.3.152-3 - Update to 1.3.152 * Thu Mar 28 2013 Scott R. Shinn 1.3.144-2 - Update to 1.3.144 * Mon Jul 23 2011 Scott R. Shinn 1.3.142-1 - Update to 1.3.142 * Wed Jun 1 2011 Scott R. Shinn 1.3.140-1 - Update to 1.3.140 * Thu Mar 10 2011 Scott R. Shinn 1.3.138-1 - Update to 1.3.138 * Wed Jan 19 2011 Scott R. Shinn 1.3.135-1 - Update to 1.3.135 * Fri Nov 26 2010 Scott R. Shinn 1.3.134-1 - Update to 1.3.134 * Fri Mar 15 2010 Scott R. Shinn 1.3.120-1 - My once a year update for DCC - update to 1.3.120 * Fri Mar 13 2009 Scott R. Shinn 1.3.103-1 - update to 1.3.103 * Wed Sep 24 2008 Scott R. Shinn 1.3.95-1 - update to 1.3.95 * Wed Jun 18 2008 Scott R. Shinn 1.3.92-1 - update to 1.3.92 * Tue Mar 11 2008 Scott R. Shinn 1.3.86-1 - update to 1.3.86 * Mon Feb 21 2008 Scott R. Shinn 1.3.82-1 - update to 1.3.82 * Mon Feb 18 2008 Scott R. Shinn 1.3.80-1 - update to 1.3.80 * Sat Dec 8 2007 Scott R. Shinn 1.3.76-1 - update to 1.3.76 * Sat Dec 1 2007 Scott R. Shinn 1.3.75-1 - update to 1.3.75 * Wed Nov 21 2007 Scott R. Shinn 1.3.73-1 - update to 1.3.73 * Sat Aug 25 2007 Scott R. Shinn 1.3.59-1 - update to 1.3.59 * Sat Apr 28 2007 Scott R. Shinn 1.3.55-1 - update to 1.3.55 * Wed Feb 21 2007 Scott R. Shinn 1.3.52-1 - update to 1.3.52 * Fri Apr 21 2006 Scott R. Shinn 1.3.45-1 - update to 1.3.45 * Fri Apr 21 2006 Scott R. Shinn 1.3.31-1 - update to 1.3.31 * Wed Oct 12 2005 Scott R. Shinn 1.3.20-1 - update to 1.3.20 * Thu May 26 2005 Scott R. Shinnn - update to 1.3.5 * Sun Apr 3 2005 Axel Thimm - Update to 1.3.0. * Sun Mar 6 2005 Axel Thimm - Update to 1.2.71. * Mon Jan 17 2005 Axel Thimm - Update to 1.2.67. * Fri Dec 17 2004 Axel Thimm - Update to 1.2.64. * Tue Nov 2 2004 Axel Thimm - Update to 1.2.58. * Fri Oct 22 2004 Axel Thimm - Update to 1.2.57. * Thu Sep 16 2004 Axel Thimm - Update to 1.2.53. * Mon May 31 2004 Axel Thimm - Update to 1.2.49. * Mon May 3 2004 Axel Thimm - Updated to 1.2.47. * Sat Apr 3 2004 Axel Thimm - Update to 1.2.39. * Fri May 2 2003 Axel Thimm - Initial build.