nodejs-combined-stream/nodejs-combined-stream.spec
2020-08-20 10:38:38 +08:00

33 lines
938 B
RPMSpec

%{?nodejs_find_provides_and_requires}
Name: nodejs-combined-stream
Version: 1.0.5
Release: 1
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
* Mon Aug 17 2020 Anan Fu <fuanan3@huawei.com> - 1.0.5-1
- package init