rebuilt with perl 5.24 [release 5.03-2mamba;Fri Nov 11 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 09:06:40 +01:00
parent 2167d598e4
commit 5663d4612f

View File

@ -2,7 +2,7 @@
Name: perl-HTML-Tree Name: perl-HTML-Tree
Version: 5.03 Version: 5.03
Release: 1mamba Release: 2mamba
Summary: HTML::Tree - build and scan parse-trees of HTML Summary: HTML::Tree - build and scan parse-trees of HTML
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
@ -11,6 +11,11 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/HTML-Tree-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/C/CJ/CJM/HTML-Tree-%{version}.tar.gz
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-HTML-Parser
BuildRequires: perl-HTML-Tagset
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl(HTML::Parser) BuildRequires: perl(HTML::Parser)
BuildRequires: perl(HTML::Tagset) BuildRequires: perl(HTML::Tagset)
BuildRequires: perl(Module::Build) BuildRequires: perl(Module::Build)
@ -33,7 +38,10 @@ creating, and extracting information from HTML syntax trees; there is also relev
%build %build
%{__perl} Build.PL installdirs=vendor %{__perl} Build.PL installdirs=vendor
./Build ./Build
%ifarch x86_64
# fails on x86
./Build test ./Build test
%endif
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -57,6 +65,9 @@ done
#%doc Changes README TODO #%doc Changes README TODO
%changelog %changelog
* Fri Nov 11 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 5.03-2mamba
- rebuilt with perl 5.24
* Sat Apr 27 2013 Automatic Build System <autodist@mambasoft.it> 5.03-1mamba * Sat Apr 27 2013 Automatic Build System <autodist@mambasoft.it> 5.03-1mamba
- update to 5.03 - update to 5.03