b1aaa2
Name:           perl-Getopt-Long
b1aaa2
Epoch:          1
b1aaa2
Version:        2.52
b1aaa2
Release:        1%{?dist}
b1aaa2
Summary:        Extended processing of command line options
b1aaa2
License:        GPLv2+ or Artistic
b1aaa2
URL:            https://metacpan.org/release/Getopt-Long
b1aaa2
Source0:        https://cpan.metacpan.org/authors/id/J/JV/JV/Getopt-Long-%{version}.tar.gz
b1aaa2
BuildArch:      noarch
b1aaa2
BuildRequires:  coreutils
b1aaa2
BuildRequires:  make
b1aaa2
BuildRequires:  perl-generators
b1aaa2
BuildRequires:  perl-interpreter
b1aaa2
BuildRequires:  perl(Config)
b1aaa2
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
b1aaa2
BuildRequires:  perl(lib)
b1aaa2
# Run-time:
b1aaa2
BuildRequires:  perl(constant)
b1aaa2
BuildRequires:  perl(Exporter)
b1aaa2
BuildRequires:  perl(overload)
b1aaa2
BuildRequires:  perl(strict)
b1aaa2
BuildRequires:  perl(Text::ParseWords)
b1aaa2
BuildRequires:  perl(vars)
b1aaa2
BuildRequires:  perl(warnings)
b1aaa2
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
b1aaa2
Requires:       perl(overload)
b1aaa2
Requires:       perl(Text::ParseWords)
b1aaa2
# Recommended:
b1aaa2
Requires:       perl(Pod::Usage) >= 1.14
b1aaa2
# Dependencies on these Perl 4 files are generated as perl(foo.pl):
b1aaa2
Provides:       perl(newgetopt.pl) = %{version}
b1aaa2
b1aaa2
%description
b1aaa2
The Getopt::Long module implements an extended getopt function called
b1aaa2
GetOptions(). It parses the command line from @ARGV, recognizing and removing
b1aaa2
specified options and their possible values.  It adheres to the POSIX syntax
b1aaa2
for command line options, with GNU extensions. In general, this means that
b1aaa2
options have long names instead of single letters, and are introduced with
b1aaa2
a double dash "--". Support for bundling of command line options, as was the
b1aaa2
case with the more traditional single-letter approach, is provided but not
b1aaa2
enabled by default.
b1aaa2
b1aaa2
%prep
b1aaa2
%setup -q -n Getopt-Long-%{version}
b1aaa2
b1aaa2
%build
b1aaa2
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
b1aaa2
%{make_build}
b1aaa2
b1aaa2
%install
b1aaa2
%{make_install}
b1aaa2
%{_fixperms} $RPM_BUILD_ROOT/*
b1aaa2
b1aaa2
%check
b1aaa2
make test
b1aaa2
b1aaa2
%files
b1aaa2
%doc CHANGES examples README
b1aaa2
%{perl_vendorlib}/*
b1aaa2
%{_mandir}/man3/*
b1aaa2
b1aaa2
%changelog
b1aaa2
* Tue Aug 18 2020 Petr Pisar <ppisar@redhat.com> - 1:2.52-1
b1aaa2
- 2.52 bump
b1aaa2
b1aaa2
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.51-457
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
b1aaa2
b1aaa2
* Mon Jun 22 2020 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.51-456
b1aaa2
- Increase release to favour standalone package
b1aaa2
b1aaa2
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.51-2
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b1aaa2
b1aaa2
* Tue Aug 13 2019 Petr Pisar <ppisar@redhat.com> - 1:2.51-1
b1aaa2
- 2.51 bump
b1aaa2
b1aaa2
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.50-439
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b1aaa2
b1aaa2
* Thu May 30 2019 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.50-438
b1aaa2
- Increase release to favour standalone package
b1aaa2
b1aaa2
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.50-418
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
b1aaa2
b1aaa2
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.50-417
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
b1aaa2
b1aaa2
* Wed Jun 27 2018 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.50-416
b1aaa2
- Increase release to favour standalone package
b1aaa2
b1aaa2
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.50-4
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
b1aaa2
b1aaa2
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.50-3
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
b1aaa2
b1aaa2
* Sat Jun 03 2017 Jitka Plesnikova <jplesnik@redhat.com> - 1:2.50-2
b1aaa2
- Perl 5.26 rebuild
b1aaa2
b1aaa2
* Mon May 29 2017 Petr Pisar <ppisar@redhat.com> - 2.50-1
b1aaa2
- 2.50 bump
b1aaa2
b1aaa2
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.49.1-2
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
b1aaa2
b1aaa2
* Mon Jun 20 2016 Petr Pisar <ppisar@redhat.com> - 2.49.1-1
b1aaa2
- 2.49.1 bump
b1aaa2
b1aaa2
* Wed Jun 15 2016 Petr Pisar <ppisar@redhat.com> - 2.49-1
b1aaa2
- 2.49 bump
b1aaa2
b1aaa2
* Sat May 14 2016 Jitka Plesnikova <jplesnik@redhat.com> - 2.48-365
b1aaa2
- Increase release to favour standalone package
b1aaa2
b1aaa2
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 2.48-2
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
b1aaa2
b1aaa2
* Mon Nov 02 2015 Petr Pisar <ppisar@redhat.com> - 2.48-1
b1aaa2
- 2.48 bump
b1aaa2
b1aaa2
* Wed Jun 17 2015 Petr Pisar <ppisar@redhat.com> - 2.47-1
b1aaa2
- 2.47 bump
b1aaa2
b1aaa2
* Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 2.46-2
b1aaa2
- Perl 5.22 rebuild
b1aaa2
b1aaa2
* Tue Jun 02 2015 Petr Pisar <ppisar@redhat.com> - 2.46-1
b1aaa2
- 2.46 bump
b1aaa2
b1aaa2
* Tue Feb 24 2015 Petr Pisar <ppisar@redhat.com> - 2.45-1
b1aaa2
- 2.45 bump
b1aaa2
b1aaa2
* Thu Feb 19 2015 Petr Pisar <ppisar@redhat.com> - 2.44-1
b1aaa2
- 2.44 bump
b1aaa2
b1aaa2
* Fri Jan 30 2015 Petr Pisar <ppisar@redhat.com> - 2.43-1
b1aaa2
- 2.43 bump
b1aaa2
b1aaa2
* Wed Sep 03 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.42-310
b1aaa2
- Increase release to favour standalone package
b1aaa2
b1aaa2
* Tue Aug 26 2014 Jitka Plesnikova <jplesnik@redhat.com> - 2.42-3
b1aaa2
- Perl 5.20 rebuild
b1aaa2
b1aaa2
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.42-2
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b1aaa2
b1aaa2
* Wed Oct 02 2013 Petr Pisar <ppisar@redhat.com> - 2.42-1
b1aaa2
- 2.42 bump
b1aaa2
b1aaa2
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.41-3
b1aaa2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b1aaa2
b1aaa2
* Fri Jul 12 2013 Petr Pisar <ppisar@redhat.com> - 2.41-2
b1aaa2
- Link minimal build-root packages against libperl.so explicitly
b1aaa2
b1aaa2
* Wed Jul 10 2013 Petr Pisar <ppisar@redhat.com> - 2.41-1
b1aaa2
- 2.41 bump
b1aaa2
b1aaa2
* Thu Jun 20 2013 Petr Pisar <ppisar@redhat.com> - 2.40-1
b1aaa2
- 2.40 bump
b1aaa2
b1aaa2
* Fri Apr 05 2013 Petr Pisar <ppisar@redhat.com> 2.39-1
b1aaa2
- Specfile autogenerated by cpanspec 1.78.