From aa31936914a686d185fed5c35c856a053eb86d726287a5823c0632dca82c1431 Mon Sep 17 00:00:00 2001 From: Adam Majer Date: Mon, 28 Oct 2019 11:15:13 +0000 Subject: [PATCH] - Remove extra -g from compiler command-line OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs-common?expand=0&rev=15 --- nodejs-common.changes | 4 ++-- nodejs-common.spec | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/nodejs-common.changes b/nodejs-common.changes index d718fda..0174424 100644 --- a/nodejs-common.changes +++ b/nodejs-common.changes @@ -1,7 +1,7 @@ ------------------------------------------------------------------- -Sun Oct 27 00:35:03 UTC 2019 - Marcus Rueckert +Mon Oct 28 11:13:23 UTC 2019 - Adam Majer -- install the binary and not the source code +- Remove extra -g from compiler command-line ------------------------------------------------------------------- Fri Feb 1 15:03:12 UTC 2019 - adam.majer@suse.de diff --git a/nodejs-common.spec b/nodejs-common.spec index fc18216..5545aaf 100644 --- a/nodejs-common.spec +++ b/nodejs-common.spec @@ -52,8 +52,8 @@ gcc ${RPM_OPT_FLAGS} -o node %{S:1} %install install -D -m 0755 node %{buildroot}%{_bindir}/node -ln -s node %{buildroot}%{_bindir}/npm -ln -s node %{buildroot}%{_bindir}/npx +ln node %{buildroot}%{_bindir}/npm +ln node %{buildroot}%{_bindir}/npx %files %license LICENSE