Upgrade to 0.3.3
This commit is contained in:
parent
2b6fbccafa
commit
c3a5eb55d9
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 enable_tests 1
|
||||
Name: nodejs-for-each
|
||||
Version: 0.3.2
|
||||
Release: 2
|
||||
Version: 0.3.3
|
||||
Release: 1
|
||||
Summary: A better forEach
|
||||
License: MIT
|
||||
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
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging npm(is-function)
|
||||
@ -18,7 +18,7 @@ BuildRequires: npm(tape)
|
||||
A better forEach
|
||||
|
||||
%prep
|
||||
%autosetup -n package
|
||||
%autosetup -n %{packagename}-%{version} -p1
|
||||
|
||||
%build
|
||||
|
||||
@ -39,10 +39,13 @@ cp -pr package.json index.js \
|
||||
|
||||
%files
|
||||
%doc *.md
|
||||
%license LICENCE
|
||||
%license LICENSE
|
||||
%{nodejs_sitelib}/%{packagename}
|
||||
|
||||
%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
|
||||
- delete nodejs-for-each.spec.old redundancy file
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user