package init

This commit is contained in:
wangxiao65 2020-09-07 16:39:20 +08:00
parent ceba54386e
commit d9587e594a
4 changed files with 2 additions and 11 deletions

BIN
0.3.3.tar.gz Normal file

Binary file not shown.

View File

@ -8,17 +8,9 @@ Release: 1
Summary: WebSocket protocol handler with pluggable I/O for Node.js Summary: WebSocket protocol handler with pluggable I/O for Node.js
License: MIT License: MIT
URL: http://github.com/faye/websocket-driver-node URL: http://github.com/faye/websocket-driver-node
Source0: http://registry.npmjs.org/websocket-driver/-/websocket-driver-%{version}.tgz Source0: http://github.com/faye/websocket-driver-node/archive/%{version}.tar.gz
#tag = 0.3.3
#git clone git://github.com/faye/websocket-driver-node.git
#cd websocket-driver-node
#git archive --prefix="spec/" --format=tar tags/${tag}:spec/ \
# | bzip2 > "$pwd"/tests-${tag}.tar.bz2
Source1: tests-%{version}.tar.bz2
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
%if 0%{?enable_tests} %if 0%{?enable_tests}
@ -30,8 +22,7 @@ BuildRequires: npm(jstest)
%prep %prep
%setup -q -n package %autosetup -n websocket-driver-node-%{version}
%setup -q -T -D -a 1 -n package
%build %build

Binary file not shown.

Binary file not shown.