!3 Update to 1.1.2
From: @wu-leilei Reviewed-by: @wang--ge Signed-off-by: @wang--ge
This commit is contained in:
commit
7df0615f3e
BIN
1.1.2.tar.gz
Normal file
BIN
1.1.2.tar.gz
Normal file
Binary file not shown.
@ -2,12 +2,12 @@
|
|||||||
%global packagename sprintf-js
|
%global packagename sprintf-js
|
||||||
%global enable_tests 1
|
%global enable_tests 1
|
||||||
Name: nodejs-sprintf-js
|
Name: nodejs-sprintf-js
|
||||||
Version: 1.1.0
|
Version: 1.1.2
|
||||||
Release: 2
|
Release: 1
|
||||||
Summary: JavaScript sprintf implementation
|
Summary: JavaScript sprintf implementation
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/alexei/sprintf.js.git
|
URL: https://github.com/alexei/sprintf.js.git
|
||||||
Source0: https://registry.npmjs.org/sprintf-js/-/sprintf-js-%{version}.tgz
|
Source0: https://github.com/alexei/sprintf.js/archive/%{version}.tar.gz
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: nodejs-packaging
|
BuildRequires: nodejs-packaging
|
||||||
@ -19,7 +19,7 @@ Requires: nodejs
|
|||||||
JavaScript sprintf implementation
|
JavaScript sprintf implementation
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%setup -q -n sprintf.js-%{version}
|
||||||
rm -rf dist/
|
rm -rf dist/
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -45,6 +45,9 @@ cp -pr *.json src/ \
|
|||||||
%{nodejs_sitelib}/%{packagename}
|
%{nodejs_sitelib}/%{packagename}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 02 2023 wulei <wu_lei@hoperun.com> - 1.1.2-1
|
||||||
|
- Update to 1.1.2
|
||||||
|
|
||||||
* Tue May 10 2022 liyanan <liyanan32@h-partners.com> - 1.1.0-2
|
* Tue May 10 2022 liyanan <liyanan32@h-partners.com> - 1.1.0-2
|
||||||
- License compliance rectification
|
- License compliance rectification
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user