delete ExclusiveArch:%{ix86} x86_64 %{arm} noarch
This commit is contained in:
parent
c88bce3af9
commit
571df89a75
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user