%{?nodejs_find_provides_and_requires} %global packagename p-locate %global enable_tests 0 Name: nodejs-p-locate Version: 2.0.0 Release: 1 Summary: Get the first fulfilled promise that satisfies the provided testing function License: MIT URL: https://github.com/sindresorhus/p-locate Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz Source1: https://raw.githubusercontent.com/sindresorhus/p-locate/v%{version}/test.js ExclusiveArch: %{nodejs_arches} noarch BuildArch: noarch BuildRequires: nodejs-packaging npm(p-limit) %if 0%{?enable_tests} BuildRequires: ava %endif %description Get the first fulfilled promise that satisfies the provided testing function %prep %autosetup -n package cp -p %{SOURCE1} . %build %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{packagename} cp -pr package.json index.js \ %{buildroot}%{nodejs_sitelib}/%{packagename} %nodejs_symlink_deps %check %nodejs_symlink_deps --check %{__nodejs} -e 'require("./")' %if 0%{?enable_tests} %{_bindir}/ava %else %{_bindir}/echo -e "\e[101m -=#=- Tests disabled -=#=- \e[0m" %endif %files %doc readme.md %license license %{nodejs_sitelib}/%{packagename} %changelog * Mon Aug 17 2020 wutao - 2.0.0-1 - Package init