fuanan add package

This commit is contained in:
fwx913451 2020-09-07 20:18:24 +08:00
parent 9b36c6fba2
commit 47ebb5afc8
4 changed files with 2 additions and 3 deletions

BIN
1.9.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@ Release: 1
Summary: ECMAScript code generator Summary: ECMAScript code generator
License: BSD License: BSD
URL: https://github.com/Constellation/escodegen URL: https://github.com/Constellation/escodegen
Source0: https://registry.npmjs.org/escodegen/-/escodegen-%{version}.tgz Source0: https://github.com/Constellation/escodegen/archive/%{version}.tar.gz
Source1: tests-%{version}.tar.bz2 Source1: tests-%{version}.tar.bz2
Source10: dl-tests.sh Source10: dl-tests.sh
BuildArch: noarch BuildArch: noarch
@ -19,8 +19,7 @@ BuildRequires: npm(mocha) npm(chai) npm(estraverse) npm(esutils) npm(sourc
%{summary}. %{summary}.
%prep %prep
%setup -q -n package %autosetup -n escodegen-%{version}
%setup -q -T -D -a 1 -n package
%nodejs_fixdep esprima %nodejs_fixdep esprima
%nodejs_fixdep estraverse %nodejs_fixdep estraverse
%nodejs_fixdep source-map "^0.5.2" %nodejs_fixdep source-map "^0.5.2"

Binary file not shown.