Author: glen Date: Thu Oct 18 20:43:21 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - new, unfinished
---- Files affected: SPECS: htmlpurifier.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/htmlpurifier.spec diff -u /dev/null SPECS/htmlpurifier.spec:1.1 --- /dev/null Thu Oct 18 22:43:21 2007 +++ SPECS/htmlpurifier.spec Thu Oct 18 22:43:16 2007 @@ -0,0 +1,44 @@ +# $Revision$, $Date$ +Summary: Standards-compliant HTML filter library written in PHP +Name: htmlpurifier +Version: 2.1.2 +Release: 0.1 +License: GPL +Group: Development/Languages/PHP +Source0: http://htmlpurifier.org/releases/%{name}-%{version}.zip +# Source0-md5: b5cbe4cb5717c671ab00fb74cbc7f12e +URL: http://htmlpurifier.org/ +BuildRequires: rpmbuild(macros) >= 1.268 +Requires: php-common +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +HTML Purifier is a standards-compliant HTML filter library written in +PHP. HTML Purifier will not only remove all malicious code (better +known as XSS) with a thoroughly audited, secure yet permissive +whitelist, it will also make sure your documents are standards +compliant, something only achievable with a comprehensive knowledge of +W3C's specifications. + +%prep +%setup -q + +%install +rm -rf $RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) + +%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 2007/10/18 20:43:16 glen +- new, unfinished + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
