commit b4cb800d3a324e48a0f60581dc248f1326f9a215
Author: David Dick <[email protected]>
Date: Fri Jan 23 05:39:20 2015 +1100
Fixes for EPEL6 and EPEL7 branches
perl-Statistics-Basic.spec | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/perl-Statistics-Basic.spec b/perl-Statistics-Basic.spec
index 4cccacf..9630124 100644
--- a/perl-Statistics-Basic.spec
+++ b/perl-Statistics-Basic.spec
@@ -1,6 +1,6 @@
Name: perl-Statistics-Basic
Version: 1.6611
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: A collection of very basic statistics modules
License: LGPLv2+
Group: Development/Libraries
@@ -48,7 +48,7 @@ make %{?_smp_mflags}
%install
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
-find $RPM_BUILD_ROOT -name .packlist -exec rm {}
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
%{_fixperms} $RPM_BUILD_ROOT/*
%check
@@ -60,8 +60,8 @@ make test
%{_mandir}/man3/*
%changelog
-* Thu Jan 22 2015 David Dick <[email protected]> - 1.6611-2
-- Changes for EPEL6 and EPEL7 branches
+* Thu Jan 22 2015 David Dick <[email protected]> - 1.6611-3
+- Fixes for EPEL6 and EPEL7 branches
* Thu Dec 18 2014 Petr Ĺ abata <[email protected]> - 1.6611-1
- 1.6611 bump
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/perl-devel