automatic version update by autodist [release 12.10.0-1mamba;Wed Sep 11 2019]
This commit is contained in:
parent
8e0b14f12e
commit
7272d3f1da
22
nodejs.spec
22
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 <autodist@mambasoft.it> 12.10.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Aug 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 12.9.1-2mamba
|
||||
- added configure options to use mode system shared librares
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user