!2 package init

From: @jackie_wu123
Reviewed-by: @solarhu
Signed-off-by: @solarhu
This commit is contained in:
openeuler-ci-bot 2020-09-11 21:41:34 +08:00 committed by Gitee
commit c4fd04e950
3 changed files with 51 additions and 0 deletions

47
nodejs-p-limit.spec Normal file
View File

@ -0,0 +1,47 @@
%{?nodejs_find_provides_and_requires}
%global packagename p-limit
%global enable_tests 0
Name: nodejs-p-limit
Version: 1.1.0
Release: 1
Summary: Run multiple promise-returning & async functions with limited concurrency
License: MIT
URL: https://github.com/sindresorhus/p-limit
Source0: https://github.com/sindresorhus/p-limit/archive/v%{version}.tar.gz
ExclusiveArch: %{nodejs_arches} noarch
BuildArch: noarch
BuildRequires: nodejs-packaging
%if 0%{?enable_tests}
BuildRequires: npm(ava)
%endif
%description
Run multiple promise-returning & async functions with limited concurrency
%prep
%autosetup -n p-limit-%{version}
%build
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{packagename}
cp -pr package.json index.js \
%{buildroot}%{nodejs_sitelib}/%{packagename}
%nodejs_symlink_deps
%check
%nodejs_symlink_deps --check
%{__nodejs} -e 'require("./")'
%if 0%{?enable_tests}
%{_bindir}/ava
%else
%{_bindir}/echo -e "\e[101m -=#=- Tests disabled -=#=- \e[0m"
%endif
%files
%doc readme.md
%license license
%{nodejs_sitelib}/%{packagename}
%changelog
* Mon Aug 31 2020 wutao <wutao61@huawei.com> - 1.1.0-1
- Package init

4
nodejs-p-limit.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: sindresorhus/p-limit
tag_prefix: "^v"
seperator: "."

BIN
v1.1.0.tar.gz Normal file

Binary file not shown.