From cdb51cc4f5895817e9e2ddb7e4628f571d8d3c20 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Sat, 27 Feb 2010 21:18:08 +0000 Subject: [PATCH] - 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) --- .cvsignore | 2 +- perl-Getopt-Long-Descriptive.spec | 35 +++++++++++++++++++------------ sources | 2 +- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2af3120..f263eaf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Getopt-Long-Descriptive-0.077.tar.gz +Getopt-Long-Descriptive-0.084.tar.gz diff --git a/perl-Getopt-Long-Descriptive.spec b/perl-Getopt-Long-Descriptive.spec index a8eb269..de0e95c 100644 --- a/perl-Getopt-Long-Descriptive.spec +++ b/perl-Getopt-Long-Descriptive.spec @@ -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 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 - 0.077-2 - rebuild against perl 5.10.1 diff --git a/sources b/sources index 506d3a0..75bec05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a39971f6f138ebe6004438402620d032 Getopt-Long-Descriptive-0.077.tar.gz +469dc25a5d3bf3a5a92525578fa144be Getopt-Long-Descriptive-0.084.tar.gz