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

From: @lei_ju
Reviewed-by: @solarhu
Signed-off-by: @solarhu
This commit is contained in:
openeuler-ci-bot 2020-11-30 19:28:57 +08:00 committed by Gitee
commit 46441b4151

View File

@ -3,18 +3,14 @@
%global enable_tests 1
Name: nodejs-difflib
Version: 0.2.4
Release: 1
Release: 2
Summary: Text diff library ported from Python's difflib module
License: Python
URL: https://github.com/qiao/difflib.js.git
Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz
Patch0: difflib-0.2.4-fix-test-keywords.patch
BuildArch: noarch
%if 0%{?fedora} >= 19
ExclusiveArch: %{nodejs_arches} noarch
%else
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
%endif
BuildRequires: nodejs-packaging
%if 0%{?enable_tests}
BuildRequires: coffee-script mocha npm(heap) npm(should)
@ -52,5 +48,8 @@ cp -pr package.json *.js lib/ \
%{nodejs_sitelib}/%{packagename}
%changelog
* Tue Nov 26 2020 leiju <leiju4@huawei.com> - 0.2.4-2
- delete ExclusiveArch:%{ix86} x86_64 %{arm} noarch
* Tue Aug 18 2020 Anan Fu <fuanan3@huawei.com> - 0.2.4-1
- package init