Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 21EDC200B27 for ; Wed, 22 Jun 2016 12:10:16 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 20950160A35; Wed, 22 Jun 2016 10:10:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 67365160A2E for ; Wed, 22 Jun 2016 12:10:15 +0200 (CEST) Received: (qmail 37254 invoked by uid 500); 22 Jun 2016 10:10:14 -0000 Mailing-List: contact commits-help@hawq.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hawq.incubator.apache.org Delivered-To: mailing list commits@hawq.incubator.apache.org Received: (qmail 37245 invoked by uid 99); 22 Jun 2016 10:10:14 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2016 10:10:14 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id 2F36C180647 for ; Wed, 22 Jun 2016 10:10:14 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id VWscIfPK9UfB for ; Wed, 22 Jun 2016 10:10:13 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id 14B765F4E5 for ; Wed, 22 Jun 2016 10:10:12 +0000 (UTC) Received: (qmail 37241 invoked by uid 99); 22 Jun 2016 10:10:12 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Jun 2016 10:10:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 62E40DFEDA; Wed, 22 Jun 2016 10:10:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: huor@apache.org To: commits@hawq.incubator.apache.org Message-Id: <7961632946b94f6a821872a403dfa0dd@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-hawq git commit: HAWQ-854. Remove directories from %files in plr.spec Date: Wed, 22 Jun 2016 10:10:12 +0000 (UTC) archived-at: Wed, 22 Jun 2016 10:10:16 -0000 Repository: incubator-hawq Updated Branches: refs/heads/master 0bc49a345 -> 595b5b2c9 HAWQ-854. Remove directories from %files in plr.spec Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/595b5b2c Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/595b5b2c Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/595b5b2c Branch: refs/heads/master Commit: 595b5b2c96631f3b93bc91f1f3c1a6995a4c2d7a Parents: 0bc49a3 Author: Paul Guo Authored: Wed Jun 22 18:00:58 2016 +0800 Committer: Paul Guo Committed: Wed Jun 22 18:02:27 2016 +0800 ---------------------------------------------------------------------- src/pl/plr.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/595b5b2c/src/pl/plr.spec ---------------------------------------------------------------------- diff --git a/src/pl/plr.spec b/src/pl/plr.spec index 5456dd3..e34e8b8 100644 --- a/src/pl/plr.spec +++ b/src/pl/plr.spec @@ -5,6 +5,8 @@ Release: 0 Prefix: /usr/local License: GPL +%define _unpackaged_files_terminate_build 0 + %description The PL/R modules provides Procedural language implementation of R for HAWQ. @@ -18,4 +20,6 @@ make -C %{plr_srcdir} make -C %{plr_srcdir} install prefix=%{buildroot}/usr/local %files -/usr/local +/usr/local/docs/contrib/README.plr +/usr/local/lib/postgresql/plr.so* +/usr/local/share/postgresql/contrib/plr.sql