[perl-Test-Reporter] 1.59 bump

Petr Pisar ppisar at fedoraproject.org
Fri Jun 7 11:07:09 UTC 2013


commit a365c83f30bcc8c0e5ca5410b4ca0ac9a9b48417
Author: Petr Písař <ppisar at redhat.com>
Date:   Fri Jun 7 13:05:04 2013 +0200

    1.59 bump

 .gitignore              |    1 +
 perl-Test-Reporter.spec |   29 ++++++++++++++++++++++-------
 sources                 |    2 +-
 3 files changed, 24 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a88dd1..720b01c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /Test-Reporter-1.58.tar.gz
+/Test-Reporter-1.59.tar.gz
diff --git a/perl-Test-Reporter.spec b/perl-Test-Reporter.spec
index 672c24a..0f5fc6a 100644
--- a/perl-Test-Reporter.spec
+++ b/perl-Test-Reporter.spec
@@ -1,27 +1,40 @@
 Name:           perl-Test-Reporter
-Version:        1.58
-Release:        4%{?dist}
+Version:        1.59
+Release:        1%{?dist}
 Summary:        Sends test results to cpan-testers at perl.org
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Test-Reporter/
 Source0:        http://www.cpan.org/authors/id/D/DA/DAGOLDEN/Test-Reporter-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
 BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:  perl(strict)
+BuildRequires:  perl(warnings)
 # Run-time:
 BuildRequires:  perl(base)
 BuildRequires:  perl(Carp)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(constant)
 BuildRequires:  perl(Cwd)
 BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(FileHandle)
+# Mail::Send is optional
+# Net::DNS is optional
+# Net::Domain is optional
+# Net::SMTP is optional
+BuildRequires:  perl(Sys::Hostname)
 BuildRequires:  perl(Time::Local)
+BuildRequires:  perl(vars)
 # Tests:
 BuildRequires:  perl(Data::Dumper)
 BuildRequires:  perl(File::Find)
+BuildRequires:  perl(File::Spec::Functions)
+BuildRequires:  perl(List::Util)
 BuildRequires:  perl(Test::More) >= 0.88
 # Optional tests:
 BuildRequires:  perl(Test::Script) >= 1.05
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %description
 Test::Reporter reports the test results of any given distribution to the
@@ -32,24 +45,26 @@ and platforms.
 %setup -q -n Test-Reporter-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+perl Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 %install
-make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+make pure_install DESTDIR=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
-find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 make test
 
 %files
-%doc Changes COPYING LICENSE README README.PATCHING
+%doc Changes CONTRIBUTING COPYING LICENSE README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Fri Jun 07 2013 Petr Pisar <ppisar at redhat.com> - 1.59-1
+- 1.59 bump
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.58-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 5a84790..5e98247 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-52ef5471e28ea441c0239606b1bb93e6  Test-Reporter-1.58.tar.gz
+7b81be1fa634a8312775e1428b0adee5  Test-Reporter-1.59.tar.gz


More information about the scm-commits mailing list