!4 delete ExclusiveArch:%{ix86} x86_64 %{arm} noarch

From: @lei_ju
Reviewed-by: @zhengyuhanghans
Signed-off-by: @zhengyuhanghans
This commit is contained in:
openeuler-ci-bot 2020-09-15 09:54:15 +08:00 committed by Gitee
commit a03e3bbc6b

View File

@ -1,7 +1,7 @@
%{?nodejs_find_provides_and_requires} %{?nodejs_find_provides_and_requires}
Name: nodejs-console-dot-log Name: nodejs-console-dot-log
Version: 0.1.3 Version: 0.1.3
Release: 1 Release: 2
Summary: A console.log implementation that plays nice with large amounts of data Summary: A console.log implementation that plays nice with large amounts of data
License: MIT License: MIT
URL: https://developer.mozilla.org/en-US/docs/Web/API/Console/log URL: https://developer.mozilla.org/en-US/docs/Web/API/Console/log
@ -9,8 +9,8 @@ Source0: http://registry.npmjs.org/console.log/-/console.log-%{versi
Source20: LICENSE Source20: LICENSE
BuildArch: noarch BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
%description %description
A console.log implementation that plays nice with large amounts of data. A console.log implementation that plays nice with large amounts of data.
It keeps the node alive until the output has flushed to the screen. It keeps the node alive until the output has flushed to the screen.
@ -32,5 +32,8 @@ cp -pr package.json console.log.js \
%{nodejs_sitelib}/console.log %{nodejs_sitelib}/console.log
%changelog %changelog
* Mon Sep 14 2020 leiju <leiju4@huawei.com> - 0.1.3-2
- delete ExclusiveArch:%{ix86} x86_64 %{arm} noarch
* Mon Aug 17 2020 Anan Fu <fuanan3@huawei.com> - 0.1.3-1 * Mon Aug 17 2020 Anan Fu <fuanan3@huawei.com> - 0.1.3-1
- package init - package init