Author: glen Date: Sun Jun 18 10:50:03 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - new; probably need some config hooks
---- Files affected: SPECS: bad-behaviour.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/bad-behaviour.spec diff -u /dev/null SPECS/bad-behaviour.spec:1.1 --- /dev/null Sun Jun 18 12:50:03 2006 +++ SPECS/bad-behaviour.spec Sun Jun 18 12:49:58 2006 @@ -0,0 +1,49 @@ +# $Revision$, $Date$ +Summary: PHP-based software which blocks automated link spam +Name: bad-behavior +Version: 1.2.4 +Release: 0.7 +License: GPL v2 +Group: Applications/WWW +Source0: http://www.homelandstupidity.us/download/%{name}-%{version}.zip +# Source0-md5: 2f7db82336542af415d59d7b0a52687f +URL: http://www.homelandstupidity.us/software/bad-behavior/ +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _appdir %{_datadir}/php/%{name} + +%description +Bad Behavior is a set of PHP scripts which prevents spambots from +accessing your site by analyzing their actual HTTP requests and +comparing them to profiles from known spambots. It goes far beyond +User-Agent and Referer, however. Bad Behavior is available for several +PHP-based software packages, and also can be integrated in seconds +into any PHP script. + +%prep +%setup -qcT -n %{name} +%{__unzip} -qq -a %{SOURCE0} -d .. + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT%{_appdir} +cp -a *.php $RPM_BUILD_ROOT%{_appdir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README.txt +%{_appdir} + +%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.1 2006/06/18 10:49:58 glen +- new; probably need some config hooks + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
