Name: nodejs Epoch: 1 Version: 1 Release: 1%{?dist} Summary: Node.js JavaScript runtime metapackage License: MIT URL: https://nodejs.org/ BuildArch: noarch # This is a metapackage that pulls in the current Node.js version # Currently defaults to Node.js 24 %global nodejs_major 24 Requires: nodejs%{nodejs_major} Requires: nodejs%{nodejs_major}-bin Requires: nodejs%{nodejs_major}-npm-bin %description This is a metapackage that installs the current supported version of Node.js JavaScript runtime. It pulls in nodejs%{nodejs_major}, nodejs%{nodejs_major}-bin, and nodejs%{nodejs_major}-npm-bin packages. The -bin packages provide unversioned symlinks (node, npm, npx) that point to the versioned binaries, making it convenient to use Node.js without specifying the version number. %prep # No source to prepare %build # Nothing to build %install # Nothing to install %files # This is a metapackage - no files %changelog %autochangelog