Name: nodejs-should-type Version: 0.2.0 Release: 3%{?dist} Summary: Simple module to get instance type License: MIT URL: https://github.com/shouldjs/type Source0: https://registry.npmjs.org/should-type/-/should-type-%{version}.tgz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging %description Simple module to get instance type. Like a bit more advanced version of typeof. %prep %setup -q -n package sed -i 's/\r$//' README.md rm -rf node_modules %build %install mkdir -p %{buildroot}%{nodejs_sitelib}/should-type cp -pr package.json index.js types.js %{buildroot}%{nodejs_sitelib}/should-type %nodejs_symlink_deps %files %doc README.md %license LICENSE %{nodejs_sitelib}/should-type %changelog * Thu Feb 04 2016 Fedora Release Engineering - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Sep 4 2015 Tom Hughes - 0.2.0-2 - Fix line endings * Thu Aug 27 2015 Tom Hughes - 0.2.0-1 - Initial build of 0.2.0