Summary: A collaborative, networked system to detect and block spam. Name: pyzor Version: 0.4.0 Release: 1 License: GPL Group: Networking/Mail URL: http://pyzor.sourceforge.net/ Source0: http://prdownloads.sourceforge.net/pyzor/%{name}-%{version}.tar.bz2 Source1: http://prdownloads.sourceforge.net/pyzor/%{name}-%{version}.tar.bz2.asc BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot BuildArchitectures: noarch BuildRequires: python-devel >= 2.2.1 #Requires: %{python_libdir} %description Pyzor is a collaborative, networked system to detect and block spam using identifying digests of messages. Pyzor initially started out to be merely a Python implementation of Razor, but due to the protocol and the fact that Razor's server is not Open Source or software libre, I decided to impelement Pyzor with a new protocol and release the entire system as Open Source and software libre. %prep %setup -q %build CFLAGS="$RPM_OPT_FLAGS" python setup.py build %install rm -rf %{buildroot} python setup.py install --root=%{buildroot} mkdir -p %{buildroot}%{_docdir}/%{name}-%{version} mv %{buildroot}%{_docdir}/%{name}/usage.html . #%python_burninversion %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc README NEWS COPYING MANIFEST usage.html %{_bindir}/pyzor %{_bindir}/pyzord %{_libdir}/python*/site-packages/pyzor %changelog * Wed Feb 9 2005 Axel Thimm - Fix python burn in (Jens Dreger ). * Fri May 2 2003 Axel Thimm - Initial build.