!3 Update to version 0.1.5

From: @wang--ge 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
This commit is contained in:
openeuler-ci-bot 2023-11-02 08:22:37 +00:00 committed by Gitee
commit c6f5646a05
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 4 deletions

View File

@ -1,11 +1,11 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-osenv
Version: 0.1.3
Release: 2
Version: 0.1.5
Release: 1
Summary: Look up environment settings specific to different operating systems
License: ISC
URL: https://github.com/isaacs/osenv
Source0: https://registry.npmjs.org/osenv/-/osenv-%{version}.tgz
Source0: https://github.com/npm/osenv/archive/refs/tags/v%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -14,7 +14,7 @@ BuildRequires: npm(tap) npm(os-homedir) npm(os-tmpdir)
Look up environment settings specific to different operating systems.
%prep
%setup -q -n package
%setup -q -n osenv-%{version}
%build
@ -33,6 +33,9 @@ cp -pr package.json osenv.js %{buildroot}%{nodejs_sitelib}/osenv
%{nodejs_sitelib}/osenv
%changelog
* Wed Nov 01 2023 Ge Wang <wang__ge@126.com> - 0.1.5-1
- Update to version 0.1.5
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 0.1.3-2
- License compliance rectification

Binary file not shown.

BIN
v0.1.5.tar.gz Normal file

Binary file not shown.