|
|
|
Name: perl-Getopt-Long-Descriptive
|
|
|
|
Summary: Getopt::Long with usage text
|
|
|
|
Version: 0.099
|
|
|
|
Release: 3%{?dist}
|
|
|
|
License: GPL+ or Artistic
|
|
|
|
Group: Development/Libraries
|
|
|
|
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz
|
|
|
|
URL: http://search.cpan.org/dist/Getopt-Long-Descriptive/
|
|
|
|
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: perl
|
|
|
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
|
|
|
BuildRequires: perl(strict)
|
|
|
|
BuildRequires: perl(warnings)
|
|
|
|
# Run-time:
|
|
|
|
BuildRequires: perl(Carp)
|
|
|
|
BuildRequires: perl(File::Basename)
|
|
|
|
BuildRequires: perl(Getopt::Long) >= 2.33
|
|
|
|
BuildRequires: perl(List::Util)
|
|
|
|
BuildRequires: perl(overload)
|
|
|
|
BuildRequires: perl(Params::Validate) >= 0.97
|
|
|
|
BuildRequires: perl(Scalar::Util)
|
|
|
|
BuildRequires: perl(Sub::Exporter) >= 0.972
|
|
|
|
BuildRequires: perl(Sub::Exporter::Util)
|
|
|
|
# Tests:
|
|
|
|
BuildRequires: perl(File::Spec)
|
|
|
|
BuildRequires: perl(Test::Fatal)
|
|
|
|
BuildRequires: perl(Test::More) >= 0.96
|
|
|
|
BuildRequires: perl(Test::Warnings) >= 0.005
|
|
|
|
# Optional tests:
|
|
|
|
# CPAN::Meta >= 2.120900 not useful
|
|
|
|
|
|
|
|
%{?perl_default_filter}
|
|
|
|
|
|
|
|
%description
|
|
|
|
Convenient wrapper for Getopt::Long and program usage output.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Getopt-Long-Descriptive-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
%install
|
|
|
|
make pure_install DESTDIR=%{buildroot}
|
|
|
|
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
|
|
|
|
%{_fixperms} %{buildroot}/*
|
|
|
|
|
|
|
|
%check
|
|
|
|
make test
|
|
|
|
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%doc Changes README
|
|
|
|
%{perl_vendorlib}/*
|
|
|
|
%{_mandir}/man3/*
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.099-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jun 06 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.099-2
|
|
|
|
- Perl 5.22 rebuild
|
|
|
|
|
|
|
|
* Tue Feb 03 2015 Petr Pisar <ppisar@redhat.com> - 0.099-1
|
|
|
|
- 0.099 bump
|
|
|
|
|
|
|
|
* Thu Dec 04 2014 Petr Pisar <ppisar@redhat.com> - 0.098-1
|
|
|
|
- 0.098 bump
|
|
|
|
- Stop providing dummy tests sub-package symbol
|
|
|
|
|
|
|
|
* Fri Aug 29 2014 Jitka Plesnikova <jplesnik@redhat.com> - 0.093-6
|
|
|
|
- Perl 5.20 rebuild
|
|
|
|
|
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.093-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.093-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jul 25 2013 Petr Pisar <ppisar@redhat.com> - 0.093-3
|
|
|
|
- Perl 5.18 rebuild
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.093-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
* Fri Nov 02 2012 Iain Arnell <iarnell@gmail.com> 0.093-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
* Fri Aug 03 2012 Iain Arnell <iarnell@gmail.com> 0.092-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.091-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 0.091-2
|
|
|
|
- Perl 5.16 rebuild
|
|
|
|
|
|
|
|
* Thu Feb 23 2012 Iain Arnell <iarnell@gmail.com> 0.091-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
* Sun Jan 22 2012 Iain Arnell <iarnell@gmail.com> 0.090-4
|
|
|
|
- drop tests subpackage; move tests to main package documentation
|
|
|
|
|
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.090-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
|
|
|
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 0.090-2
|
|
|
|
- Perl mass rebuild
|
|
|
|
|
|
|
|
* Sat Jul 02 2011 Iain Arnell <iarnell@gmail.com> 0.090-1
|
|
|
|
- update to latest upstream version
|
|
|
|
|
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.087-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
|
|
|
* Sat Jan 08 2011 Iain Arnell <iarnell@gmail.com> 0.087-1
|
|
|
|
- update to latest upstream version
|
|
|
|
- clean up spec for modern rpmbuild
|
|
|
|
|
|
|
|
* Thu Dec 16 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.084-3
|
|
|
|
- 661697 rebuild for fixing problems with vendorach/lib
|
|
|
|
|
|
|
|
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.084-2
|
|
|
|
- Mass rebuild with perl-5.12.0
|
|
|
|
|
|
|
|
* Sat Feb 27 2010 Chris Weyl <cweyl@alumni.drew.edu> 0.084-1
|
|
|
|
- update by Fedora::App::MaintainerTools 0.004
|
|
|
|
- PERL_INSTALL_ROOT => DESTDIR
|
|
|
|
- added a new br on perl(Getopt::Long) (version 2.33)
|
|
|
|
- dropped old BR on perl(IO::Scalar)
|
|
|
|
- dropped old BR on perl(Test::Pod::Coverage)
|
|
|
|
- added a new req on perl(Getopt::Long) (version 2.33)
|
|
|
|
- dropped old requires on perl(IO::Scalar)
|
|
|
|
|
|
|
|
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 0.077-2
|
|
|
|
- rebuild against perl 5.10.1
|
|
|
|
|
|
|
|
* Sun Aug 23 2009 Chris Weyl <cweyl@alumni.drew.edu> 0.077-1
|
|
|
|
- auto-update to 0.077 (by cpan-spec-update 0.01)
|
|
|
|
- added a new br on perl(List::Util) (version 0)
|
|
|
|
- added a new br on perl(Sub::Exporter) (version 0)
|
|
|
|
- added a new req on perl(List::Util) (version 0)
|
|
|
|
- added a new req on perl(Params::Validate) (version 0.74)
|
|
|
|
- added a new req on perl(Sub::Exporter) (version 0)
|
|
|
|
|
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.074-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
* Thu Feb 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.074-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
|
|
|
* Wed Jul 09 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.074-2
|
|
|
|
- bump
|
|
|
|
|
|
|
|
* Tue Jul 08 2008 Chris Weyl <cweyl@alumni.drew.edu> 0.074-1
|
|
|
|
- Specfile autogenerated by cpanspec 1.74.
|