!3 Update to version 0.3.1
From: @wang--ge Reviewed-by: @lyn1001 Signed-off-by: @lyn1001
This commit is contained in:
commit
a00db98e6b
BIN
ansi-0.3.0.tgz
BIN
ansi-0.3.0.tgz
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%{?nodejs_find_provides_and_requires}
|
%{?nodejs_find_provides_and_requires}
|
||||||
Name: nodejs-ansi
|
Name: nodejs-ansi
|
||||||
Version: 0.3.0
|
Version: 0.3.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: ANSI escape codes for Node.js
|
Summary: ANSI escape codes for Node.js
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/TooTallNate/ansi.js
|
URL: https://github.com/TooTallNate/ansi.js
|
||||||
Source0: https://registry.npmjs.org/ansi/-/ansi-%{version}.tgz
|
Source0: https://github.com/TooTallNate/ansi.js/archive/refs/tags/v0.3.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
ExclusiveArch: %{nodejs_arches} noarch
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
BuildRequires: nodejs-packaging
|
BuildRequires: nodejs-packaging
|
||||||
@ -16,7 +16,7 @@ things in a terminal window, like render text in colors, delete characters,
|
|||||||
lines, the entire window, or hide and show the cursor, and lots more!
|
lines, the entire window, or hide and show the cursor, and lots more!
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n package
|
%setup -q -n ansi.js-%{version}
|
||||||
chmod a-x examples/*.js examples/*/*
|
chmod a-x examples/*.js examples/*/*
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -35,5 +35,8 @@ cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/ansi
|
|||||||
%{nodejs_sitelib}/ansi
|
%{nodejs_sitelib}/ansi
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 30 2023 Ge Wang <wang__ge@126.com> - 0.3.1-1
|
||||||
|
- Update to version 0.3.1
|
||||||
|
|
||||||
* Sat Aug 8 2020 wutao <wutao61@huawei.com> - 0.3.0-1
|
* Sat Aug 8 2020 wutao <wutao61@huawei.com> - 0.3.0-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
BIN
v0.3.1.tar.gz
Normal file
BIN
v0.3.1.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user