%perl_module HTML-TokeParser-Simple 2.2 3
Summary: Easy to use HTML::TokeParser interface.
License: Artistic
Group: System Environment/Libraries
URL: http://search.cpan.org/dist/%{pkgname}
Source: http://search.cpan.org/CPAN/authors/id/O/OV/OVID/%{pkgname}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch
BuildRequires: perl(HTML::TokeParser), perl(Test::More)
%description
HTML::TokeParser::Simple is a subclass of HTML::TokeParser that uses
easy-to-remember method calls to work with the tokens.
%prep
%setup -q -n %{pkgname}-%{version}
%build
%perl_configure
make
%perl_makecheck
%install
rm -rf %{buildroot}
%perl_makeinstall
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README* Changes
%{perl_vendorlib}/HTML/TokeParser/Simple.pm
%{perl_man3dir}/HTML::TokeParser::Simple.3pm*
%changelog
* Fri Aug 27 2004 Axel Thimm
- Initial build.