39 lines
1.1 KiB
RPMSpec
39 lines
1.1 KiB
RPMSpec
%{?nodejs_find_provides_and_requires}
|
|
Name: nodejs-combined-stream
|
|
Version: 1.0.8
|
|
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://github.com/felixge/node-combined-stream/archive/refs/tags/v%{version}.tar.gz
|
|
BuildArch: noarch
|
|
ExclusiveArch: %{nodejs_arches} noarch
|
|
BuildRequires: nodejs-packaging
|
|
%description
|
|
A stream that emits multiple other streams one after another.
|
|
|
|
%prep
|
|
%autosetup -n node-combined-stream-%{version}
|
|
|
|
%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
|
|
* Fri Jul 01 2022 chenchen <chen_aka_jan@163.com> - 1.0.8-1
|
|
- Update to 1.0.8
|
|
|
|
* Thu Nov 26 2020 caodongxia <caodongxia@huawei.com> - 1.0.5-2
|
|
- Delete file nodejs-combined-stream.spec.old
|
|
|
|
* Mon Aug 17 2020 Anan Fu <fuanan3@huawei.com> - 1.0.5-1
|
|
- package init
|