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
|
Name: nodejs
|
||||||
Version: 12.9.1
|
Version: 12.10.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Evented I/O for V8 JavaScript
|
Summary: Evented I/O for V8 JavaScript
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -32,12 +32,17 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n node-v%{version}
|
%setup -q -n node-v%{version}
|
||||||
#-D -T
|
|
||||||
|
|
||||||
%build
|
%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 \
|
./configure \
|
||||||
--prefix=%{_prefix} \
|
--prefix=%{_prefix} \
|
||||||
--with-intl=system-icu \
|
--with-intl=system-icu \
|
||||||
@ -81,17 +86,14 @@ ln -s node %{buildroot}/%{_bindir}/nodejs
|
|||||||
%{_includedir}/node/*.h
|
%{_includedir}/node/*.h
|
||||||
%{_includedir}/node/common.gypi
|
%{_includedir}/node/common.gypi
|
||||||
%{_includedir}/node/config.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
|
%dir %{_includedir}/node/libplatform
|
||||||
%{_includedir}/node/libplatform/*.h
|
%{_includedir}/node/libplatform/*.h
|
||||||
#%doc ChangeLog
|
#%doc ChangeLog
|
||||||
|
|
||||||
%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
|
* Sat Aug 31 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 12.9.1-2mamba
|
||||||
- added configure options to use mode system shared librares
|
- added configure options to use mode system shared librares
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user