[nodejs-bindings/el6] add macro to enable dependency generation in EPEL

T.C. Hollingsworth patches at fedoraproject.org
Mon Apr 15 05:55:42 UTC 2013


commit bbeaeb17e7687139dcf057a316af48eee1b89261
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Sun Apr 14 22:55:01 2013 -0700

    add macro to enable dependency generation in EPEL

 nodejs-bindings.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-bindings.spec b/nodejs-bindings.spec
index 59d8e09..14a6639 100644
--- a/nodejs-bindings.spec
+++ b/nodejs-bindings.spec
@@ -1,6 +1,8 @@
+%{?nodejs_find_provides_and_requires}
+
 Name:       nodejs-bindings
 Version:    1.1.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    Helper module for loading your native module's .node file
 # License text is included in README.md
 License:    MIT
@@ -48,6 +50,9 @@ cp -pr package.json bindings.js \
 
 
 %changelog
+* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 1.1.0-2
+- add macro to enable dependency generation in EPEL
+
 * Fri Mar 15 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 1.1.0-1
 - update to upstream release 1.1.0
 


More information about the scm-commits mailing list