diff --git a/perl-Class-Load-XS.spec b/perl-Class-Load-XS.spec index 5472596..5a6bfe0 100644 --- a/perl-Class-Load-XS.spec +++ b/perl-Class-Load-XS.spec @@ -2,13 +2,13 @@ Name: perl-Class-Load-XS Version: 0.10 -Release: 1mamba +Release: 2mamba Summary: Class::Load::XS - XS implementation of parts of Class::Load Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Load-XS-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN @@ -16,8 +16,8 @@ BuildRequires: glibc-devel BuildRequires: perl-Class-Load BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Class::Load::XS - XS implementation of parts of Class::Load. @@ -45,6 +45,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}" @@ -55,6 +57,9 @@ done # %doc README %changelog +* Mon Apr 17 2023 Sdk Build System 0.10-2mamba +- rebuilt with perl 5.36.0 + * Wed Apr 29 2020 Automatic Build System 0.10-1mamba - automatic update by autodist