03fb72
Name:           perl-HTML-Tagset
03fb72
Version:        3.20
03fb72
Release:        15%{?dist}
03fb72
Summary:        HTML::Tagset - data tables useful in parsing HTML
03fb72
Group:          Development/Libraries
03fb72
License:        GPL+ or Artistic
03fb72
URL:            http://search.cpan.org/dist/HTML-Tagset/
03fb72
Source0:        http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/HTML-Tagset-%{version}.tar.gz
03fb72
BuildArch:      noarch
03fb72
BuildRequires:  perl(ExtUtils::MakeMaker)
03fb72
BuildRequires:  perl(Test)
03fb72
BuildRequires:  perl(Test::More)
03fb72
# Test::Pod -> Pod::Simple -> HTML::Entities (HTML::Parser) -> HTML::Tagset
03fb72
%if 0%{!?perl_bootstrap:1}
03fb72
BuildRequires:  perl(Test::Pod)
03fb72
%endif
03fb72
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
03fb72
03fb72
%description
03fb72
This module contains several data tables useful in various kinds of
03fb72
HTML parsing operations, such as tag and entity names.
03fb72
03fb72
%prep
03fb72
%setup -q -n HTML-Tagset-%{version}
03fb72
03fb72
%build
03fb72
perl Makefile.PL INSTALLDIRS=vendor
03fb72
make %{?_smp_mflags}
03fb72
03fb72
%install
03fb72
make pure_install DESTDIR=%{buildroot}
03fb72
find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
03fb72
find %{buildroot} -depth -type d -exec rmdir {} ';' 2>/dev/null
03fb72
%{_fixperms} %{buildroot}
03fb72
03fb72
%check
03fb72
make test
03fb72
03fb72
%files
03fb72
%doc Changes README
03fb72
%{perl_vendorlib}/HTML/
03fb72
%{_mandir}/man3/HTML::Tagset.3pm*
03fb72
03fb72
%changelog
03fb72
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.20-15
03fb72
- Mass rebuild 2013-12-27
03fb72
03fb72
* Mon Nov 12 2012 Petr Šabata <contyk@redhat.com> - 3.20-14
03fb72
- Add a missing dependency
03fb72
03fb72
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.20-13
03fb72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
03fb72
03fb72
* Tue Jul 10 2012 Petr Pisar <ppisar@redhat.com> - 3.20-12
03fb72
- Perl 5.16 re-rebuild of bootstrapped packages
03fb72
03fb72
* Fri Jun 08 2012 Petr Pisar <ppisar@redhat.com> - 3.20-11
03fb72
- Perl 5.16 rebuild
03fb72
03fb72
* Fri Jan 20 2012 Paul Howarth <paul@city-fan.org> - 3.20-10
03fb72
- Clean up spec file for modern rpmbuild:
03fb72
  - Drop BuildRoot definition
03fb72
  - Drop %%defattr
03fb72
  - Drop %%clean section
03fb72
  - Drop cleaning of buildroot in %%install
03fb72
  - Use DESTDIR rather than PERL_INSTALL_ROOT
03fb72
  - Use %%{_fixperms} macro rather than our own chmod incantation
03fb72
  - Don't use macros for commands
03fb72
- Break build dependency loop by only using perl(Test::Pod) if we're not
03fb72
  bootstrapping
03fb72
- BR: perl(Test::More)
03fb72
03fb72
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.20-9
03fb72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
03fb72
03fb72
* Sun Jun 19 2011 Marcela Mašláňová <mmaslano@redhat.com> - 3.20-8
03fb72
- Perl mass rebuild
03fb72
03fb72
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.20-7
03fb72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
03fb72
03fb72
* Fri Dec 17 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.20-6
03fb72
- Rebuild to fix problems with vendorarch/lib (#661697)
03fb72
03fb72
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 3.20-5
03fb72
- Mass rebuild with perl-5.12.0
03fb72
03fb72
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 3.20-4
03fb72
- rebuild against perl 5.10.1
03fb72
03fb72
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.20-3
03fb72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
03fb72
03fb72
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.20-2
03fb72
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
03fb72
03fb72
* Tue Dec 23 2008 Marcela Mašláňová <mmaslano@redhat.com> - 3.20-1
03fb72
- update to 3.20
03fb72
03fb72
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.10-8
03fb72
- Rebuild for perl 5.10 (again)
03fb72
03fb72
* Sun Jan 20 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 3.10-7
03fb72
- rebuild for new perl
03fb72
03fb72
* Wed Aug 29 2007 Robin Norwood <rnorwood@redhat.com> - 3.10-6
03fb72
- Update license tag
03fb72
- Add BuildRequires
03fb72
03fb72
* Mon Feb 05 2007 Robin Norwood <rnorwood@redhat.com> - 3.10-5
03fb72
- perl(Test::Pod) doesn't exist in our buildroots because it isn't in
03fb72
  core.  Removing for now.
03fb72
03fb72
* Sun Feb 04 2007 Robin Norwood <rnorwood@redhat.com> - 3.10-4
03fb72
- Also add BuildRequires suggested by Jose.
03fb72
03fb72
* Sat Feb  3 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 3.10-3
03fb72
- Minor corrections.
03fb72
03fb72
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 3.10-2.1.1
03fb72
- rebuild
03fb72
03fb72
* Fri Feb 03 2006 Jason Vas Dias <jvdias@redhat.com> - 3.10-2.1
03fb72
- rebuild for new perl-5.8.8
03fb72
03fb72
* Tue Jan 10 2006 Jason Vas Dias <jvdias@redhat.com> - 3.10-1
03fb72
- fix bug 176720: upgrade to 3.10
03fb72
- make .spec file conform to fedora-rpmdevtools spectemplate-perl.spec
03fb72
03fb72
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
03fb72
- rebuilt for new gcc
03fb72
03fb72
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com>
03fb72
- rebuilt for new gcj
03fb72
03fb72
* Wed Mar 30 2005 Warren Togami <wtogami@redhat.com>
03fb72
- remove brp-compress
03fb72
03fb72
* Tue Mar 29 2005 Robert Scheck <redhat@linuxnetz.de> 3.04-1
03fb72
- upgrade to 3.04 and spec file cleanup (#140914, #150360)
03fb72
03fb72
* Wed Sep 22 2004 Chip Turner <cturner@redhat.com> 3.03-30
03fb72
- rebuild
03fb72
03fb72
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
03fb72
- rebuilt
03fb72
03fb72
* Thu Jan 23 2003 Tim Powers <timp@redhat.com> 3.03-28
03fb72
- rebuild
03fb72
03fb72
* Tue Aug  6 2002 Chip Turner <cturner@redhat.com>
03fb72
- automated release bump and build
03fb72
03fb72
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
03fb72
- automated rebuild
03fb72
03fb72
* Mon Apr 30 2001 Chip Turner <cturner@redhat.com>
03fb72
- Spec file was autogenerated.