[packages/cjs] New meson macros.
arekm
arekm at pld-linux.org
Tue Jul 15 15:10:37 CEST 2025
commit 169ca9b82bffb271020b27a099a6c5be42b1e7f3
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Jul 15 15:10:20 2025 +0200
New meson macros.
cjs.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/cjs.spec b/cjs.spec
index 6d83865..9f3f740 100644
--- a/cjs.spec
+++ b/cjs.spec
@@ -103,13 +103,13 @@ Sondy systemtap/dtrace dla cjs.
%{__sed} -i -e 's/ library(/ shared_library(/' installed-tests/js/meson.build
%build
-%meson build \
+%meson \
%{?with_systemtap:-Ddtrace=true} \
%{?with_installed_tests:-Dinstalled_tests=true} \
%{!?with_sysprof:-Dprofiler=disabled} \
%{?with_systemtap:-Dsystemtap=true}
-%ninja_build -C build
+%meson_build
%if %{with tests}
%ninja_test -C build
@@ -118,7 +118,7 @@ Sondy systemtap/dtrace dla cjs.
%install
rm -rf $RPM_BUILD_ROOT
-%ninja_install -C build
+%meson_install
%if %{with systemtap}
# they forgot to rename again on GNOME merge
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/cjs.git/commitdiff/169ca9b82bffb271020b27a099a6c5be42b1e7f3
More information about the pld-cvs-commit
mailing list