2.51 bump
This commit is contained in:
parent
d988db5ded
commit
bee991788f
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/Getopt-Long-2.49.tar.gz
|
||||
/Getopt-Long-2.49.1.tar.gz
|
||||
/Getopt-Long-2.50.tar.gz
|
||||
/Getopt-Long-2.51.tar.gz
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
Name: perl-Getopt-Long
|
||||
Epoch: 1
|
||||
Version: 2.50
|
||||
Release: 439%{?dist}
|
||||
Version: 2.51
|
||||
Release: 1%{?dist}
|
||||
Summary: Extended processing of command line options
|
||||
License: GPLv2+ or Artistic
|
||||
URL: https://metacpan.org/release/Getopt-Long
|
||||
Source0: https://cpan.metacpan.org/authors/id/J/JV/JV/Getopt-Long-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: make
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl-generators
|
||||
BuildRequires: perl-interpreter
|
||||
BuildRequires: perl(Config)
|
||||
BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76
|
||||
BuildRequires: perl(lib)
|
||||
@ -43,11 +43,11 @@ enabled by default.
|
||||
%setup -q -n Getopt-Long-%{version}
|
||||
|
||||
%build
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
||||
make %{?_smp_mflags}
|
||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make pure_install DESTDIR=$RPM_BUILD_ROOT
|
||||
%{make_install}
|
||||
%{_fixperms} $RPM_BUILD_ROOT/*
|
||||
|
||||
%check
|
||||
@ -59,6 +59,9 @@ make test
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 13 2019 Petr Pisar <ppisar@redhat.com> - 1:2.51-1
|
||||
- 2.51 bump
|
||||
|
||||
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.50-439
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Getopt-Long-2.50.tar.gz) = be4e8e3511d84f7919cd3df9e9aa9540dd522af47fc34bf4560a0212dd3c5d6571369ad502dfb4641918a43f8cecec3faa3d43adacfe706cdf9fe498d1ef0b6d
|
||||
SHA512 (Getopt-Long-2.51.tar.gz) = e70b2c30f5f85d7bf387381782a22b55f76598e1b4e19102fbf463c4333e91090ad2da49965be6211821d4f7f109aa7e4153348a9142f38fdb1a39299c997c02
|
||||
|
||||
Loading…
Reference in New Issue
Block a user