0.34 bump
This commit is contained in:
parent
abca4c625c
commit
bcf6c8a881
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ Module-Load-0.12.tar.gz
|
||||
/Module-Load-0.28.tar.gz
|
||||
/Module-Load-0.30.tar.gz
|
||||
/Module-Load-0.32.tar.gz
|
||||
/Module-Load-0.34.tar.gz
|
||||
|
||||
@ -1,16 +1,17 @@
|
||||
Name: perl-Module-Load
|
||||
# Epoch to compete with perl.spec
|
||||
Epoch: 1
|
||||
Version: 0.32
|
||||
Release: 418%{?dist}
|
||||
Version: 0.34
|
||||
Release: 1%{?dist}
|
||||
Summary: Run-time require of both modules and files
|
||||
License: GPL+ or Artistic
|
||||
URL: https://metacpan.org/release/Module-Load
|
||||
Source0: https://cpan.metacpan.org/authors/id/B/BI/BINGOS/Module-Load-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(strict)
|
||||
# Run-time:
|
||||
BuildRequires: perl(File::Spec)
|
||||
@ -39,15 +40,15 @@ notation fitting the particular platform you are on.
|
||||
%setup -q -n Module-Load-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR='%{buildroot}'
|
||||
find '%{buildroot}' -type f -name .packlist -exec rm -f {} +
|
||||
%{make_install}
|
||||
%{_fixperms} '%{buildroot}'/*
|
||||
|
||||
%check
|
||||
unset PERL_CORE
|
||||
make test
|
||||
|
||||
%files
|
||||
@ -56,6 +57,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 11 2019 Petr Pisar <ppisar@redhat.com> - 1:0.34-1
|
||||
- 0.34 bump
|
||||
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.32-418
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user