!1 package init

Merge pull request !1 from wang_yue111/master
This commit is contained in:
openeuler-ci-bot 2020-08-21 00:12:28 +08:00 committed by Gitee
commit 0fc730600f
3 changed files with 38 additions and 0 deletions

33
nodejs-yamlish.spec Normal file
View File

@ -0,0 +1,33 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-yamlish
Version: 0.0.5
Release: 1
Summary: Parser/encoder for the yamlish format
BuildArch: noarch
License: MIT
URL: https://github.com/isaacs/yamlish
Source0: https://registry.npmjs.org/yamlish/-/yamlish-%{version}.tgz
BuildRequires: nodejs-packaging
%description
This is a module to parse the "yamlish" format used to serialize
objects in the TAP format.
It's like yaml, but just a tiny little bit smaller.
%prep
%setup -q -n package
%build
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/yamlish
cp -pr package.json yamlish.js %{buildroot}%{nodejs_sitelib}/yamlish
%nodejs_symlink_deps
%files
%{nodejs_sitelib}/yamlish
%doc README.md
%license LICENSE
%changelog
* Tue Aug 11 2020 wangyue <wangyue92@huawei.com> - 0.0.5-1
- package init

5
nodejs-yamlish.yaml Normal file
View File

@ -0,0 +1,5 @@
git_url: https://github.com/isaacs/yamlish
version_control: github
src_repo: isaacs/yamlish
tag_prefix: "^v"
seperator: "."

BIN
yamlish-0.0.5.tgz Normal file

Binary file not shown.