%{?nodejs_find_provides_and_requires} Name: nodejs-combined-stream Version: 1.0.5 Release: 2 Summary: A stream that emits multiple other streams one after another License: MIT URL: https://github.com/felixge/node-combined-stream Source0: https://registry.npmjs.org/combined-stream/-/combined-stream-%{version}.tgz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging %description A stream that emits multiple other streams one after another. %prep %setup -q -n package %build %install rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/combined-stream cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/combined-stream %files %doc Readme.md %license License %{nodejs_sitelib}/combined-stream %changelog * Thu Nov 26 2020 caodongxia - 1.0.5-2 - Delete file nodejs-combined-stream.spec.old * Mon Aug 17 2020 Anan Fu - 1.0.5-1 - package init