• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Node.jsの公式配布バイナリからrpm/debパッケージを作成するための設定ファイル


Commit MetaInfo

Revisiond5b1f49e4a84bc0492121e5b6a33bd3f1078fa3c (tree)
Time2014-01-17 21:38:39
Authorhylom <hylom@hylo...>
Commiterhylom

Log Message

update 0.10.x/nodejs.spec for nodejs v0.10.24

Change Summary

Incremental Difference

--- a/rpm/0.10.x/nodejs.spec
+++ b/rpm/0.10.x/nodejs.spec
@@ -1,5 +1,5 @@
11 Name: nodejs
2-Version: 0.10.2
2+Version: 0.10.24
33 Release: private1
44 Group: Development
55 Vendor: hylom
@@ -10,6 +10,11 @@ Summary: Evented I/O for V8 JavaScript
1010 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root
1111 Source: node-v%{version}-linux-x64.tar.gz
1212
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+
1318 %description
1419 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.
1520
@@ -39,5 +44,7 @@ rm -rf $RPM_BUILD_ROOT
3944 %doc ChangeLog LICENSE README.md
4045
4146 %changelog
47+* Fri Jan 17 2014 hylom <hylom@hylom.net>
48+- Bump to v0.10.24.
4249 * Wed Oct 1 2012 hylom <hylom@hylom.net>
4350 - Initial build.