This commit is contained in:
QwQ 2022-11-07 12:08:21 +00:00
parent 79e0afeb83
commit 442c7145fd
3 changed files with 5 additions and 3 deletions

View File

@ -1,11 +1,11 @@
%global module_name xtend
Name: nodejs-%{module_name}
Version: 4.0.1
Version: 4.0.2
Release: 1
Summary: Extend like a boss
License: MIT
URL: https://github.com/Raynos/xtend
Source0: http://registry.npmjs.org/xtend/-/xtend-%{version}.tgz
Source0: https://registry.npmjs.org/xtend/-/xtend-%{version}.tgz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging npm(tape)
@ -18,7 +18,6 @@ are identical properties, the right-most property takes precedence.
%prep
%setup -q -n package
rm -rf node_modules
mv LICENCE LICENSE
%build
@ -37,5 +36,8 @@ node test.js
%{nodejs_sitelib}/%{module_name}
%changelog
* Mon Nov 7 2022 hkgy <kaguyahatu@outlook.com> - 4.0.2-1
- Upgrade to v4.0.2
* Wed Aug 12 2020 wangyue <wangyue92@huawei.com> - 4.0.1-1
- package init

Binary file not shown.

BIN
xtend-4.0.2.tgz Normal file

Binary file not shown.