]> git.pld-linux.org Git - packages/nodejs.git/commitdiff
builds with uv 1.6.0
authorElan Ruusamäe <glen@delfi.ee>
Sat, 17 Oct 2015 22:19:02 +0000 (01:19 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 17 Oct 2015 22:20:19 +0000 (01:20 +0300)
nodejs.spec

index b920260256902b18c4cf71d61c63b36a643ac118..b31233a8996097c1bb9c4e04ccfa1f2dfd9ab1b5 100644 (file)
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_with    system_v8       # system v8
-%bcond_with    system_uv       # system uv
+%bcond_without system_uv       # system uv
 %bcond_with    shared  # build libnode.so shared library
 
 # NOTES:
@@ -10,7 +10,7 @@
 Summary:       Asynchronous JavaScript Engine
 Name:          nodejs
 Version:       4.2.1
-Release:       0.1
+Release:       0.2
 License:       BSD and MIT and Apache v2.0 and GPL v3
 Group:         Development/Languages
 Source0:       https://nodejs.org/dist/v%{version}/node-v%{version}.tar.gz
@@ -33,7 +33,7 @@ BuildRequires:        c-ares-devel
 BuildRequires: gcc >= 5:4.0
 BuildRequires: http-parser-devel >= 2.5.0
 BuildRequires: libstdc++-devel
-%{?with_system_uv:BuildRequires:       libuv-devel >= 0.10}
+%{?with_system_uv:BuildRequires:       libuv-devel >= 1.6.0}
 BuildRequires: openssl-devel
 BuildRequires: pkgconfig
 BuildRequires: python >= 1:2.5.2
This page took 0.144913 seconds and 4 git commands to generate.