rebuilt with perl 5.24 [release 3.72-2mamba;Wed Nov 09 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 09:05:55 +01:00
parent 1d0e1e2df3
commit e35b107583

View File

@ -1,6 +1,6 @@
Name: perl-HTML-Parser Name: perl-HTML-Parser
Version: 3.72 Version: 3.72
Release: 1mamba Release: 2mamba
Summary: HTML::Parser - A perl module for HTML parsing Summary: HTML::Parser - A perl module for HTML parsing
Group: System/Libraries/Perl Group: System/Libraries/Perl
Vendor: openmamba Vendor: openmamba
@ -9,8 +9,12 @@ Packager: Davide Madrisan <davide.madrisan@gmail.com>
URL: http://www.cpan.org URL: http://www.cpan.org
Source: http://cpan.perl.org/authors/id/G/GA/GAAS//HTML-Parser-%{version}.tar.gz Source: http://cpan.perl.org/authors/id/G/GA/GAAS//HTML-Parser-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: perl-HTML-Tagset BuildRequires: perl-HTML-Tagset
BuildRequires: perl BuildRequires: perl-devel
## AUTOBUILDREQ-END
Requires: perl >= %perl_major_ver Requires: perl >= %perl_major_ver
Requires: perl-HTML-Tagset Requires: perl-HTML-Tagset
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -24,7 +28,7 @@ A perl module for HTML parsing
%build %build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
%make %make
%ifnarch arm %ifnarch arm aarch64
%make test %make test
%endif %endif
@ -49,6 +53,9 @@ done
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 3.72-2mamba
- rebuilt with perl 5.24
* Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 3.72-1mamba * Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 3.72-1mamba
- automatic update by autodist - automatic update by autodist