diff --git a/perl-BSD-Resource.spec b/perl-BSD-Resource.spec index 0d250c2..c5fc8cb 100644 --- a/perl-BSD-Resource.spec +++ b/perl-BSD-Resource.spec @@ -2,23 +2,23 @@ Name: perl-BSD-Resource Version: 1.2911 -Release: 1mamba +Release: 2mamba Summary: BSD::Resource - implements BSD process resource limit functions Group: System/Libraries/Perl Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: http://www.cpan.org +URL: https://www.cpan.org/ Source: http://www.cpan.org/authors/id/J/JH/JHI/BSD-Resource-%{version}.tar.gz License: GPL, Artistic Requires(post):%{__install_info} Requires: perl >= %perl_major_ver ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libperl BuildRequires: perl-devel -BuildRequires: texinfo ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root +BuildRequires: perl >= 2:5.36.0 %description This Perl extension implements the BSD process resource limit functions @@ -58,6 +58,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 @@ -66,6 +68,9 @@ rm -f .packlist %defattr(-,root,root) %changelog +* Sun Apr 16 2023 Sdk Build System 1.2911-2mamba +- rebuilt with perl 5.36.0 + * Fri Oct 27 2017 Automatic Build System 1.2911-1mamba - automatic update by autodist