v4.0.2
This commit is contained in:
parent
79e0afeb83
commit
442c7145fd
@ -1,11 +1,11 @@
|
|||||||
%global module_name xtend
|
%global module_name xtend
|
||||||
Name: nodejs-%{module_name}
|
Name: nodejs-%{module_name}
|
||||||
Version: 4.0.1
|
Version: 4.0.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Extend like a boss
|
Summary: Extend like a boss
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/Raynos/xtend
|
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
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: nodejs-packaging npm(tape)
|
BuildRequires: nodejs-packaging npm(tape)
|
||||||
@ -18,7 +18,6 @@ are identical properties, the right-most property takes precedence.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%setup -q -n package
|
||||||
rm -rf node_modules
|
rm -rf node_modules
|
||||||
mv LICENCE LICENSE
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -37,5 +36,8 @@ node test.js
|
|||||||
%{nodejs_sitelib}/%{module_name}
|
%{nodejs_sitelib}/%{module_name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Aug 12 2020 wangyue <wangyue92@huawei.com> - 4.0.1-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
BIN
xtend-4.0.1.tgz
BIN
xtend-4.0.1.tgz
Binary file not shown.
BIN
xtend-4.0.2.tgz
Normal file
BIN
xtend-4.0.2.tgz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user