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