Update to version 0.1.5
This commit is contained in:
parent
6ba08078e5
commit
6a979bf281
@ -1,11 +1,11 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
Name: nodejs-osenv
|
Name: nodejs-osenv
|
||||||
Version: 0.1.3
|
Version: 0.1.5
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: Look up environment settings specific to different operating systems
|
Summary: Look up environment settings specific to different operating systems
|
||||||
License: ISC
|
License: ISC
|
||||||
URL: https://github.com/isaacs/osenv
|
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
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: nodejs-packaging
|
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.
|
Look up environment settings specific to different operating systems.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%setup -q -n osenv-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -33,6 +33,9 @@ cp -pr package.json osenv.js %{buildroot}%{nodejs_sitelib}/osenv
|
|||||||
%{nodejs_sitelib}/osenv
|
%{nodejs_sitelib}/osenv
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon May 9 2022 liyanan <liyanan32@h-partners.com> - 0.1.3-2
|
||||||
- License compliance rectification
|
- 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