[nodejs-fresh] Add macro to enable dependency generation on EPEL

Jamie Nguyen jamielinux at fedoraproject.org
Mon Apr 15 16:39:21 UTC 2013


commit 2d269e76b6cb22982edd1f9fcf0c9a5c125830a1
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Mon Apr 15 17:39:09 2013 +0100

    Add macro to enable dependency generation on EPEL

 nodejs-fresh.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-fresh.spec b/nodejs-fresh.spec
index 42dbc94..627e5d7 100644
--- a/nodejs-fresh.spec
+++ b/nodejs-fresh.spec
@@ -1,3 +1,5 @@
+%{?nodejs_find_provides_and_requires}
+
 %global enable_tests 0
 
 Name:       nodejs-fresh
@@ -34,7 +36,7 @@ to indicate that the cache is now stale.
 
 %prep
 %setup -q -n package
-%setup -T -D -a 1 -q -n package
+%setup -q -T -D -a 1 -n package
 
 %build
 #nothing to do


More information about the scm-commits mailing list