[linode-cli/epel7] Revert back.

Christopher Meng cicku at fedoraproject.org
Sat Aug 2 09:13:58 UTC 2014


commit a38ee158ca82651da4ab36a077acdd0b64ab5df3
Author: Christopher Meng <i at cicku.me>
Date:   Sat Aug 2 17:13:33 2014 +0800

    Revert back.

 linode-cli.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/linode-cli.spec b/linode-cli.spec
index 824f9a0..162ada1 100644
--- a/linode-cli.spec
+++ b/linode-cli.spec
@@ -32,11 +32,12 @@ Linode CLI is a simple command-line interface to the Linode platform.
 rm -frv lib/WebService*
 
 %build
-perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 NO_PERLLOCAL=1
+perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1
 
 %install
 %make_install
 chmod -v 755 %{buildroot}%{_bindir}/linode*
+find %{buildroot} -name '*.pod' -o -name '*.packlist' -delete -print
 
 %files
 %doc Changes LICENSE README.md


More information about the scm-commits mailing list