From 01ea28a5bddbb73417a88403c02732854fa5d16b Mon Sep 17 00:00:00 2001 From: Piotr Popieluch Date: Nov 25 2015 07:11:01 +0000 Subject: Initial import (#1283190). --- diff --git a/.gitignore b/.gitignore index e69de29..8627d69 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/is-my-json-valid-2.12.3.tgz diff --git a/nodejs-is-my-json-valid.spec b/nodejs-is-my-json-valid.spec new file mode 100644 index 0000000..2c7117d --- /dev/null +++ b/nodejs-is-my-json-valid.spec @@ -0,0 +1,62 @@ +%global enable_tests 1 +%global module_name is-my-json-valid + +Name: nodejs-%{module_name} +Version: 2.12.3 +Release: 1%{?dist} +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) +BuildRequires: npm(jsonpointer) +BuildRequires: npm(generate-object-property) +BuildRequires: 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 +# nothing to 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 +* Tue Nov 24 2015 Piotr Popieluch - 2.12.3-1 +- Update to 2.12.3 + +* Wed Nov 11 2015 Piotr Popieluch - 2.12.2-1 +- Initial packaging + diff --git a/sources b/sources index e69de29..6001d06 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +6fb9eb1b2caccdd08a766810d4d22cb1 is-my-json-valid-2.12.3.tgz