!3 Update to version 0.1.5
From: @wang--ge Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
c6f5646a05
@ -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
|
||||
|
||||
|
||||
BIN
osenv-0.1.3.tgz
BIN
osenv-0.1.3.tgz
Binary file not shown.
BIN
v0.1.5.tar.gz
Normal file
BIN
v0.1.5.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user