!1 Package init

Merge pull request !1 from 雷炬/master
This commit is contained in:
openeuler-ci-bot 2020-08-22 12:39:27 +08:00 committed by Gitee
commit 05c5c03bb0
3 changed files with 37 additions and 0 deletions

BIN
delayed-stream-1.0.0.tgz Normal file

Binary file not shown.

View File

@ -0,0 +1,33 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-delayed-stream
Version: 1.0.0
Release: 1
Summary: Buffers events from a stream until you are ready to handle them
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
License: MIT
URL: https://github.com/felixge/node-delayed-stream
Source0: https://registry.npmjs.org/delayed-stream/-/delayed-stream-%{version}.tgz
BuildRequires: nodejs-packaging
%description
Buffers events from a stream until you are ready to handle them.
%prep
%setup -q -n package
%build
%install
rm -rf %buildroot
mkdir -p %{buildroot}%{nodejs_sitelib}/delayed-stream
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/delayed-stream
%files
%doc Readme.md
%license License
%{nodejs_sitelib}/delayed-stream
%changelog
* Tue Aug 18 2020 leiju <leiju4@huawei.com> - 1.0.0-1
- Package init

View File

@ -0,0 +1,4 @@
version_control: github
src_repo: felixge/node-delayed-stream
tag_prefix: "^v"
seperator: "."