update to 0.092

epel9
Iain Arnell 13 years ago
parent 6c3e542bbc
commit 6185b58a8d

1
.gitignore vendored

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

@ -1,7 +1,7 @@
Name: perl-Getopt-Long-Descriptive Name: perl-Getopt-Long-Descriptive
Summary: Getopt::Long with usage text Summary: Getopt::Long with usage text
Version: 0.091 Version: 0.092
Release: 3%{?dist} Release: 1%{?dist}
License: GPL+ or Artistic License: GPL+ or Artistic
Group: Development/Libraries Group: Development/Libraries
Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Getopt-Long-Descriptive-%{version}.tar.gz
@ -11,6 +11,8 @@ BuildArch: noarch
BuildRequires: perl(Carp) BuildRequires: perl(Carp)
BuildRequires: perl(File::Basename) BuildRequires: perl(File::Basename)
BuildRequires: perl(File::Find)
BuildRequires: perl(File::Temp)
BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(Getopt::Long) >= 2.33 BuildRequires: perl(Getopt::Long) >= 2.33
BuildRequires: perl(List::Util) BuildRequires: perl(List::Util)
@ -45,7 +47,6 @@ make %{?_smp_mflags}
make pure_install DESTDIR=%{buildroot} make pure_install DESTDIR=%{buildroot}
find %{buildroot} -type f -name .packlist -exec rm -f {} \; find %{buildroot} -type f -name .packlist -exec rm -f {} \;
find %{buildroot} -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} %{buildroot}/* %{_fixperms} %{buildroot}/*
@ -58,6 +59,9 @@ make test
%{_mandir}/man3/* %{_mandir}/man3/*
%changelog %changelog
* 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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

@ -1 +1 @@
3e3c147aa0e509bfdddf18d48f0335c1 Getopt-Long-Descriptive-0.091.tar.gz 3843f3e2bb2d4ee3dfe141e6bca768b7 Getopt-Long-Descriptive-0.092.tar.gz

Loading…
Cancel
Save