[nodejs/el6] upstream install script installs the headers now

T.C. Hollingsworth patches at fedoraproject.org
Thu Dec 19 18:44:11 UTC 2013


commit 8ec480797e93cc742791f8961a09cf33a94a50ef
Author: T.C. Hollingsworth <tchollingsworth at gmail.com>
Date:   Thu Dec 19 11:39:02 2013 -0700

    upstream install script installs the headers now
    
    (cherry picked from commit 7379e62cbbe016db4397b0422d078b482569bb9f)

 nodejs.spec |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)
---
diff --git a/nodejs.spec b/nodejs.spec
index 35ee34c..f6899ee 100644
--- a/nodejs.spec
+++ b/nodejs.spec
@@ -137,12 +137,6 @@ cp -pr doc/* %{buildroot}%{_defaultdocdir}/%{name}-docs-%{version}/html
 rm -f %{_defaultdocdir}/%{name}-docs-%{version}/html/nodejs.1
 cp -p LICENSE %{buildroot}%{_defaultdocdir}/%{name}-docs-%{version}/
 
-#install development headers
-#FIXME: we probably don't really need *.h but node-gyp downloads the whole
-#freaking source tree so I can't be sure ATM
-mkdir -p %{buildroot}%{_includedir}/node
-cp -p src/*.h %{buildroot}%{_includedir}/node
-
 #node-gyp needs common.gypi too
 mkdir -p %{buildroot}%{_datadir}/node
 cp -p common.gypi %{buildroot}%{_datadir}/node
@@ -167,6 +161,7 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
 * Thu Dec 19 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.24-1
 - new upstream release 0.10.24
   http://blog.nodejs.org/2013/12/19/node-v0-10-24-stable/
+- upstream install script installs the headers now
 
 * Thu Dec 12 2013 T.C. Hollingsworth <tchollingsworth at gmail.com> - 0.10.23-1
 - new upstream release 0.10.23


More information about the scm-commits mailing list