From: aredridel Date: Sat, 12 Jun 2010 01:17:45 +0000 (+0000) Subject: - 0.1.98 X-Git-Tag: auto/th/nodejs-0_4_12-1~19 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=b52d635c9fafac4e6a8ea71009e1b1eadaf4a2dd;p=packages%2Fnodejs.git - 0.1.98 Changed files: nodejs.spec -> 1.8 --- diff --git a/nodejs.spec b/nodejs.spec index 2873066..f7c1e89 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -1,22 +1,15 @@ # TODO: # - use system waf -# For the 1.2 branch, we use 0s here -# For 1.3+, we use the three digit versions -%define somajor 2 -%define sominor 1 -%define sobuild 2 -%define sover %{somajor}.%{sominor}.%{sobuild} - Summary: Asynchronous JavaScript Engine Name: nodejs -Version: 0.1.97 +Version: 0.1.98 Release: 0 License: BSD Group: Libraries URL: http://nodejs.org/ Source0: http://nodejs.org/dist/node-v%{version}.tar.gz -# Source0-md5: 4e80b775f9417cc8305fdec34646d8fb +# Source0-md5: d8a75cb5c18ce20e0206ced95a8c1544 BuildRequires: gcc >= 5:4.0 BuildRequires: libeio-devel BuildRequires: libev-devel >= 3.90 @@ -64,7 +57,9 @@ CXX=%{__cxx} export CFLAGS LDFLAGS CXXFLAGS CC CXX tools/waf-light configure \ - --system \ + --shared-v8 \ + --shared-cares \ + --shared-libev \ --prefix=%{_prefix} tools/waf-light build