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