!3 Package upgrade

From: @houyingchao 
Reviewed-by: @solarhu 
Signed-off-by: @solarhu
This commit is contained in:
openeuler-ci-bot 2022-06-29 06:30:23 +00:00 committed by Gitee
commit 34d03c405d
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 7 deletions

Binary file not shown.

View File

@ -1,11 +1,11 @@
%{?nodejs_find_provides_and_requires} %{?nodejs_find_provides_and_requires}
Name: nodejs-hoek Name: nodejs-hoek
Version: 0.9.1 Version: 10.0.0
Release: 1 Release: 1
Summary: General purpose Node.js utilities Summary: General purpose Node.js utilities
License: BSD License: BSD
URL: https://github.com/spumko/hoek URL: https://github.com/spumko/hoek
Source0: http://registry.npmjs.org/hoek/-/hoek-%{version}.tgz Source0: https://github.com/spumko/hoek/archive/refs/tags/v10.0.0.tar.gz
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -15,21 +15,23 @@ utilities for working with objects, timers, binary encoding/decoding, escaping
characters, errors, and loading files. characters, errors, and loading files.
%prep %prep
%setup -q -n package %autosetup -n hoek-%{version}
chmod 0644 README.md LICENSE images/* lib/* index.js package.json chmod 0644 README.md package.json
%build %build
%install %install
mkdir -p %{buildroot}%{nodejs_sitelib}/hoek mkdir -p %{buildroot}%{nodejs_sitelib}/hoek
cp -pr lib index.js package.json %{buildroot}%{nodejs_sitelib}/hoek cp -pr lib package.json %{buildroot}%{nodejs_sitelib}/hoek
%nodejs_symlink_deps %nodejs_symlink_deps
%files %files
%{nodejs_sitelib}/hoek %{nodejs_sitelib}/hoek
%doc README.md images %doc README.md
%license LICENSE
%changelog %changelog
* Wed Jun 29 2022 houyingchao <houyingchao@h-partners.com> - 10.0.0-1
- Upgrade to version 10.0.0
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 0.9.1-1 * Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 0.9.1-1
- Package init - Package init

BIN
v10.0.0.tar.gz Normal file

Binary file not shown.