rebuilt with perl 5.36.0 [release 0.29-2mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:36:14 +01:00
parent a798c62fcf
commit 6bfb877711
2 changed files with 17 additions and 13 deletions

View File

@ -2,4 +2,3 @@
IPv6 related part of the C socket.h defines and structure manupulators.

View File

@ -1,27 +1,27 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Socket6
Version: 0.29
Release: 1mamba
Summary: Socket6 - IPv6 related part of the C socket.h defines and structure manupulators
Group: System/Libraries/Perl
Name: perl-Socket6
Version: 0.29
Release: 2mamba
Summary: Socket6 - IPv6 related part of the C socket.h defines and structure manupulators
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
License: GPL
Requires: perl >= %perl_major_ver
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/U/UM/UMEMOTO/Socket6-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libperl
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: perl >= 2:5.36.0
Requires: perl >= %perl_major_ver
%description
IPv6 related part of the C socket.h defines and structure manupulators.
%prep
%setup -q -n Socket6-%{version}
@ -43,6 +43,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
@ -51,6 +53,9 @@ rm -f .packlist
%defattr(-,root,root)
%changelog
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 0.29-2mamba
- rebuilt with perl 5.36.0
* Sun Aug 04 2019 Automatic Build System <autodist@mambasoft.it> 0.29-1mamba
- automatic update by autodist