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