[perl-Statistics-Basic/el6] Changes for EPEL6 and EPEL7 branches

David Dick ddick at fedoraproject.org
Thu Jan 22 18:32:45 UTC 2015


commit 8d491b76471997a55676a75e9c2a1fd11bf2fd0b
Author: David Dick <ddick at cpan.org>
Date:   Fri Jan 23 05:33:12 2015 +1100

    Changes for EPEL6 and EPEL7 branches

 perl-Statistics-Basic.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/perl-Statistics-Basic.spec b/perl-Statistics-Basic.spec
index ff5eb37..4cccacf 100644
--- a/perl-Statistics-Basic.spec
+++ b/perl-Statistics-Basic.spec
@@ -1,6 +1,6 @@
 Name:           perl-Statistics-Basic
 Version:        1.6611
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A collection of very basic statistics modules
 License:        LGPLv2+
 Group:          Development/Libraries
@@ -8,7 +8,7 @@ URL:            http://search.cpan.org/dist/Statistics-Basic/
 Source0:        http://www.cpan.org/authors/id/J/JE/JETTERO/Statistics-Basic-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  perl
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.76
+BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(strict)
 BuildRequires:  perl(warnings)
 # Run-time
@@ -43,11 +43,12 @@ my $correlation = correlation( [1 .. 3], [1 .. 3] );
 %setup -q -n Statistics-Basic-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=perl NO_PACKLIST=1
+perl Makefile.PL INSTALLDIRS=perl
 make %{?_smp_mflags}
 
 %install
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
+find $RPM_BUILD_ROOT -name .packlist -exec rm {}
 %{_fixperms} $RPM_BUILD_ROOT/*
 
 %check
@@ -59,6 +60,9 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Thu Jan 22 2015 David Dick <ddick at cpan.org> - 1.6611-2
+- Changes for EPEL6 and EPEL7 branches
+
 * Thu Dec 18 2014 Petr Ĺ abata <contyk at redhat.com> - 1.6611-1
 - 1.6611 bump
 



More information about the perl-devel mailing list