rebuilt with perl 5.36.0 [release 2.0604-3mamba;Sun Apr 16 2023]
This commit is contained in:
parent
cae6eaf5d3
commit
a78c950392
@ -2,31 +2,34 @@
|
||||
|
||||
Name: perl-Moose
|
||||
Version: 2.0604
|
||||
Release: 2mamba
|
||||
Release: 3mamba
|
||||
Summary: Moose - A postmodern object system for Perl 5
|
||||
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/Moose-%{version}.tar.gz
|
||||
License: GPL, Artistic
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libperl
|
||||
BuildRequires: perl(Params::Util)
|
||||
BuildRequires: perl(Sub::Name)
|
||||
BuildRequires: perl-Class-Load
|
||||
BuildRequires: perl-Data-OptList
|
||||
BuildRequires: perl-devel
|
||||
BuildRequires: perl-Devel-GlobalDestruction
|
||||
BuildRequires: perl-Eval-Closure
|
||||
BuildRequires: perl-List-MoreUtils
|
||||
BuildRequires: perl-MRO-Compat
|
||||
BuildRequires: perl-Package-DeprecationManager
|
||||
BuildRequires: perl-Package-Stash
|
||||
BuildRequires: perl-Params-Util
|
||||
BuildRequires: perl-Scalar-List-Utils
|
||||
BuildRequires: perl-Sub-Exporter
|
||||
BuildRequires: perl-Sub-Name
|
||||
BuildRequires: perl-Try-Tiny
|
||||
BuildRequires: perl-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: perl >= 2:5.36.0
|
||||
BuildRequires: perl-Task-Weaken
|
||||
BuildRequires: perl-Class-Load-XS
|
||||
BuildRequires: perl-List-MoreUtils
|
||||
@ -36,7 +39,6 @@ Requires: perl >= %perl_major_ver
|
||||
# The following are provided but not detected because of two lines package definition
|
||||
Provides: perl(Moose::Conflicts)
|
||||
Provides: perl(Moose::Error::Util)
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Moose - A postmodern object system for Perl 5.
|
||||
@ -64,6 +66,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}"
|
||||
|
||||
@ -74,6 +78,9 @@ done
|
||||
# %doc README TODO
|
||||
|
||||
%changelog
|
||||
* Sun Apr 16 2023 Sdk Build System <sdk@mambasoft.it> 2.0604-3mamba
|
||||
- rebuilt with perl 5.36.0
|
||||
|
||||
* Wed Nov 09 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0604-2mamba
|
||||
- rebuilt with perl 5.24
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user