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