5.03 bump

This commit is contained in:
Petr Šabata 2012-11-23 10:23:10 +01:00
parent d50bbd5f8c
commit c10230fb7f
3 changed files with 20 additions and 8 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@ HTML-Tree-3.23.tar.gz
/HTML-Tree-4.1.tar.gz
/HTML-Tree-4.2.tar.gz
/HTML-Tree-5.02.tar.gz
/HTML-Tree-5.03.tar.gz

View File

@ -1,21 +1,29 @@
Name: perl-HTML-Tree
Epoch: 1
Version: 5.02
Release: 6%{?dist}
Version: 5.03
Release: 1%{?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(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(LWP::UserAgent)
BuildRequires: perl(Module::Build)
# For improved tests
BuildRequires: perl(Scalar::Util)
BuildRequires: perl(Test::Exception)
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Fatal)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod) >= 1.00
BuildRequires: perl(URI::file)
%if !%{defined perl_bootstrap}
# HTML::FormatText (perl-HTML-Format) has BR: perl(HTML::TreeBuilder) from this package
BuildRequires: perl(HTML::FormatText)
@ -43,8 +51,8 @@ perl Build.PL installdirs=vendor
./Build
%install
./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
%{_fixperms} $RPM_BUILD_ROOT
./Build install destdir="%{buildroot}" create_packlist=0
%{_fixperms} %{buildroot}
%check
./Build test
@ -56,6 +64,9 @@ perl Build.PL installdirs=vendor
%{_mandir}/man3/HTML::*3*
%changelog
* Mon Nov 12 2012 Petr Šabata <contyk@redhat.com> - 1:5.03-1
- 5.03 bump
* Tue Oct 16 2012 Petr Pisar <ppisar@redhat.com> - 1:5.02-6
- Do not build-require Test::LeakTrace on RHEL >= 7

View File

@ -1 +1 @@
e82037a19710924e99acd2d14435c999 HTML-Tree-5.02.tar.gz
d9271d60b872ed6fbe68b2d0fe8c450e HTML-Tree-5.03.tar.gz