package init

This commit is contained in:
wangxiao65 2020-09-07 16:36:28 +08:00
parent e91325c5aa
commit eff65a0ef9
5 changed files with 2 additions and 6 deletions

BIN
3.10.0.tar.gz Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -6,9 +6,7 @@ Release: 1
Summary: YAML 1.2 parser and serializer Summary: YAML 1.2 parser and serializer
License: MIT License: MIT
URL: https://github.com/nodeca/js-yaml URL: https://github.com/nodeca/js-yaml
Source0: https://registry.npmjs.org/js-yaml/-/js-yaml-%{version}.tgz Source0: https://github.com/nodeca/js-yaml/archive/%{version}.tar.gz
Source1: tests-%{version}.tar.bz2
Source2: examples-%{version}.tar.bz2
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -22,9 +20,7 @@ completely rewritten from scratch. Now it's very fast, and supports the
1.2 spec. 1.2 spec.
%prep %prep
%setup -q -n package %autosetup -n js-yaml-%{version}
%setup -q -T -D -a 1 -n package
%setup -q -T -D -a 2 -n package
sed -i '1s/env //' bin/js-yaml.js sed -i '1s/env //' bin/js-yaml.js
%nodejs_fixdep esprima %nodejs_fixdep esprima

Binary file not shown.