rebuilt with perl 5.24 [release 3.72-2mamba;Wed Nov 09 2016]
This commit is contained in:
parent
1d0e1e2df3
commit
e35b107583
@ -1,6 +1,6 @@
|
||||
Name: perl-HTML-Parser
|
||||
Version: 3.72
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: HTML::Parser - A perl module for HTML parsing
|
||||
Group: System/Libraries/Perl
|
||||
Vendor: openmamba
|
||||
@ -9,8 +9,12 @@ Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
||||
URL: http://www.cpan.org
|
||||
Source: http://cpan.perl.org/authors/id/G/GA/GAAS//HTML-Parser-%{version}.tar.gz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: perl-HTML-Tagset
|
||||
BuildRequires: perl
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: perl >= %perl_major_ver
|
||||
Requires: perl-HTML-Tagset
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
@ -24,7 +28,7 @@ A perl module for HTML parsing
|
||||
%build
|
||||
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
||||
%make
|
||||
%ifnarch arm
|
||||
%ifnarch arm aarch64
|
||||
%make test
|
||||
%endif
|
||||
|
||||
@ -49,6 +53,9 @@ done
|
||||
%defattr(-,root,root)
|
||||
|
||||
%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
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user