diff --git a/perl-Sys-MemInfo.spec b/perl-Sys-MemInfo.spec index c7eb7ec..096f15b 100644 --- a/perl-Sys-MemInfo.spec +++ b/perl-Sys-MemInfo.spec @@ -2,13 +2,13 @@ Name: perl-Sys-MemInfo Version: 0.99 -Release: 1mamba +Release: 2mamba Summary: Sys::MemInfo - query the total free and used physical memory Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: https://cpan.metacpan.org/authors/id/S/SC/SCRESTO/Sys-MemInfo-%{version}.tar.gz License: GPL, Artistic ## AUTOBUILDREQ-BEGIN @@ -16,9 +16,9 @@ BuildRequires: glibc-devel BuildRequires: libperl BuildRequires: perl-devel ## AUTOBUILDREQ-END +BuildRequires: perl >= 2:5.36.0 BuildRequires: perl-devel Requires: perl >= %perl_major_ver -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Sys::MemInfo - query the total free and used physical memory. @@ -46,6 +46,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}" @@ -56,5 +58,8 @@ done # %doc README %changelog +* Sun Apr 16 2023 Sdk Build System 0.99-2mamba +- rebuilt with perl 5.36.0 + * Thu Oct 31 2019 Silvan Calarco 0.99-1mamba - package created using the webbuild interface