|
|
|
@ -1,11 +1,11 @@
|
|
|
|
|
Name: perl-Moo
|
|
|
|
|
Version: 2.003004
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.005004
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Summary: Minimalist Object Orientation (with Moose compatibility)
|
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
|
|
|
|
|
|
URL: http://search.cpan.org/dist/Moo/
|
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/Moo-%{version}.tar.gz
|
|
|
|
|
URL: https://metacpan.org/release/Moo
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/Moo-%{version}.tar.gz
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
@ -21,22 +21,22 @@ BuildRequires: perl(Class::Method::Modifiers) >= 1.10
|
|
|
|
|
BuildRequires: perl(Config)
|
|
|
|
|
BuildRequires: perl(constant)
|
|
|
|
|
BuildRequires: perl(Devel::GlobalDestruction) >= 0.11
|
|
|
|
|
BuildRequires: perl(Exporter) >= 5.57
|
|
|
|
|
BuildRequires: perl(Exporter)
|
|
|
|
|
# Filter::Simple not used at test-time
|
|
|
|
|
BuildRequires: perl(Import::Into) >= 1.002
|
|
|
|
|
BuildRequires: perl(Module::Runtime) >= 0.014
|
|
|
|
|
BuildRequires: perl(mro)
|
|
|
|
|
# MRO::Compat not needed with modern perl
|
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
|
BuildRequires: perl(Role::Tiny) >= 2.000004
|
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
|
BuildRequires: perl(Role::Tiny) >= 2.002004
|
|
|
|
|
BuildRequires: perl(Scalar::Util) >= 1.00
|
|
|
|
|
BuildRequires: perl(strictures) >= 1.004003
|
|
|
|
|
BuildRequires: perl(Sub::Defer) >= 2.003001
|
|
|
|
|
BuildRequires: perl(Sub::Quote) >= 2.003001
|
|
|
|
|
BuildRequires: perl(Sub::Defer) >= 2.006006
|
|
|
|
|
BuildRequires: perl(Sub::Quote) >= 2.006006
|
|
|
|
|
# Text::Balanced not used at test-time
|
|
|
|
|
# Optional run-time:
|
|
|
|
|
BuildRequires: perl(Class::XSAccessor) >= 1.18
|
|
|
|
|
BuildRequires: perl(Sub::Name)
|
|
|
|
|
BuildRequires: perl(Sub::Util)
|
|
|
|
|
# lib/Moo/HandleMoose.pm requires Moose modules. Moo::HandleMoose is used only
|
|
|
|
|
# if Moose has been loaded. So this is circular optional dependency definitly
|
|
|
|
|
# not suitable for Moo because Moo is reimplementation of Moose:
|
|
|
|
@ -56,7 +56,7 @@ BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
|
BuildRequires: perl(threads)
|
|
|
|
|
# Optional tests:
|
|
|
|
|
BuildRequires: perl(CPAN::Meta::Requirements)
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`/usr/bin/perl -V:version`"; echo $version))
|
|
|
|
|
Requires: perl(Carp)
|
|
|
|
|
Requires: perl(Class::Method::Modifiers) >= 1.10
|
|
|
|
|
Requires: perl(Devel::GlobalDestruction) >= 0.11
|
|
|
|
@ -81,15 +81,15 @@ not quite- two thirds of Moose.
|
|
|
|
|
%setup -q -n Moo-%{version}
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%{__perl} Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
/usr/bin/perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
|
|
|
|
%{make_build}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
|
%{make_install}
|
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
%{make_build} test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc Changes README
|
|
|
|
@ -97,8 +97,60 @@ make test
|
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri May 31 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 2.003004-2
|
|
|
|
|
- Rebuilt for MSVSphere 8.9
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.005004-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Jitka Plesnikova <jplesnik@redhat.com> - 2.005004-2
|
|
|
|
|
- Perl 5.34 rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Apr 04 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 2.005004-1
|
|
|
|
|
- Update to 2.005004
|
|
|
|
|
|
|
|
|
|
* Sun Mar 21 2021 Emmanuel Seyman <emmanuel@seyman.fr> - 2.005003-1
|
|
|
|
|
- Update to 2.005003
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.004004-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Nov 29 2020 Emmanuel Seyman <emmanuel@seyman.fr> - 2.004004-1
|
|
|
|
|
- Update to 2.004004
|
|
|
|
|
|
|
|
|
|
* Sun Nov 22 2020 Emmanuel Seyman <emmanuel@seyman.fr> - 2.004003-1
|
|
|
|
|
- Update to 2.004003
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.004000-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 23 2020 Jitka Plesnikova <jplesnik@redhat.com> - 2.004000-2
|
|
|
|
|
- Perl 5.32 rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Apr 12 2020 Emmanuel Seyman <emmanuel@seyman.fr> - 2.004000-1
|
|
|
|
|
- Update to 2.004000
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.003006-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Oct 27 2019 Emmanuel Seyman <emmanuel@seyman.fr> - 2.003006-1
|
|
|
|
|
- Update to 2.003006
|
|
|
|
|
- Replace calls to %%{__perl} with /usr/bin/perl
|
|
|
|
|
- Replace calls to "make pure_install" with %%{make_install}
|
|
|
|
|
- Replace calls to make with %%{make_build}
|
|
|
|
|
- Pass NO_PERLLOCAL=1 to Makefile.PL
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.003004-7
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 31 2019 Jitka Plesnikova <jplesnik@redhat.com> - 2.003004-6
|
|
|
|
|
- Perl 5.30 rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.003004-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.003004-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jun 28 2018 Jitka Plesnikova <jplesnik@redhat.com> - 2.003004-3
|
|
|
|
|
- Perl 5.28 rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.003004-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|