!5 Upgrade to 0.3.3
From: @starlet-dx Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
ea0e60d008
Binary file not shown.
BIN
for-each-0.3.3.tar.gz
Normal file
BIN
for-each-0.3.3.tar.gz
Normal file
Binary file not shown.
@ -2,12 +2,12 @@
|
|||||||
%global packagename for-each
|
%global packagename for-each
|
||||||
%global enable_tests 1
|
%global enable_tests 1
|
||||||
Name: nodejs-for-each
|
Name: nodejs-for-each
|
||||||
Version: 0.3.2
|
Version: 0.3.3
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: A better forEach
|
Summary: A better forEach
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/Raynos/for-each
|
URL: https://github.com/Raynos/for-each
|
||||||
Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz
|
Source0: https://github.com/Raynos/for-each/archive/v%{version}/%{packagename}-%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: nodejs-packaging npm(is-function)
|
BuildRequires: nodejs-packaging npm(is-function)
|
||||||
@ -18,7 +18,7 @@ BuildRequires: npm(tape)
|
|||||||
A better forEach
|
A better forEach
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n package
|
%autosetup -n %{packagename}-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -39,10 +39,13 @@ cp -pr package.json index.js \
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%doc *.md
|
%doc *.md
|
||||||
%license LICENCE
|
%license LICENSE
|
||||||
%{nodejs_sitelib}/%{packagename}
|
%{nodejs_sitelib}/%{packagename}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 09 2023 yaoxin <yao_xin001@hoperun.com> - 0.3.3-1
|
||||||
|
- Upgrade to 0.3.3
|
||||||
|
|
||||||
* Thu Nov 26 2020 leiju <leiju4@huawei.com> - 0.3.2-2
|
* Thu Nov 26 2020 leiju <leiju4@huawei.com> - 0.3.2-2
|
||||||
- delete nodejs-for-each.spec.old redundancy file
|
- delete nodejs-for-each.spec.old redundancy file
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user