%global srcname is-property Name: nodejs-%{srcname} Version: 1.0.2 Release: 1%{?dist} Summary: Tests if a json property can be safely accessed using the .syntax License: MIT URL: https://github.com/mikolalysenko/is-property Source0: https://registry.npmjs.org/%{srcname}/-/%{srcname}-%{version}.tgz Source1: https://raw.githubusercontent.com/mikolalysenko/is-property/master/test/test.js BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging BuildRequires: npm(tap) BuildRequires: npm(tape) %description %{summary}. %prep %setup -q -n package rm -rf node_modules mkdir test cp -p %{SOURCE1} ./test %build # nothing to build %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{srcname} cp -pr package.json is-property.js \ %{buildroot}%{nodejs_sitelib}/%{srcname} %nodejs_symlink_deps %check %nodejs_symlink_deps --check tap test/*.js %files %doc README.md %license LICENSE %{nodejs_sitelib}/%{srcname} %changelog * Wed Oct 28 2015 Piotr Popieluch - 1.0.2-1 - Initial packaging