From 7137aa016e9991021f1d36959c882dd82cc3a618 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 02 2019 20:15:37 +0000 Subject: import perl-HTML-Tree-5.03-2.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7dd4843 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/HTML-Tree-5.03.tar.gz diff --git a/.perl-HTML-Tree.metadata b/.perl-HTML-Tree.metadata new file mode 100644 index 0000000..1d7e06c --- /dev/null +++ b/.perl-HTML-Tree.metadata @@ -0,0 +1 @@ +eb9aae88501f8158440eb98bcb979a57c08c2be5 SOURCES/HTML-Tree-5.03.tar.gz diff --git a/SPECS/perl-HTML-Tree.spec b/SPECS/perl-HTML-Tree.spec new file mode 100644 index 0000000..4852e43 --- /dev/null +++ b/SPECS/perl-HTML-Tree.spec @@ -0,0 +1,188 @@ +Name: perl-HTML-Tree +Epoch: 1 +Version: 5.03 +Release: 2%{?dist} +Summary: HTML tree handling modules for Perl +Group: Development/Libraries +License: GPL+ or Artistic +URL: http://search.cpan.org/dist/HTML-Tree/ +Source0: http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/HTML-Tree-%{version}.tar.gz +BuildArch: noarch +BuildRequires: perl +BuildRequires: perl(base) +BuildRequires: perl(Carp) +BuildRequires: perl(constant) +BuildRequires: perl(Encode) +BuildRequires: perl(Exporter) +BuildRequires: perl(HTML::Entities) +BuildRequires: perl(HTML::Parser) >= 3.46 +BuildRequires: perl(HTML::Tagset) >= 3.02 +BuildRequires: perl(integer) +BuildRequires: perl(LWP::UserAgent) +BuildRequires: perl(Module::Build) +BuildRequires: perl(Scalar::Util) +BuildRequires: perl(strict) +BuildRequires: perl(Test::Fatal) +BuildRequires: perl(Test::More) +BuildRequires: perl(Test::Pod) >= 1.00 +BuildRequires: perl(URI::file) +BuildRequires: perl(vars) +BuildRequires: perl(warnings) +%if !%{defined perl_bootstrap} +# HTML::FormatText (perl-HTML-Format) has BR: perl(HTML::TreeBuilder) from this package +BuildRequires: perl(HTML::FormatText) +%if ! (0%{?rhel} >= 7) +# perl-Test-LeakTrace -> perl-Test-Valgrind -> perl-XML-Twig -> perl-HTML-Tree +BuildRequires: perl(Test::LeakTrace) +%endif +%endif +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) +Requires: perl(HTML::FormatText) +Requires: perl(LWP::UserAgent) +Requires: perl(Scalar::Util) + +%description +This distribution contains a suite of modules for representing, +creating, and extracting information from HTML syntax trees; there is +also relevant documentation. These modules used to be part of the +libwww-perl distribution, but are now unbundled in order to facilitate +a separate development track. + +%prep +%setup -q -n HTML-Tree-%{version} + +%build +perl Build.PL installdirs=vendor +./Build + +%install +./Build install destdir="%{buildroot}" create_packlist=0 +%{_fixperms} %{buildroot} + +%check +./Build test + +%files +%doc Changes README TODO +%{_bindir}/htmltree +%{perl_vendorlib}/HTML +%{_mandir}/man3/HTML::*3* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1:5.03-2 +- Mass rebuild 2013-12-27 + +* Thu Aug 01 2013 Petr Šabata - 1:5.03-1.1 +- Fix the dependency list + +* Mon Nov 12 2012 Petr Šabata - 1:5.03-1 +- 5.03 bump + +* Tue Oct 16 2012 Petr Pisar - 1:5.02-6 +- Do not build-require Test::LeakTrace on RHEL >= 7 + +* Fri Jul 20 2012 Fedora Release Engineering - 1:5.02-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Tue Jul 17 2012 Paul Howarth - 1:5.02-4 +- Don't BR: perl(Test::LeakTrace) when bootstrapping +- Don't use macros for commands +- Don't need to remove empty directories from the buildroot +- Drop explicit provides for perl(HTML::Tree) now that CPAN and RPM versions + are back in sync + +* Tue Jul 10 2012 Petr Pisar - 1:5.02-3 +- Perl 5.16 re-rebuild of bootstrapped packages + +* Mon Jul 09 2012 Petr Pisar - 1:5.02-2 +- Perl 5.16 rebuild +- Break dependency cycle with perl-HTML-FormatText during bootstrap + +* Mon Jul 2 2012 Tom Callaway - 1:5.02-1 +- update to 5.02 + +* Wed Jun 13 2012 Petr Pisar - 1:4.2-5 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1:4.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Thu Jul 21 2011 Petr Sabata - 1:4.2-3 +- Perl mass rebuild + +* Wed Jul 20 2011 Petr Sabata - 1:4.2-2 +- Perl mass rebuild + +* Tue Jun 28 2011 Tom Callaway - 1:4.2-1 +- update to 4.2 + +* Tue Jun 21 2011 Marcela Mašláňová - 1:4.1-3 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 1:4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Dec 1 2010 Tom "spot" Callaway - 1:4.1-1 +- update to 4.1 + +* Mon Oct 18 2010 Marcela Mašláňová - 1:3.40-1 +- update, adjust specfile to use Build.PL + +* Sun May 02 2010 Marcela Maslanova - 1:3.23-11 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 1:3.23-10 +- rebuild against perl 5.10.1 + +* Mon Sep 28 2009 Tom "spot" Callaway - 1:3.23-9 +- apply Jeff Fearn's fix for the missing close tag bug (bz 535587) + +* Sat Jul 25 2009 Fedora Release Engineering - 1:3.23-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1:3.23-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1:3.23-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Nov 20 2008 Tom "spot" Callaway - 1:3.23-5 +- fix source url + +* Wed Feb 27 2008 Tom "spot" Callaway - 1:3.23-4 +- Rebuild for perl 5.10 (again) + +* Sun Jan 20 2008 Tom "spot" Callaway 3.23-3 +- rebuild for new perl + +* Sun Aug 26 2007 Tom "spot" Callaway 3.23-2 +- license tag fix + +* Wed Jan 17 2007 Tom "spot" Callaway 3.23-1 +- bump to 3.23 + +* Fri Sep 15 2006 Tom "spot" Callaway 3.21-1 +- bump to 3.21 + +* Tue Jul 11 2006 Tom "spot" Callaway 3.20-2 +- bump epoch to ensure clean upgrades + +* Fri Jul 7 2006 Tom "spot" Callaway 3.20-1 +- bump to 3.20 + +* Mon Jan 16 2006 Ralf Corsépius - 3.1901-2 +- BR: perl(Test::Pod). + +* Mon Jan 16 2006 Ralf Corsépius - 3.1901-1 +- Spec cleanup. +- Filter Provides: perl(main). +- Upstream update. + +* Fri Apr 7 2005 Michael Schwendt +- rebuilt + +* Tue Jan 4 2005 Ville Skyttä - 0:3.18-2 +- Don't install htmltree into %%{_bindir} but include it in docs. + +* Sat Dec 4 2004 Ville Skyttä - 0:3.18-0.fdr.1 +- First build.