[nodejs-vows] Add nodejs_find_provides_and_requires macro

Jamie Nguyen jamielinux at fedoraproject.org
Tue Aug 20 20:23:17 UTC 2013


commit ffeda54d9ed37c575477cbe333f4ff451b5ba44d
Author: Jamie Nguyen <j at jamielinux.com>
Date:   Tue Aug 20 21:22:53 2013 +0100

    Add nodejs_find_provides_and_requires macro

 nodejs-vows.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/nodejs-vows.spec b/nodejs-vows.spec
index d5ae08b..7771f7e 100644
--- a/nodejs-vows.spec
+++ b/nodejs-vows.spec
@@ -1,8 +1,10 @@
+%{?nodejs_find_provides_and_requires}
+
 %global enable_tests 1
 
 Name:       nodejs-vows
 Version:    0.7.0
-Release:    7%{?dist}
+Release:    8%{?dist}
 Summary:    Asynchronous behavior-driven development (BDD) and continuous integration
 License:    MIT
 Group:      System Environment/Libraries
@@ -81,6 +83,9 @@ install -p -D -m0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/vows.1
 
 
 %changelog
+* Tue Aug 20 2013 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.7.0-8
+- add nodejs_find_provides_and_requires macro
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list