Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 71fb52d171a6c7486a6be83dbcf03805 > files > 2

perl-HTML-Scrubber-0.08-alt1.src.rpm

#
#   - HTML::Scrubber -
#   This spec file was automatically generated by cpan2rpm [ver: 2.027]
#   (ALT Linux revision)
#   The following arguments were used:
#       HTML::Scrubber
#   For more information on cpan2rpm please visit: http://perl.arix.com/
#

%define module HTML-Scrubber
%define m_distro HTML-Scrubber
%define m_name HTML::Scrubber
%define m_author_id unknown
%define _enable_test 1

Name: perl-HTML-Scrubber
Version: 0.08
Release: alt1

Summary: HTML-Scrubber - Perl extension for scrubbing/sanitizing html

License: Artistic
Group: Development/Perl
Url: http://www.cpan.org

Packager: Vitaly Lipatov <lav@altlinux.ru>

BuildArch: noarch
Source: %m_distro-%version.tar.gz

# Automatically added by buildreq on Tue Jun 07 2005
BuildRequires: perl-HTML-Parser perl-devel

%description
If you wanna "scrub" or "sanitize" html input
in a reliable an flexible fashion,
then this module is for you.

I wasn't satisfied with HTML::Sanitizer because it is
based on HTML::TreeBuilder,
so I thought I'd write something similar
that works directly with HTML::Parser.

%prep
%setup -q -n %m_distro-%version
%build
%perl_vendor_build

%install
%perl_vendor_install

%files
%perl_vendor_privlib/*
%perl_vendor_man3dir/*

%changelog
* Tue Jun 07 2005 Vitaly Lipatov <lav@altlinux.ru> 0.08-alt1
- first build for ALT Linux Sisyphus