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 <[email protected]> Authored: Wed Jun 22 18:00:58 2016 +0800 Committer: Paul Guo <[email protected]> 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
