diff --git a/nodejs.spec b/nodejs.spec index b3bf5df..d665375 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,6 +1,6 @@ Name: nodejs -Version: 12.9.1 -Release: 2mamba +Version: 12.10.0 +Release: 1mamba Summary: Evented I/O for V8 JavaScript Group: System/Servers Vendor: openmamba @@ -32,12 +32,17 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel This package contains libraries and header files for developing applications that use %{name}. +%debug_package + %prep %setup -q -n node-v%{version} -#-D -T %build -#:<< _EOF +%ifnarch x86_64 +export CFLAGS="%{optflags} -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map-whole-files -Wl,--no-keep-files-mapped" +export CXXFLAGS="%{optflags} -g0 -Wl,--no-keep-memory -fuse-ld=gold -Wl,--no-map-whole-files -Wl,--no-keep-files-mapped" +%endif + ./configure \ --prefix=%{_prefix} \ --with-intl=system-icu \ @@ -81,17 +86,14 @@ ln -s node %{buildroot}/%{_bindir}/nodejs %{_includedir}/node/*.h %{_includedir}/node/common.gypi %{_includedir}/node/config.gypi -%ifarch %{ix86} -%dir %{_includedir}/node/openssl -%{_includedir}/node/openssl/* -%dir %{_includedir}/node/uv -%{_includedir}/node/uv/* -%endif %dir %{_includedir}/node/libplatform %{_includedir}/node/libplatform/*.h #%doc ChangeLog %changelog +* Wed Sep 11 2019 Automatic Build System 12.10.0-1mamba +- automatic version update by autodist + * Sat Aug 31 2019 Silvan Calarco 12.9.1-2mamba - added configure options to use mode system shared librares