diff --git a/perl-Sub-Identify.spec b/perl-Sub-Identify.spec index 6f899ee..296619c 100644 --- a/perl-Sub-Identify.spec +++ b/perl-Sub-Identify.spec @@ -2,21 +2,21 @@ Name: perl-Sub-Identify Version: 0.14 -Release: 1mamba +Release: 2mamba Summary: Sub::Identify - Retrieve names of code references 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/R/RG/RGARCIA/Sub-Identify-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Sub::Identify - Retrieve names of code references. @@ -44,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}" @@ -54,6 +56,9 @@ done # %changelog +* Sun Apr 16 2023 Sdk Build System 0.14-2mamba +- rebuilt with perl 5.36.0 + * Sat Oct 28 2017 Automatic Build System 0.14-1mamba - automatic update by autodist