commit
3cb5c3d29f
46
nodejs-timers-ext.spec
Normal file
46
nodejs-timers-ext.spec
Normal file
@ -0,0 +1,46 @@
|
||||
%{?nodejs_find_provides_and_requires}
|
||||
%global packagename timers-ext
|
||||
%global enable_tests 0
|
||||
Name: nodejs-timers-ext
|
||||
Version: 0.1.0
|
||||
Release: 1
|
||||
Summary: Timers extensions
|
||||
License: MIT
|
||||
URL: https://github.com/medikoo/timers-ext
|
||||
Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz
|
||||
BuildArch: noarch
|
||||
ExclusiveArch: %{nodejs_arches} noarch
|
||||
BuildRequires: nodejs-packaging
|
||||
%if 0%{?enable_tests}
|
||||
BuildRequires: npm(tad)
|
||||
%endif
|
||||
%description
|
||||
Timers extensions
|
||||
|
||||
%prep
|
||||
%setup -q -n package
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
mkdir -p %{buildroot}%{nodejs_sitelib}/%{packagename}
|
||||
cp -pr package.json *.js \
|
||||
%{buildroot}%{nodejs_sitelib}/%{packagename}
|
||||
%nodejs_symlink_deps
|
||||
|
||||
%check
|
||||
%nodejs_symlink_deps --check
|
||||
%if 0%{?enable_tests}
|
||||
%{__nodejs} -e 'require("./")'
|
||||
%{__nodejs} %{nodejs_sitelib}/tad/bin/tad
|
||||
%endif
|
||||
|
||||
%files
|
||||
%{!?_licensedir:%global license %doc}
|
||||
%doc *.md CHANGES
|
||||
%license LICENCE
|
||||
%{nodejs_sitelib}/%{packagename}
|
||||
|
||||
%changelog
|
||||
* Fri Aug 21 2020 wangyue <wangyue92@huawei.com> - 0.1.0-1
|
||||
- package init
|
||||
5
nodejs-timers-ext.yaml
Normal file
5
nodejs-timers-ext.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
git_url: https://github.com/medikoo/timers-ext
|
||||
version_control: github
|
||||
src_repo: medikoo/timers-ext
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
BIN
timers-ext-0.1.0.tgz
Normal file
BIN
timers-ext-0.1.0.tgz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user