[nodejs-source-map/el6: 2/3] add macro to enable dependency generation on EPEL6

T.C. Hollingsworth patches at fedoraproject.org
Mon Apr 15 23:24:39 UTC 2013


commit b9cb1fb2b72a1af6d1aae344405a3082b11bf029
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Apr 15 16:08:28 2013 -0700

    add macro to enable dependency generation on EPEL6

 nodejs-source-map.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-source-map.spec b/nodejs-source-map.spec
index 3aa9059..735bd83 100644
--- a/nodejs-source-map.spec
+++ b/nodejs-source-map.spec
@@ -1,10 +1,12 @@
+%{?nodejs_find_provides_and_requires}
+
 # We cannot currently build the browser version due to a dependency loop
 # npm(dryice) requires npm(uglify-js) which requres this
 %global bootstrap 1
 
 Name:           nodejs-source-map
 Version:        0.1.8
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Node.js library that generates and consumes source maps
 BuildArch:      noarch
 
@@ -84,6 +86,9 @@ rm -rf %buildroot
 %endif
 
 %changelog
+* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.8-4
+- add macro to enable dependency generation on EPEL6
+
 * Sun Feb 10 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.1.8-3
 - fix BuildRequires
 - link dependencies in %%check


More information about the scm-commits mailing list