commit a8af6b9ffe12a33b5937db75b2cd4cd421651dfc
Author: Petr Písař <ppi...@redhat.com>
Date:   Mon Nov 24 14:17:49 2014 +0100

    3.0607 bump

 .gitignore                       |    1 +
 perl-Statistics-Descriptive.spec |   44 ++++++++++++++++++++++++++++++-------
 sources                          |    2 +-
 3 files changed, 37 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2437ddd..ab9a04e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ Statistics-Descriptive-3.0200.tar.gz
 /Statistics-Descriptive-3.0400.tar.gz
 /Statistics-Descriptive-3.0603.tar.gz
 /Statistics-Descriptive-3.0604.tar.gz
+/Statistics-Descriptive-3.0607.tar.gz
diff --git a/perl-Statistics-Descriptive.spec b/perl-Statistics-Descriptive.spec
index c0b258d..855e643 100644
--- a/perl-Statistics-Descriptive.spec
+++ b/perl-Statistics-Descriptive.spec
@@ -1,17 +1,40 @@
 Name:           perl-Statistics-Descriptive
-Version:        3.0604
-Release:        6%{?dist}
+Version:        3.0607
+Release:        1%{?dist}
 Summary:        Perl module of basic descriptive statistical functions
-License:        GPL+ or Artistic
+# lib/Statistics/Descriptive.pm:            GPL+ or Artistic
+# lib/Statistics/Descriptive/Smoother.pm:   MIT
+# t/lib/Utils.pm:                           MIT
+# examples/statistical-analysis.pl:         MIT
+License:        (GPL+ or Artistic) and MIT
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Statistics-Descriptive/
 Source0:        
http://www.cpan.org/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-%{version}.tar.gz
 BuildArch:      noarch
+BuildRequires:  perl
+BuildRequires:  perl(lib)
+BuildRequires:  perl(strict)
 BuildRequires:  perl(Module::Build)
+# Test::Run::CmdLine::Iface not used
+BuildRequires:  perl(vars)
+BuildRequires:  perl(warnings)
+# Run-time:
+BuildRequires:  perl(base)
+BuildRequires:  perl(Carp)
+BuildRequires:  perl(List::MoreUtils)
+BuildRequires:  perl(List::Util)
+BuildRequires:  perl(POSIX)
+# Tests:
+BuildRequires:  perl(Benchmark)
+BuildRequires:  perl(Exporter)
 BuildRequires:  perl(Test::More)
-BuildRequires:  perl(Test::Pod)
-BuildRequires:  perl(Test::Pod::Coverage)
-Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version))
+# Optional tests:
+BuildRequires:  perl(Pod::Coverage) >= 0.18
+BuildRequires:  perl(Test::CPAN::Changes)
+BuildRequires:  perl(Test::Pod) >= 1.22
+BuildRequires:  perl(Test::Pod::Coverage) >= 1.08
+BuildRequires:  perl(Test::TrailingSpace)
+Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 
 %{?perl_default_filter}
 
@@ -27,23 +50,26 @@ are available.
 %setup -q -n Statistics-Descriptive-%{version}
 
 %build
-%{__perl} Build.PL installdirs=vendor
+perl Build.PL installdirs=vendor
 ./Build
 
 %install
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
-
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
 ./Build test
 
 %files
-%doc Changes examples README UserSurvey.txt
+%doc Changes examples LICENSE README UserSurvey.txt
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 %changelog
+* Mon Nov 24 2014 Petr Pisar <ppi...@redhat.com> - 3.0607-1
+- 3.0607 bump
+- License changed to ((GPL+ or Artistic) and MIT)
+
 * Wed Aug 27 2014 Jitka Plesnikova <jples...@redhat.com> - 3.0604-6
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 5ecd2d9..fa0d48f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-847a7c6b934c718344d5124798a9db84  Statistics-Descriptive-3.0604.tar.gz
+e947f0066d726eef7d5ac91439e42697  Statistics-Descriptive-3.0607.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to