Browse Source

fix tracking

master
parent
commit
25ccb1bdb9
  1. 8
      npm2/npm2.spec

8
npm2/npm2.spec

@ -44,8 +44,8 @@ Source1: http://nodejs.org/download/release/v%{V_node}/node-v%{V_node}-head
Patch0: npm2.patch
# build information
BuildPreReq: OpenPKG, openpkg >= 20140101
PreReq: OpenPKG, openpkg >= 20140101, node, python
BuildPreReq: OpenPKG, openpkg >= 20160101
PreReq: OpenPKG, openpkg >= 20160101, node, python
%description
NPM is the package manager for Node.js.
@ -58,8 +58,8 @@ PreReq: OpenPKG, openpkg >= 20140101, node, python
}
prog npm2:node = {
version = %{V_node}
url = http://nodejs.org/download/release/
regex = node-v(__VER__)\.tar\.gz
url = https://nodejs.org/download/release/
regex = v(__VER__)\.tar\.gz
}
%prep

Loading…
Cancel
Save