rebuilt with perl 5.36.0 [release 0.10-2mamba;Mon Apr 17 2023]
This commit is contained in:
parent
0652d3a2f6
commit
00cd806f32
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <sdk@mambasoft.it> 0.10-2mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Wed Apr 29 2020 Automatic Build System <autodist@mambasoft.it> 0.10-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user