rebuilt with perl 5.36.0 [release 1.05-4mamba;Mon Apr 17 2023]

This commit is contained in:
Sdk Build System 2024-01-06 09:33:21 +01:00
parent 73e475e71b
commit 6fca2c7e00

View File

@ -2,20 +2,22 @@
Name: perl-Readonly-XS Name: perl-Readonly-XS
Version: 1.05 Version: 1.05
Release: 3mamba Release: 4mamba
Summary: Readonly::XS - Companion module for Readonly.pm, to speed up read-only scalar variables Summary: Readonly::XS - Companion module for Readonly.pm, to speed up read-only scalar variables
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/R/RO/ROODE/Readonly-XS-%{version}.tar.gz Source: http://search.cpan.org/CPAN/authors/id/R/RO/ROODE/Readonly-XS-%{version}.tar.gz
Patch0: perl-Readonly-XS-1.05-makefile.pl.patch Patch0: perl-Readonly-XS-1.05-makefile.pl.patch
License: GPL, Artistic License: GPL, Artistic
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libperl BuildRequires: perl-Readonly
BuildRequires: perl-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: perl >= 2:5.36.0
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Test::More) BuildRequires: perl(Test::More)
BuildRequires: perl-devel BuildRequires: perl-devel
@ -28,7 +30,7 @@ scalar variables.
%prep %prep
%setup -q -n Readonly-XS-%{version} %setup -q -n Readonly-XS-%{version}
%patch0 %patch 0
%build %build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
@ -55,6 +57,9 @@ chmod -R u+w %{buildroot}/*
%doc Changes README %doc Changes README
%changelog %changelog
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 1.05-4mamba
- rebuilt with perl 5.36.0
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.05-3mamba * Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.05-3mamba
- rebuilt with perl 5.24 - rebuilt with perl 5.24