From 6bfb877711b972e6ce3dff095dd25ec3e45feb49 Mon Sep 17 00:00:00 2001 From: Sdk Build System Date: Sat, 6 Jan 2024 09:36:14 +0100 Subject: [PATCH] rebuilt with perl 5.36.0 [release 0.29-2mamba;Sun Apr 16 2023] --- README.md | 1 - perl-Socket6.spec | 29 +++++++++++++++++------------ 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 9589953..7114d6a 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,3 @@ IPv6 related part of the C socket.h defines and structure manupulators. - diff --git a/perl-Socket6.spec b/perl-Socket6.spec index 1d8c0f0..12dfe67 100644 --- a/perl-Socket6.spec +++ b/perl-Socket6.spec @@ -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 -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 +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 0.29-2mamba +- rebuilt with perl 5.36.0 + * Sun Aug 04 2019 Automatic Build System 0.29-1mamba - automatic update by autodist