diff --git a/next-tick-0.2.2.tgz b/next-tick-0.2.2.tgz new file mode 100644 index 0000000..8220533 Binary files /dev/null and b/next-tick-0.2.2.tgz differ diff --git a/nodejs-next-tick.spec b/nodejs-next-tick.spec new file mode 100644 index 0000000..9159e23 --- /dev/null +++ b/nodejs-next-tick.spec @@ -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 - 0.2.2-1 +- package init diff --git a/nodejs-next-tick.yaml b/nodejs-next-tick.yaml new file mode 100644 index 0000000..cc9121c --- /dev/null +++ b/nodejs-next-tick.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: medikoo/next-tick +tag_prefix: ^v +seperator: .