package init
This commit is contained in:
parent
f34bc3e106
commit
8e4a560a01
44
nodejs-process-nextick-args.spec
Normal file
44
nodejs-process-nextick-args.spec
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
%global enable_tests 1
|
||||||
|
%global module_name process-nextick-args
|
||||||
|
Name: nodejs-%{module_name}
|
||||||
|
Version: 2.0.0
|
||||||
|
Release: 1
|
||||||
|
Summary: The process.nextTick() but always with args
|
||||||
|
License: MIT
|
||||||
|
URL: https://github.com/calvinmetcalf/process-nextick-args
|
||||||
|
Source0: https://github.com/calvinmetcalf/process-nextick-args/archive/v%{version}/process-nextick-args-%{version}.tar.gz
|
||||||
|
BuildArch: noarch
|
||||||
|
ExclusiveArch: %{nodejs_arches} noarch
|
||||||
|
BuildRequires: nodejs-packaging
|
||||||
|
|
||||||
|
%if 0%{?enable_tests}
|
||||||
|
BuildRequires: npm(tap)
|
||||||
|
%endif
|
||||||
|
%description
|
||||||
|
Always be able to pass arguments to process.nextTick, no matter the platform.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %{module_name}-%{version}
|
||||||
|
rm -rf node_modules
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p %{buildroot}%{nodejs_sitelib}/%{module_name}
|
||||||
|
cp -pr package.json *.js %{buildroot}%{nodejs_sitelib}/%{module_name}
|
||||||
|
%nodejs_symlink_deps
|
||||||
|
%if 0%{?enable_tests}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%nodejs_symlink_deps --check
|
||||||
|
node test.js
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc readme.md
|
||||||
|
%license license.md
|
||||||
|
%{nodejs_sitelib}/%{module_name}
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Fri Aug 14 2020 wangyue <wangyue92@huawei.com> - 2.0.0-1
|
||||||
|
- package init
|
||||||
5
nodejs-process-nextick-args.yaml
Normal file
5
nodejs-process-nextick-args.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
git_url: https://github.com/calvinmetcalf/process-nextick-args
|
||||||
|
version_control: github
|
||||||
|
src_repo: calvinmetcalf/process-nextick-args
|
||||||
|
tag_prefix: "^v"
|
||||||
|
seperator: "."
|
||||||
BIN
process-nextick-args-2.0.0.tar.gz
Normal file
BIN
process-nextick-args-2.0.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user