!1 package init

Merge pull request !1 from Causeway_Bay/master
This commit is contained in:
openeuler-ci-bot 2020-08-22 12:42:30 +08:00 committed by Gitee
commit 58580eb698
3 changed files with 52 additions and 0 deletions

BIN
next-tick-0.2.2.tgz Normal file

Binary file not shown.

48
nodejs-next-tick.spec Normal file
View File

@ -0,0 +1,48 @@
%{?nodejs_find_provides_and_requires}
%global packagename next-tick
%global enable_tests 0
Name: nodejs-next-tick
Version: 0.2.2
Release: 1
Summary: Environment agnostic nextTick polyfill
License: MIT
URL: https://github.com/medikoo/next-tick.git
Source0: https://registry.npmjs.org/next-tick/-/next-tick-%{version}.tgz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
%if 0%{?enable_tests}
BuildRequires: npm(tad)
%endif
%description
Environment agnostic nextTick polyfill
%prep
%setup -q -n package
%build
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/%{packagename}
cp -pr package.json *.js \
%{buildroot}%{nodejs_sitelib}/%{packagename}
%nodejs_symlink_deps
%check
%nodejs_symlink_deps --check
%{__nodejs} -e 'require("./")'
%if 0%{?enable_tests}
%{__nodejs} %{nodejs_sitelib}/tad/bin/tad
%else
echo "Tests disabled..."
%endif
%files
%{!?_licensedir:%global license %doc}
%doc *.md
%license LICENCE
%{nodejs_sitelib}/%{packagename}
%changelog
* Thu Aug 20 2020 wangchong <wangchong56@huawei.com> - 0.2.2-1
- package init

4
nodejs-next-tick.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: medikoo/next-tick
tag_prefix: ^v
seperator: .