commit
0fc730600f
33
nodejs-yamlish.spec
Normal file
33
nodejs-yamlish.spec
Normal 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
5
nodejs-yamlish.yaml
Normal 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
BIN
yamlish-0.0.5.tgz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user