Blame SPECS/nodejs-combined-stream.spec

78448d
%{?scl:%scl_package nodejs-combined-stream}
78448d
%{!?scl:%global pkg_name %{name}}
78448d
%global enable_tests 0
78448d
%{?nodejs_find_provides_and_requires}
78448d
78448d
Name:           %{?scl_prefix}nodejs-combined-stream
78448d
Version:        1.0.5
697366
Release:        2%{?dist}
78448d
Summary:        A stream that emits multiple other streams one after another
78448d
BuildArch:      noarch
78448d
ExclusiveArch:  %{nodejs_arches} noarch
78448d
License:        MIT
78448d
URL:            https://github.com/felixge/node-combined-stream
78448d
Source0:        http://registry.npmjs.org/combined-stream/-/combined-stream-%{version}.tgz
78448d
78448d
BuildRequires:  %{?scl_prefix}nodejs-devel
78448d
78448d
%if 0%{enable_tests}
78448d
BuildRequires:    %{?scl_prefix}npm(far)
78448d
%endif
78448d
78448d
%description
78448d
A stream that emits multiple other streams one after another.
78448d
78448d
%prep
78448d
%setup -q -n package
78448d
78448d
%build
78448d
#nothing to do
78448d
78448d
%install
78448d
mkdir -p %{buildroot}%{nodejs_sitelib}/combined-stream
78448d
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/combined-stream
78448d
%nodejs_symlink_deps
78448d
78448d
%if 0%{enable_tests}
78448d
%check
78448d
%nodejs_symlink_deps --check
78448d
node test/run.js
78448d
%endif
78448d
78448d
78448d
%files
78448d
%{nodejs_sitelib}/combined-stream
78448d
%doc License Readme.md
78448d
78448d
%changelog
697366
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.5-2
697366
- Resolves: RHBZ#1543198, rebuild for multiarch
697366
78448d
* Wed Sep 07 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 1.0.5-1
78448d
- Updated with script
78448d
78448d
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.0.4-5
78448d
- rebuilt
78448d
78448d
* Tue Mar 04 2014 Tomas Hrcka <thrcka@redhat.com> - 0.0.4-4
78448d
- Add missing macro %nodejs_symlink_deps
78448d
78448d
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.0.4-3
78448d
- replace provides and requires with macro
78448d
78448d
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.0.4-2
78448d
- Add support for software collections
78448d
78448d
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.4-1
78448d
- new upstream release 0.0.4
78448d
78448d
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-2
78448d
- add missing build section
78448d
78448d
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-1
78448d
- initial package generated by npm2rpm