automatic version update by autodist [release 0.10.28-1mamba;Sat May 03 2014]
This commit is contained in:
parent
41c4bedadb
commit
05bf4afe0d
128
nodejs.spec
Normal file
128
nodejs.spec
Normal file
@ -0,0 +1,128 @@
|
||||
Name: nodejs
|
||||
Version: 0.10.28
|
||||
Release: 1mamba
|
||||
Summary: Evented I/O for V8 JavaScript
|
||||
Group: System/Servers
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: http://nodejs.org/
|
||||
Source: http://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libgcc
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Evented I/O for V8 JavaScript.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q -n node-v%{version}
|
||||
|
||||
%build
|
||||
./configure \
|
||||
--prefix=%{_prefix}
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/node
|
||||
#%{_bindir}/node-repl
|
||||
#%{_bindir}/node-waf
|
||||
%{_bindir}/npm
|
||||
#%{_libdir}/dtrace/node.d
|
||||
#%dir %{_includedir}/node
|
||||
#%{_includedir}/node/*
|
||||
#%dir %{_libdir}/node
|
||||
#%dir %{_libdir}/node/wafadmin
|
||||
#%{_libdir}/node/wafadmin/*
|
||||
%dir %{_libdir}/node_modules
|
||||
%{_libdir}/node_modules/npm
|
||||
%{_mandir}/man1/node.1*
|
||||
#%{_libdir}/pkgconfig/nodejs.pc
|
||||
%doc AUTHORS LICENSE
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/node
|
||||
%{_includedir}/node/*.h
|
||||
%{_includedir}/node/common.gypi
|
||||
%{_includedir}/node/config.gypi
|
||||
%dir %{_includedir}/node/openssl
|
||||
%{_includedir}/node/openssl/opensslconf.h
|
||||
%dir %{_includedir}/node/uv-private
|
||||
%{_includedir}/node/uv-private/*.h
|
||||
%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Sat May 03 2014 Automatic Build System <autodist@mambasoft.it> 0.10.28-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 19 2014 Automatic Build System <autodist@mambasoft.it> 0.10.26-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Feb 02 2014 Automatic Build System <autodist@mambasoft.it> 0.10.25-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Dec 26 2013 Automatic Build System <autodist@mambasoft.it> 0.10.24-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Dec 13 2013 Automatic Build System <autodist@mambasoft.it> 0.10.23-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Nov 13 2013 Automatic Build System <autodist@mambasoft.it> 0.10.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 29 2013 Automatic Build System <autodist@mambasoft.it> 0.10.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sat Mar 09 2013 Automatic Build System <autodist@mambasoft.it> 0.8.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Feb 27 2013 Automatic Build System <autodist@mambasoft.it> 0.8.21-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Feb 18 2013 Automatic Build System <autodist@mambasoft.it> 0.8.20-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Feb 08 2013 Automatic Build System <autodist@mambasoft.it> 0.8.19-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Jan 29 2013 Automatic Build System <autodist@mambasoft.it> 0.8.18-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Mar 29 2012 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.6.14-1mamba
|
||||
- update to 0.6.14
|
||||
|
||||
* Mon Jul 25 2011 Automatic Build System <autodist@mambasoft.it> 0.5.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Jun 19 2011 Automatic Build System <autodist@mambasoft.it> 0.4.8-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Fri Apr 01 2011 Automatic Build System <autodist@mambasoft.it> 0.4.4-1mamba
|
||||
- update to 0.4.4
|
||||
|
||||
* Wed Jan 12 2011 Silvan Calarco <silvan.calarco@mambasoft.it> v0.2.6-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user