%{?scl:%scl_package nodejs-%{npm_name}} %{!?scl:%global pkg_name %{name}} %{?nodejs_find_provides_and_requires} %global npm_name is-unc-path Summary: Returns true if a filepath is a windows UNC file paths Name: %{?scl_prefix}nodejs-%{npm_name} Version: 0.1.1 Release: 4%{?dist} License: MIT URL: https://github.com/jonschlinkert/is-unc-path Source0: http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz BuildRequires: %{?scl_prefix}runtime ExclusiveArch: %{nodejs_arches} noarch BuildArch: noarch Provides: %{?scl_prefix}nodejs-%{npm_name} = %{version} %description Returns true if a filepath is a windows UNC file path. %prep %setup -q -n package %build %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/%{npm_name} %files %doc README.md LICENSE %{nodejs_sitelib}/%{npm_name} %changelog * Tue Feb 16 2016 Zuzana Svetlikova - 0.1.1-4 - Use macro in -runtime dependency * Sun Feb 14 2016 Zuzana Svetlikova - 0.1.1-3 - Rebuilt with updated metapackage * Tue Dec 01 2015 Tomas Hrcka - 0.1.1-2 - Enable scl macros * Tue Nov 17 2015 Troy Dawson - 0.1.1-1 - Initial package