package init
This commit is contained in:
parent
409b41cd75
commit
878e289c0a
@ -5,6 +5,7 @@ Summary: A stream that starts paused and resumes on the next tick
|
|||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/substack/resumer
|
URL: https://github.com/substack/resumer
|
||||||
Source0: http://registry.npmjs.org/resumer/-/resumer-%{version}.tgz
|
Source0: http://registry.npmjs.org/resumer/-/resumer-%{version}.tgz
|
||||||
|
# https://github.com/substack/resumer/pull/2
|
||||||
Patch0: nodejs-resumer-concat-stream.patch
|
Patch0: nodejs-resumer-concat-stream.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
@ -34,5 +35,5 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/resumer
|
|||||||
%{nodejs_sitelib}/resumer
|
%{nodejs_sitelib}/resumer
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 21 2020 wangyue <wangyue92@huawei.com> - 0.0.0-1
|
* Thu Aug 20 2020 wangyue <wangyue92@huawei.com> - 0.0.0-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
git_url: https://github.com/floatdrop/pinkie
|
git_url: https://github.com/substack/resumer
|
||||||
version_control: github
|
version_control: github
|
||||||
src_repo: floatdrop/pinkie
|
src_repo: substack/resumer
|
||||||
tag_prefix: "^v"
|
tag_prefix: "^"
|
||||||
seperator: "."
|
seperator: "."
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user