[perl-Async-MergePoint] Modernization.

Christopher Meng cicku at fedoraproject.org
Thu Aug 28 00:11:32 UTC 2014


commit 48ec143afddfaa4d737718e99a22b5191b5843ac
Author: Christopher Meng <i at cicku.me>
Date:   Thu Aug 28 08:11:06 2014 +0800

    Modernization.

 perl-Async-MergePoint.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/perl-Async-MergePoint.spec b/perl-Async-MergePoint.spec
index 5f35911..8ac2d54 100644
--- a/perl-Async-MergePoint.spec
+++ b/perl-Async-MergePoint.spec
@@ -27,12 +27,11 @@ sequentially.
 %setup -qn %{pkgname}-%{version}
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor
-make %{?_smp_mflags}
+perl Makefile.PL NO_PACKLIST=1 INSTALLDIRS=vendor
+%make_build
 
 %install
 make pure_install DESTDIR=%{buildroot}
-find %{buildroot} -type f -name .packlist -exec rm -f {} ';'
 %{_fixperms} %{buildroot}/*
 
 %check


More information about the scm-commits mailing list