Name: nodejs-is Version: 3.2.1 Release: 1 Summary: The definitive JavaScript type testing library License: MIT URL: https://github.com/enricomarino/is Source0: https://registry.npmjs.org/is/-/is-%{version}.tgz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging npm(foreach) npm(make-generator-function) npm(tape) %description %{summary}. %prep %setup -q -n package rm -rf node_modules %build %install mkdir -p %{buildroot}%{nodejs_sitelib}/is cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is %nodejs_symlink_deps %check %nodejs_symlink_deps --check %{__nodejs} test/index.js %files %doc README.md CHANGELOG.md %license LICENSE.md %{nodejs_sitelib}/is %changelog * Thu Aug 20 2020 wangxiao - 3.2.1-1 - Package init