update to 0.090

epel9
Iain Arnell 14 years ago
parent 6e407b9803
commit 3c3264a55a

1
.gitignore vendored

@ -1,2 +1,3 @@
Getopt-Long-Descriptive-0.084.tar.gz
/Getopt-Long-Descriptive-0.087.tar.gz
/Getopt-Long-Descriptive-0.090.tar.gz

@ -1,7 +1,7 @@
Name: perl-Getopt-Long-Descriptive
Summary: Getopt::Long with usage text
Version: 0.087
Release: 2%{?dist}
Version: 0.090
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
@ -9,16 +9,18 @@ URL: http://search.cpan.org/dist/Getopt-Long-Descriptive/
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
BuildArch: noarch
BuildRequires: perl(Carp)
BuildRequires: perl(File::Basename)
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Getopt::Long) >= 2.33
BuildRequires: perl(List::Util)
BuildRequires: perl(Params::Validate) >= 0.74
BuildRequires: perl(Params::Validate) >= 0.97
BuildRequires: perl(Sub::Exporter) >= 0.972
BuildRequires: perl(Sub::Exporter::Util)
BuildRequires: perl(overload)
BuildRequires: perl(Test::More)
BuildRequires: perl(Test::Pod)
Requires: perl(Params::Validate) >= 0.74
%{?perl_default_filter}
%{?perl_default_subpackage_tests}
@ -45,12 +47,14 @@ find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
make test
%files
%defattr(-,root,root,-)
%doc Changes README
%{perl_vendorlib}/*
%{_mandir}/man3/*
%changelog
* 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

@ -1 +1 @@
21d1d9e382a42e0d130808c21c215cde Getopt-Long-Descriptive-0.087.tar.gz
cea2c5b0591ef24848f77b18ceef912a Getopt-Long-Descriptive-0.090.tar.gz

Loading…
Cancel
Save