rebuilt with perl 5.36.0 [release 4.079-3mamba;Mon Apr 17 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:26:22 +01:00
parent 529ad48742
commit 1973b65df6

View File

@ -2,19 +2,21 @@
Name: perl-NetAddr-IP
Version: 4.079
Release: 2mamba
Release: 3mamba
Summary: NetAddr::IP - Manages IPv4 and IPv6 addresses and subnets
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/M/MI/MIKER/NetAddr-IP-%{version}.tar.gz
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl-devel >= %perl_major_ver
Requires: perl >= %perl_major_ver
@ -42,6 +44,8 @@ for dir in `find %{buildroot} -type d | grep $strid`; do
echo "%dir ${dir#%buildroot}" >> .packlist
done
find %{buildroot} -name *.so -exec chmod u+w {} \;
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
rm -f .packlist
@ -50,6 +54,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 4.079-3mamba
- rebuilt with perl 5.36.0
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.079-2mamba
- rebuilt with perl 5.24