%define pkg_name HTML-Strip
%define pkg_version 1.06
%define rpm_pkg_version 1.06
%define rpm_pkg_release 2.n0i.10
Summary: Perl extension for stripping HTML markup from text
Name: perl-%{pkg_name}
Version: %{rpm_pkg_version}
Release: %{rpm_pkg_release}%{?cpan_version}%{?dist}
Group: Development/Libraries
License: Artistic
URL: http://search.cpan.org/dist/%{pkg_name}/
Source0: http://www.cpan.org/authors/id/K/KI/KILINRAX/%{pkg_name}-%{pkg_version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: reb00t-rpmdevtools
BuildRequires: perl(ExtUtils::MakeMaker)
%description
This module simply strips HTML-like markup from text in a very quick and
brutal manner. It could quite easily be used to strip XML or SGML from text as
well; but removing HTML markup is a much more common problem, hence this
module lives in the HTML:: namespace.
%prep
%setup -q -n %{pkg_name}-%{pkg_version}
%build
%{perl_build}
%{!?_without_test:%{__make} test}
%install
%{__rm} -rf $RPM_BUILD_ROOT
%{perl_install}
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{perl_files}
%doc Changes README
%changelog
* Tue May 22 2007 Marius Feraru - 1.06-2.n0i.10
- spec file (re)created using N0i::CPAN::RPMizer v1.14.7
- mass rebuild
* Sat Mar 04 2006 Marius Feraru - 1.06-1.n0i.9
- version 1.06
* Wed Jul 27 2005 Marius Feraru 1.04-2.n0i.8
- spec file (re)created using N0i::CPAN::RPMizer/1.01
- rebuild on perl 5.8.7
* Sun Mar 20 2005 Marius Feraru 0:1.04-1.n0i.7
- automatic rebuild (perl 5.8.6)
* Mon Feb 07 2005 Marius Feraru 0:1.04-1.n0i.6
- version 1.04
* Sun Dec 05 2004 Marius Feraru 0:1.02-1.n0i.5
- automatic rebuild (perl 5.8.6)
* Wed May 05 2004 Marius Feraru 0:1.02-1.n0i.4
- spec file (re?)created using N0i::CPAN::RPMizer/2004050401
- rebuild (perl 5.8.4)
* Wed Feb 25 2004 Marius FERARU 0:1.02-1.n0i.3
- version 1.02
* Sun Feb 01 2004 Marius FERARU 0:1.01-0.n0i.2
- spec file (re?)created using N0i::CPAN::RPMizer/2004011001
* Fri Sep 26 2003 Marius FERARU 1.01-0.n0i
- version 1.01
- spec file (re?)created using N0i::CPAN::RPMizer/2003092601