- 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)
epel9
Chris Weyl 15 years ago
parent 63856f62ce
commit cdb51cc4f5

@ -1 +1 @@
Getopt-Long-Descriptive-0.077.tar.gz
Getopt-Long-Descriptive-0.084.tar.gz

@ -1,38 +1,38 @@
Name: perl-Getopt-Long-Descriptive
Version: 0.077
Release: 2%{?dist}
Summary: Getopt::Long with usage text
Version: 0.084
Release: 1%{?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/
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(IO::Scalar)
BuildRequires: perl(Params::Validate) >= 0.74
BuildRequires: perl(Getopt::Long) >= 2.33
BuildRequires: perl(List::Util)
BuildRequires: perl(Params::Validate) >= 0.74
BuildRequires: perl(Sub::Exporter)
# test
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
BuildRequires: perl(Test::Pod::Coverage)
Requires: perl(IO::Scalar)
Requires: perl(Getopt::Long) >= 2.33
Requires: perl(List::Util)
Requires: perl(Params::Validate) >= 0.74
Requires: perl(Sub::Exporter)
%{?perl_default_filter}
%{?perl_default_subpackage_tests}
%description
Convenient wrapper for Getopt::Long and program usage output.
%prep
%setup -q -n Getopt-Long-Descriptive-%{version}
perl -pi -e 's|^#!perl|#!/usr/bin/perl|' t/*.t
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
@ -40,7 +40,7 @@ make %{?_smp_mflags}
%install
rm -rf %{buildroot}
make pure_install PERL_INSTALL_ROOT=%{buildroot}
make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
@ -55,11 +55,20 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc Changes README t/
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* 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

@ -1 +1 @@
a39971f6f138ebe6004438402620d032 Getopt-Long-Descriptive-0.077.tar.gz
469dc25a5d3bf3a5a92525578fa144be Getopt-Long-Descriptive-0.084.tar.gz

Loading…
Cancel
Save