fuanan add package
This commit is contained in:
parent
e6bf719a1e
commit
004781b877
@ -1,19 +1,19 @@
|
||||
%{?nodejs_find_provides_and_requires}
|
||||
%global packagename es6-iterator
|
||||
%global enable_tests 0
|
||||
Name: nodejs-es6-iterator
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
Summary: Iterator abstraction based on ES6 specification
|
||||
License: MIT
|
||||
URL: https://github.com/medikoo/es6-iterator.git
|
||||
Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
Name: nodejs-es6-iterator
|
||||
Version: 2.0.0
|
||||
Release: 1
|
||||
Summary: Iterator abstraction based on ES6 specification
|
||||
License: MIT
|
||||
URL: https://github.com/medikoo/es6-iterator.git
|
||||
Source0: https://registry.npmjs.org/es6-iterator/-/es6-iterator-%{version}.tgz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
%if 0%{?enable_tests}
|
||||
BuildRequires: npm(tad)
|
||||
BuildRequires: npm(tad)
|
||||
%endif
|
||||
Requires: nodejs
|
||||
%description
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user