diff --git a/nodejs-osenv.spec b/nodejs-osenv.spec index 58b1165..b7b9ad9 100644 --- a/nodejs-osenv.spec +++ b/nodejs-osenv.spec @@ -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 - 0.1.5-1 +- Update to version 0.1.5 + * Mon May 9 2022 liyanan - 0.1.3-2 - License compliance rectification diff --git a/osenv-0.1.3.tgz b/osenv-0.1.3.tgz deleted file mode 100644 index 5167dd6..0000000 Binary files a/osenv-0.1.3.tgz and /dev/null differ diff --git a/v0.1.5.tar.gz b/v0.1.5.tar.gz new file mode 100644 index 0000000..7feaf5d Binary files /dev/null and b/v0.1.5.tar.gz differ