[perl-CPAN-Uploader] 0.103008 bump

Petr Šabata psabata at fedoraproject.org
Mon Feb 9 16:26:07 UTC 2015


commit 832770fc36c784ae6fda6cf6f6b7ec5f5a69f853
Author: Petr Šabata <contyk at redhat.com>
Date:   Mon Feb 9 17:25:57 2015 +0100

    0.103008 bump

 .gitignore              |    1 +
 perl-CPAN-Uploader.spec |   49 ++++++++++++++++++++++------------------------
 sources                 |    2 +-
 3 files changed, 25 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 40224e9..fac979e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ CPAN-Uploader-0.102150.tar.gz
 /CPAN-Uploader-0.103001.tar.gz
 /CPAN-Uploader-0.103002.tar.gz
 /CPAN-Uploader-0.103007.tar.gz
+/CPAN-Uploader-0.103008.tar.gz
diff --git a/perl-CPAN-Uploader.spec b/perl-CPAN-Uploader.spec
index 0403da2..d849074 100644
--- a/perl-CPAN-Uploader.spec
+++ b/perl-CPAN-Uploader.spec
@@ -1,40 +1,36 @@
 Name:           perl-CPAN-Uploader
-Version:        0.103007
-Release:        4%{?dist}
+Version:        0.103008
+Release:        1%{?dist}
 Summary:        Upload things to the CPAN
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/CPAN-Uploader/
 Source0:        http://www.cpan.org/authors/id/R/RJ/RJBS/CPAN-Uploader-%{version}.tar.gz
 BuildArch:      noarch
+# Build
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
-# run-time
+# Runtime
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Data::Dumper)
+# Unused BuildRequires:  perl(Config::Identity)
+# Unused BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Basename)
 BuildRequires:  perl(File::HomeDir)
 BuildRequires:  perl(File::Spec)
-# Getopt::Long::Descriptive 0.084 not used at tests
+# Unused BuildRequires:  perl(Getopt::Long::Descriptive) >= 0.084
 BuildRequires:  perl(HTTP::Request::Common)
 BuildRequires:  perl(HTTP::Status)
-# LWP::Protocol::https 1 not used at tests
+# Unused BuildRequires:  perl(LWP::Protocol::https) >= 1
 BuildRequires:  perl(LWP::UserAgent)
-# Term::ReadKey not used at tests
-# optional run-time:
-# Config::Identity
-# tests
-BuildRequires:  perl(File::Spec::Functions)
-BuildRequires:  perl(List::Util)
-BuildRequires:  perl(Test::More) >= 0.96
-BuildRequires:  perl(Test::Pod) >= 1.41
-BuildRequires:  perl(version)
-# optional tests
-BuildRequires:  perl(CPAN::Meta)
-BuildRequires:  perl(CPAN::Meta::Requirements) >= 2.120900
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+# Unused BuildRequires:  perl(Term::ReadKey)
+# Tests only
+BuildRequires:  perl(Test::More)
+# Optional tests only
+BuildRequires:  perl(CPAN::Meta) >= 2.120900
+BuildRequires:  perl(CPAN::Meta::Prereqs)
+Requires:       perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
 Requires:       perl(Data::Dumper)
 Requires:       perl(LWP::Protocol::https) >= 1
 Requires:       perl(Term::ReadKey)
@@ -53,27 +49,28 @@ CPAN using PAUSE, the Perl Authors Upload Server.
 %setup -q -n CPAN-Uploader-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
 make %{?_smp_mflags}
 
 %install
 make pure_install DESTDIR=%{buildroot}
-
-find %{buildroot} -type f -name .packlist -exec rm -f {} \;
-
 %{_fixperms} %{buildroot}/*
 
 %check
-RELEASE_TESTING=1 make test
+make test
 
 %files
-%doc Changes LICENSE README
+%license LICENSE
+%doc Changes README
 %{perl_vendorlib}/*
 %{_bindir}/*
 %{_mandir}/man1/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Feb 09 2015 Petr Šabata <contyk at redhat.com> - 0.103008-1
+- 0.103008 bump
+
 * Thu Aug 28 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.103007-4
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index fb465bf..f8ec426 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a0e45898c6d981cd8232a37584644be4  CPAN-Uploader-0.103007.tar.gz
+709c9e846a1b5bb4d12d73bed4407f74  CPAN-Uploader-0.103008.tar.gz


More information about the scm-commits mailing list