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
|
Name: perl-Class-Load-XS
|
||||||
Version: 0.10
|
Version: 0.10
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Class::Load::XS - XS implementation of parts of Class::Load
|
Summary: Class::Load::XS - XS implementation of parts of Class::Load
|
||||||
Group: System/Libraries/Perl
|
Group: System/Libraries/Perl
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/Class-Load-XS-%{version}.tar.gz
|
||||||
License: GPL, Artistic
|
License: GPL, Artistic
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -16,8 +16,8 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: perl-Class-Load
|
BuildRequires: perl-Class-Load
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: perl >= 2:5.36.0
|
||||||
Requires: perl >= %perl_major_ver
|
Requires: perl >= %perl_major_ver
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Class::Load::XS - XS implementation of parts of Class::Load.
|
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
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
||||||
done
|
done
|
||||||
|
|
||||||
|
find %{buildroot} -name *.so -exec chmod u+w {} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -55,6 +57,9 @@ done
|
|||||||
# %doc README
|
# %doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 29 2020 Automatic Build System <autodist@mambasoft.it> 0.10-1mamba
|
||||||
- automatic update by autodist
|
- automatic update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user