Author: glen Date: Mon Dec 20 15:08:30 2010 GMT Module: packages Tag: HEAD ---- Log message: - 2.0.10 tarball fetch
---- Files affected: packages/policyd: policyd.spec (1.10 -> 1.11) ---- Diffs: ================================================================ Index: packages/policyd/policyd.spec diff -u packages/policyd/policyd.spec:1.10 packages/policyd/policyd.spec:1.11 --- packages/policyd/policyd.spec:1.10 Tue Feb 13 09:06:41 2007 +++ packages/policyd/policyd.spec Mon Dec 20 16:08:25 2010 @@ -1,27 +1,27 @@ +# $Revision$, $Date$ # $Id$ # -# TODO: upgrade database smooth -# smart updates tables from older to newer version of policyd -# -# TODO: mysql and postfix info, see: -# /etc/rc.d/init.d/policyd init -# -# Not Finished Yet, reject STBR. +# TODO: +# - upgrade database smooth +# smart updates tables from older to newer version of policyd +# TODO +# - mysql and postfix info, see: +# /etc/rc.d/init.d/policyd init # Summary: Policyd - an anti-spam plugin for Postfix Summary(pl.UTF-8): Policyd - wtyczka antyspamowa dla Postfiksa Name: policyd -Version: 1.70 -Release: 0.2 +Version: 2.0.10 +Release: 0.1 License: GPL v2 Group: Networking -Source0: http://policyd.sourceforge.net/%{name}-v%{version}.tar.gz -# Source0-md5: e10648392fe7f54456065e159eab8305 -Source1: policyd.cron -Source2: policyd.sysconfig -Source3: policyd.conf -Source4: policyd.init -URL: http://policyd.sourceforge.net/ +Source0: http://downloads.sourceforge.net/policyd/cluebringer-%{version}.tar.bz2 +# Source0-md5: cdff8f8e7c0e95143f7108159aed80c6 +Source1: %{name}.cron +Source2: %{name}.sysconfig +Source3: %{name}.conf +Source4: %{name}.init +URL: http://www.policyd.org/ BuildRequires: mysql-devel BuildRequires: zlib-devel Requires(pre): /bin/id @@ -37,11 +37,15 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Policyd is an anti-spam plugin for Postfix that does greylisting, -sender-(envelope, SASL or host/IP)-based throttling (on messages -and/or volume per defined time unit), recipient rate limiting, -spamtrap monitoring/blacklisting, HELO auto blacklisting and HELO -randomization preventation. +Policyd v2 (codenamed "cluebringer") is a multi-platform policy server +for popular MTAs. This policy daemon is designed mostly for large +scale mail hosting environments. The main goal is to implement as many +spam combating and email compliance features as possible while at the +same time maintaining the portability, stability and performance +required for mission critical email hosting of today. Most of the +ideas and methods implemented in Policyd v2 stem from Policyd v1 +aswell as the authors' long time involvement in large scale mail +hosting industry. %description -l pl.UTF-8 Policyd to wtyczka antyspamowa dla Postfiksa obsługująca szare listy, @@ -53,7 +57,7 @@ HELO. %prep -%setup -q -n %{name}-v%{version} +%setup -q -n cluebringer-%{version} %build %{__make} build \ @@ -65,12 +69,12 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_libdir}/%{name},%{_sysconfdir}/%{name},/etc/rc.d/init.d,/etc/sysconfig,/etc/cron.hourly} -install policyd cleanup $RPM_BUILD_ROOT%{_libdir}/%{name} -install policyd.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.conf-dist -install %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.hourly/%{name} -install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name} -install %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.conf -install %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} +install -p policyd cleanup $RPM_BUILD_ROOT%{_libdir}/%{name} +cp -a policyd.conf $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.conf-dist +cp -a %{SOURCE1} $RPM_BUILD_ROOT/etc/cron.hourly/%{name} +cp -a %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/%{name} +cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/%{name}.conf +install -p %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name} %clean rm -rf $RPM_BUILD_ROOT @@ -113,11 +117,15 @@ %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} %attr(754,root,root) /etc/rc.d/init.d/%{name} +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.11 2010/12/20 15:08:25 glen +- 2.0.10 tarball fetch + Revision 1.10 2007/02/13 08:06:41 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/policyd/policyd.spec?r1=1.10&r2=1.11&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
