Node.jsの公式配布バイナリからrpm/debパッケージを作成するための設定ファイル
Revision | d5b1f49e4a84bc0492121e5b6a33bd3f1078fa3c (tree) |
---|---|
Time | 2014-01-17 21:38:39 |
Author | hylom <hylom@hylo...> |
Commiter | hylom |
update 0.10.x/nodejs.spec for nodejs v0.10.24
@@ -1,5 +1,5 @@ | ||
1 | 1 | Name: nodejs |
2 | -Version: 0.10.2 | |
2 | +Version: 0.10.24 | |
3 | 3 | Release: private1 |
4 | 4 | Group: Development |
5 | 5 | Vendor: hylom |
@@ -10,6 +10,11 @@ Summary: Evented I/O for V8 JavaScript | ||
10 | 10 | Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root |
11 | 11 | Source: node-v%{version}-linux-x64.tar.gz |
12 | 12 | |
13 | +# disable debug package | |
14 | +%global _enable_debug_package 0 | |
15 | +%global debug_package %{nil} | |
16 | +%global __os_install_post /usr/lib/rpm/brp-compress %{nil} | |
17 | + | |
13 | 18 | %description |
14 | 19 | Node.js is a server-side JavaScript environment that uses an asynchronous event-driven model. Node's goal is to provide an easy way to build scalable network programs. |
15 | 20 |
@@ -39,5 +44,7 @@ rm -rf $RPM_BUILD_ROOT | ||
39 | 44 | %doc ChangeLog LICENSE README.md |
40 | 45 | |
41 | 46 | %changelog |
47 | +* Fri Jan 17 2014 hylom <hylom@hylom.net> | |
48 | +- Bump to v0.10.24. | |
42 | 49 | * Wed Oct 1 2012 hylom <hylom@hylom.net> |
43 | 50 | - Initial build. |