%global srcname is-property Name: nodejs-%{srcname} Version: 1.0.2 Release: 6%{?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 %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 %files %doc README.md %license LICENSE %{nodejs_sitelib}/%{srcname} %changelog * Fri Jul 13 2018 Fedora Release Engineering - 1.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering - 1.0.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering - 1.0.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 1.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Thu Feb 04 2016 Fedora Release Engineering - 1.0.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Oct 28 2015 Piotr Popieluch - 1.0.2-1 - Initial packaging