%{?scl:%scl_package nodejs-%{npm_name}} %{!?scl:%global pkg_name %{name}} %global npm_name regenerator-runtime Name: %{?scl_prefix}nodejs-regenerator-runtime Version: 0.14.1 Release: 1%{?dist} Summary: Runtime for Regenerator-compiled generator and async functions License: MIT Group: Development/Libraries URL: https://github.com/facebook/regenerator/tree/main/packages/runtime Source0: https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-%{version}.tgz %if 0%{?!scl:1} BuildRequires: nodejs-packaging %endif BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch Provides: %{?scl_prefix}npm(%{npm_name}) = %{version} %description %{summary} %prep %setup -q -n package %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} cp -pfr package.json %{buildroot}%{nodejs_sitelib}/%{npm_name} cp -pfr path.js %{buildroot}%{nodejs_sitelib}/%{npm_name} cp -pfr runtime.js %{buildroot}%{nodejs_sitelib}/%{npm_name} %nodejs_symlink_deps %check %{nodejs_symlink_deps} --check %files %{nodejs_sitelib}/%{npm_name} %license LICENSE %doc README.md %changelog * Sun Dec 31 2023 Foreman Packaging Automation 0.14.1-1 - Update to 0.14.1 * Fri Aug 11 2023 Foreman Packaging Automation 0.14.0-1 - Update to 0.14.0 * Tue Mar 17 2020 Zach Huntington-Meath - 0.11.1-4 - Bump packages to build for el8 * Tue Oct 22 2019 Eric D. Helms - 0.11.1-3 - Build for SCL * Fri Oct 04 2019 Eric D. Helms - 0.11.1-2 - Update specs to handle SCL * Thu Apr 26 2018 Ewoud Kohl van Wijngaarden 0.11.1-1 - Add nodejs-regenerator-runtime generated by npm2rpm using the single strategy