rebuilt with perl 5.36.0 [release 1.2911-2mamba;Sun Apr 16 2023]

This commit is contained in:
Sdk Build System 2024-01-06 08:36:26 +01:00
parent 34c5b4e4e9
commit 4c1b350ddb

View File

@ -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 <silvan.calarco@mambasoft.it>
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 <sdk@mambasoft.it> 1.2911-2mamba
- rebuilt with perl 5.36.0
* Fri Oct 27 2017 Automatic Build System <autodist@mambasoft.it> 1.2911-1mamba
- automatic update by autodist