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

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


commit 2ca2ed3fe35bf0b2f2ca2d0619d1e9fbc617a048
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Mon Apr 15 16:03:27 2013 -0700

    add macro to enable dependency generation on EPEL6

 nodejs-amdefine.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-amdefine.spec b/nodejs-amdefine.spec
index 5bedc18..9f5f98f 100644
--- a/nodejs-amdefine.spec
+++ b/nodejs-amdefine.spec
@@ -1,6 +1,8 @@
+%{?nodejs_find_provides_and_requires}
+
 Name:           nodejs-amdefine
 Version:        0.0.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Provide AMD's define() API for declaring modules in the AMD format
 BuildArch:      noarch
 
@@ -39,5 +41,8 @@ rm -rf %buildroot
 %doc LICENSE README.md
 
 %changelog
+* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.4-2
+- add macro to enable dependency generation on EPEL6
+
 * Fri Jan 18 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.0.4-1
 - initial package generated by npm2rpm


More information about the scm-commits mailing list