From 1d441dbbce276698febcdaa521b692018b0defc9 Mon Sep 17 00:00:00 2001 From: "T.C. Hollingsworth" Date: Wed, 30 Jan 2013 16:46:47 -0700 Subject: [PATCH] move RPM magic to nodejs-devel as requested by FPC --- nodejs.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nodejs.spec b/nodejs.spec index 138a0f2..1cfb3b2 100644 --- a/nodejs.spec +++ b/nodejs.spec @@ -154,15 +154,15 @@ cp -p common.gypi %{buildroot}%{_datadir}/node %doc ChangeLog LICENSE README.md AUTHORS %{_bindir}/node %{_mandir}/man1/node.* -%{_sysconfdir}/rpm/macros.nodejs -%{_rpmconfigdir}/fileattrs/nodejs.attr -%{_rpmconfigdir}/nodejs* %dir %{_prefix}/lib/node_modules %files devel %{_bindir}/node_g %{_includedir}/node %{_datadir}/node +%{_sysconfdir}/rpm/macros.nodejs +%{_rpmconfigdir}/fileattrs/nodejs.attr +%{_rpmconfigdir}/nodejs* %files docs %{_defaultdocdir}/%{name}-docs-%{version} @@ -177,6 +177,7 @@ cp -p common.gypi %{buildroot}%{_datadir}/node - Add the full set of headers usually bundled with node as deps to nodejs-devel. This way `npm install` for native modules that assume the stuff bundled with node exists will usually "just work". +-move RPM magic to nodejs-devel as requested by FPC * Sat Jan 12 2013 T.C. Hollingsworth - 0.9.5-9 - fix brown paper bag bug in requires generation script