added nodejs simlink as workaround for atom editor [release 7.7.3-2mamba;Fri Apr 07 2017]
This commit is contained in:
parent
f8a4f1c9ac
commit
540e6a73fc
@ -1,6 +1,6 @@
|
|||||||
Name: nodejs
|
Name: nodejs
|
||||||
Version: 7.7.3
|
Version: 7.7.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Evented I/O for V8 JavaScript
|
Summary: Evented I/O for V8 JavaScript
|
||||||
Group: System/Servers
|
Group: System/Servers
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -41,12 +41,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
cd %{buildroot}/%{_bindir}
|
||||||
|
ln -s node %{buildroot}/%{_bindir}/nodejs
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/nodejs
|
||||||
%{_bindir}/node
|
%{_bindir}/node
|
||||||
#%{_bindir}/node-repl
|
#%{_bindir}/node-repl
|
||||||
#%{_bindir}/node-waf
|
#%{_bindir}/node-waf
|
||||||
@ -80,6 +83,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
#%doc ChangeLog
|
#%doc ChangeLog
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 07 2017 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 7.7.3-2mamba
|
||||||
|
- added nodejs simlink as workaround for atom editor
|
||||||
|
|
||||||
* Wed Mar 15 2017 Automatic Build System <autodist@mambasoft.it> 7.7.3-1mamba
|
* Wed Mar 15 2017 Automatic Build System <autodist@mambasoft.it> 7.7.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user