move RPM magic to nodejs-devel as requested by FPC
This commit is contained in:
parent
a3faf37d42
commit
1d441dbbce
@ -154,15 +154,15 @@ cp -p common.gypi %{buildroot}%{_datadir}/node
|
|||||||
%doc ChangeLog LICENSE README.md AUTHORS
|
%doc ChangeLog LICENSE README.md AUTHORS
|
||||||
%{_bindir}/node
|
%{_bindir}/node
|
||||||
%{_mandir}/man1/node.*
|
%{_mandir}/man1/node.*
|
||||||
%{_sysconfdir}/rpm/macros.nodejs
|
|
||||||
%{_rpmconfigdir}/fileattrs/nodejs.attr
|
|
||||||
%{_rpmconfigdir}/nodejs*
|
|
||||||
%dir %{_prefix}/lib/node_modules
|
%dir %{_prefix}/lib/node_modules
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_bindir}/node_g
|
%{_bindir}/node_g
|
||||||
%{_includedir}/node
|
%{_includedir}/node
|
||||||
%{_datadir}/node
|
%{_datadir}/node
|
||||||
|
%{_sysconfdir}/rpm/macros.nodejs
|
||||||
|
%{_rpmconfigdir}/fileattrs/nodejs.attr
|
||||||
|
%{_rpmconfigdir}/nodejs*
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%{_defaultdocdir}/%{name}-docs-%{version}
|
%{_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.
|
- 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
|
This way `npm install` for native modules that assume the stuff bundled with
|
||||||
node exists will usually "just work".
|
node exists will usually "just work".
|
||||||
|
-move RPM magic to nodejs-devel as requested by FPC
|
||||||
|
|
||||||
* Sat Jan 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.9.5-9
|
* Sat Jan 12 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.9.5-9
|
||||||
- fix brown paper bag bug in requires generation script
|
- fix brown paper bag bug in requires generation script
|
||||||
|
Loading…
Reference in New Issue
Block a user