commit
190605da56
BIN
is-my-json-valid-2.12.4.tgz
Normal file
BIN
is-my-json-valid-2.12.4.tgz
Normal file
Binary file not shown.
47
nodejs-is-my-json-valid.spec
Normal file
47
nodejs-is-my-json-valid.spec
Normal file
@ -0,0 +1,47 @@
|
||||
%global enable_tests 1
|
||||
%global module_name is-my-json-valid
|
||||
Name: nodejs-%{module_name}
|
||||
Version: 2.12.4
|
||||
Release: 1
|
||||
Summary: A JSONSchema validator that uses code generation to be extremely fast
|
||||
License: MIT
|
||||
URL: https://github.com/mafintosh/is-my-json-valid
|
||||
Source0: https://registry.npmjs.org/%{module_name}/-/%{module_name}-%{version}.tgz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
%if 0%{?enable_tests}
|
||||
BuildRequires: npm(tape) npm(jsonpointer) npm(generate-object-property) npm(generate-function)
|
||||
BuildRequires: npm(xtend)
|
||||
%endif
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n package
|
||||
rm -rf node_modules
|
||||
%nodejs_fixdep end-of-stream ~1.x
|
||||
%nodejs_fixdep jsonpointer
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{nodejs_sitelib}/%{module_name}
|
||||
cp -pr package.json formats.js index.js require.js \
|
||||
%{buildroot}%{nodejs_sitelib}/%{module_name}
|
||||
%nodejs_symlink_deps
|
||||
%if 0%{?enable_tests}
|
||||
|
||||
%check
|
||||
%nodejs_symlink_deps --check
|
||||
tape test/*.js
|
||||
%endif
|
||||
|
||||
%files
|
||||
%doc README.md example.js
|
||||
%license LICENSE
|
||||
%{nodejs_sitelib}/%{module_name}
|
||||
|
||||
%changelog
|
||||
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 2.12.4-1
|
||||
- Package init
|
||||
5
nodejs-is-my-json-valid.yaml
Normal file
5
nodejs-is-my-json-valid.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
git_url: https://github.com/mafintosh/is-my-json-valid
|
||||
version_control: github
|
||||
src_repo: mafintosh/is-my-json-valid
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
Loading…
x
Reference in New Issue
Block a user