[nodejs/el6: 5/6] provide nodejs-devel

T.C. Hollingsworth patches at fedoraproject.org
Wed Jan 2 01:56:42 UTC 2013


commit 3c627f306d0829f51d7ba0c61299a2e58688affb
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Tue Jan 1 18:54:12 2013 -0700

    provide nodejs-devel

 nodejs.spec |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index 1eccc0b..09e6b0c 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -21,6 +21,8 @@ BuildRequires: zlib-devel
 BuildRequires: openssl-devel >= 1:1.0.1
 #virtual provides for automatic depedency generation
 Provides: nodejs(engine) = %{version}
+#provide nodejs-devel until it comes back for real
+Provides: nodejs-devel = %{version}-%{release}
 
 # Exclusive archs must match v8
 ExclusiveArch: %{ix86} x86_64 %{arm}
@@ -136,6 +138,10 @@ rm -f %{_defaultdocdir}/%{name}-docs-%{version}/html/nodejs.1
 %doc LICENSE
 
 %changelog
+* Tue Jan 01 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.9.5-2
+- provide nodejs-devel so modules can BuildRequire it (and be consistent
+  with other interpreted languages in the distro)
+
 * Tue Jan 01 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.9.5-1
 - new upstream release 0.9.5
 - provide nodejs-devel for the moment


More information about the scm-commits mailing list