Name: perl-HTML-Tagset Version: 3.10 Release: 8%{?dist} Summary: HTML::Tagset - data tables useful in parsing HTML Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/HTML-Tagset/ Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(ExtUtils::MakeMaker), perl(Test::Pod) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description This module contains several data tables useful in various kinds of HTML parsing operations, such as tag and entity names. %prep %setup -q -n HTML-Tagset-%{version} %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';' chmod -R u+w $RPM_BUILD_ROOT/* %check make test %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc Changes README %{perl_vendorlib}/HTML/ %{_mandir}/man3/HTML::Tagset.3pm* %changelog * Wed Feb 27 2008 Tom "spot" Callaway - 3.10-8 - Rebuild for perl 5.10 (again) * Sun Jan 20 2008 Tom "spot" Callaway - 3.10-7 - rebuild for new perl * Wed Aug 29 2007 Robin Norwood - 3.10-6 - Update license tag - Add BuildRequires * Mon Feb 05 2007 Robin Norwood - 3.10-5 - perl(Test::Pod) doesn't exist in our buildroots because it isn't in core. Removing for now. * Sun Feb 04 2007 Robin Norwood - 3.10-4 - Also add BuildRequires suggested by Jose. * Sat Feb 3 2007 Jose Pedro Oliveira - 3.10-3 - Minor corrections. * Wed Jul 12 2006 Jesse Keating - 3.10-2.1.1 - rebuild * Fri Feb 03 2006 Jason Vas Dias - 3.10-2.1 - rebuild for new perl-5.8.8 * Tue Jan 10 2006 Jason Vas Dias - 3.10-1 - fix bug 176720: upgrade to 3.10 - make .spec file conform to fedora-rpmdevtools spectemplate-perl.spec * Fri Dec 16 2005 Jesse Keating - rebuilt for new gcc * Fri Dec 16 2005 Jesse Keating - rebuilt for new gcj * Wed Mar 30 2005 Warren Togami - remove brp-compress * Tue Mar 29 2005 Robert Scheck 3.04-1 - upgrade to 3.04 and spec file cleanup (#140914, #150360) * Wed Sep 22 2004 Chip Turner 3.03-30 - rebuild * Fri Feb 13 2004 Elliot Lee - rebuilt * Thu Jan 23 2003 Tim Powers 3.03-28 - rebuild * Tue Aug 6 2002 Chip Turner - automated release bump and build * Wed Jan 09 2002 Tim Powers - automated rebuild * Mon Apr 30 2001 Chip Turner - Spec file was autogenerated.