Update to 2.003006

epel9
Emmanuel Seyman 5 years ago
parent 3b73cab713
commit 752e6fb886

1
.gitignore vendored

@ -33,3 +33,4 @@
/Moo-2.003002.tar.gz
/Moo-2.003003.tar.gz
/Moo-2.003004.tar.gz
/Moo-2.003006.tar.gz

@ -1,6 +1,6 @@
Name: perl-Moo
Version: 2.003004
Release: 7%{?dist}
Version: 2.003006
Release: 1%{?dist}
Summary: Minimalist Object Orientation (with Moose compatibility)
License: GPL+ or Artistic
@ -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,6 +97,13 @@ make test
%{_mandir}/man3/*
%changelog
* 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

@ -1 +1 @@
SHA512 (Moo-2.003004.tar.gz) = 686996e4dd0238cff7483e4e06db5439660e390c67e65ace67c3fd0b05ade379a168d36ae649812c8a5e2b715eefea7cb17e5db323a0cd31b90667d8954eb38a
SHA512 (Moo-2.003006.tar.gz) = 151875a67aeaf78afdd678964ca3bae36dfd13d2290b5ffb903f648deeb1157ee3829f7310b7fae3a899404cfeaea211b57cb3f6e6d611bf39e8209a7bef2863

Loading…
Cancel
Save