Upgrade to 1.1.0
This commit is contained in:
parent
58580eb698
commit
11224ab5f8
Binary file not shown.
@ -2,12 +2,12 @@
|
|||||||
%global packagename next-tick
|
%global packagename next-tick
|
||||||
%global enable_tests 0
|
%global enable_tests 0
|
||||||
Name: nodejs-next-tick
|
Name: nodejs-next-tick
|
||||||
Version: 0.2.2
|
Version: 1.1.0
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Environment agnostic nextTick polyfill
|
Summary: Environment agnostic nextTick polyfill
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/medikoo/next-tick.git
|
URL: https://github.com/medikoo/next-tick.git
|
||||||
Source0: https://registry.npmjs.org/next-tick/-/next-tick-%{version}.tgz
|
Source0: https://github.com/medikoo/next-tick/archive/refs/tags/v%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: nodejs-packaging
|
BuildRequires: nodejs-packaging
|
||||||
@ -18,7 +18,7 @@ BuildRequires: npm(tad)
|
|||||||
Environment agnostic nextTick polyfill
|
Environment agnostic nextTick polyfill
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%autosetup -n next-tick-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -40,9 +40,12 @@ echo "Tests disabled..."
|
|||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %doc}
|
%{!?_licensedir:%global license %doc}
|
||||||
%doc *.md
|
%doc *.md
|
||||||
%license LICENCE
|
%license LICENSE
|
||||||
%{nodejs_sitelib}/%{packagename}
|
%{nodejs_sitelib}/%{packagename}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 30 2022 wulei <wulei80@h-partners.com> - 1.1.0-1
|
||||||
|
- Upgrade to 1.1.0
|
||||||
|
|
||||||
* Thu Aug 20 2020 wangchong <wangchong56@huawei.com> - 0.2.2-1
|
* Thu Aug 20 2020 wangchong <wangchong56@huawei.com> - 0.2.2-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
BIN
v1.1.0.tar.gz
Normal file
BIN
v1.1.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user