[nodejs-node-expat] Remove v8 dependencies which are now automatic

Jamie Nguyen jamielinux at fedoraproject.org
Wed Mar 20 21:05:41 UTC 2013


commit 5e48038b39c11ce0a41cfcf39a907397fcb72768
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Wed Mar 20 21:03:53 2013 +0000

    Remove v8 dependencies which are now automatic

 nodejs-node-expat.spec |   21 ++++-----------------
 1 files changed, 4 insertions(+), 17 deletions(-)
---
diff --git a/nodejs-node-expat.spec b/nodejs-node-expat.spec
index c5e6a73..6281433 100644
--- a/nodejs-node-expat.spec
+++ b/nodejs-node-expat.spec
@@ -2,7 +2,7 @@
 
 Name:       nodejs-node-expat
 Version:    2.0.0
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    Fast libexpat XML SAX parser binding for Node.js
 License:    MIT
 Group:      System Environment/Libraries
@@ -22,22 +22,6 @@ BuildRequires:  npm(vows)
 # Exclusive archs must match v8
 ExclusiveArch: %{ix86} x86_64 %{arm}
 
-# V8 presently breaks ABI at least every x.y release while never bumping
-# SONAME, so we need to be more explicit until spot fixes that
-%global v8_ge 1:3.14.5.7
-%global v8_lt 1:3.15
-
-BuildRequires:  c-ares-devel
-BuildRequires:  http-parser-devel >= 2.0
-BuildRequires:  libicu-devel
-BuildRequires:  libuv-devel
-BuildRequires:  openssl-devel >= 1:1.0.1
-BuildRequires:  v8-devel >= %{v8_ge}
-BuildRequires:  zlib-devel
-
-Requires: v8%{?isa} >= %{v8_ge}
-Requires: v8%{?isa} < %{v8_lt}
-
 %description
 %summary
 
@@ -79,6 +63,9 @@ cp -pr %{nodejs_sitelib} .
 
 
 %changelog
+* Wed Mar 20 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 2.0.0-4
+- remove v8 dependencies which are now automatic
+
 * Tue Mar 12 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 2.0.0-3
 - bump v8 version for nodejs-0.10.0
 


More information about the scm-commits mailing list