Blame SPECS/nodejs-process-nextick-args.spec

525480
# spec file for package nodejs-nodejs-process-nextick-args
525480
%{?scl:%scl_package nodejs-nodejs-process-nextick-args}
525480
%{!?scl:%global pkg_name %{name}}
525480
525480
%global npm_name process-nextick-args
525480
%{?nodejs_find_provides_and_requires}
525480
525480
%global enable_tests 0
525480
525480
Name:		%{?scl_prefix}nodejs-process-nextick-args
525480
Version:    1.0.7
ffece3
Release:    2%{?dist}
525480
Summary:	process.nextTick but always with args
525480
Url:		https://github.com/calvinmetcalf/process-nextick-args
525480
Source0:	https://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz
525480
License:	MIT
525480
525480
BuildArch:	noarch
ffece3
ExclusiveArch:	%{nodejs_arches} noarch
525480
525480
BuildRequires:	%{?scl_prefix}nodejs-devel
525480
#BuildRequires:	nodejs-packaging
525480
525480
%if 0%{?enable_tests}
525480
BuildRequires:	npm(tap)
525480
%endif
525480
525480
%description
525480
process.nextTick but always with args
525480
525480
%prep
525480
%setup -q -n package
525480
525480
%build
525480
#nothing to do
525480
525480
%install
525480
mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name}
525480
525480
cp -pr package.json *.js \
525480
	%{buildroot}%{nodejs_sitelib}/%{npm_name}
525480
525480
%{nodejs_symlink_deps}
525480
525480
%if 0%{?enable_tests}
525480
%check
525480
%{nodejs_symlink_deps} --check
525480
node test.js
525480
%endif
525480
525480
%files
525480
%{nodejs_sitelib}/process-nextick-args
525480
525480
%doc readme.md license.md
525480
525480
%changelog
ffece3
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.7-2
ffece3
- Resolves: RHBZ#1543198, rebuild for multiarch
ffece3
525480
* Wed Sep 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.7-1
525480
- Updated with script
525480
525480
* Tue Feb 16 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.2-4
525480
- Rebuilt with updated metapackage
525480
525480
* Thu Aug 13 2015 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.2-1
525480
- Initial build