Blame SPECS/nodejs-mute-stream.spec

0a684d
%{?scl:%scl_package nodejs-mute-stream}
0a684d
%{!?scl:%global pkg_name %{name}}
0a684d
%{?nodejs_find_provides_and_requires}
0a684d
0a684d
Name:           %{?scl_prefix}nodejs-mute-stream
0a684d
Version:        0.0.5
979a49
Release:        2%{?dist}
0a684d
Summary:        Basic pass-through stream, but when muted, the bytes are dropped
0a684d
BuildArch:      noarch
0a684d
ExclusiveArch: %{nodejs_arches} noarch
0a684d
0a684d
License:        ISC
0a684d
URL:            https://github.com/isaacs/mute-stream
0a684d
Source0:        http://registry.npmjs.org/mute-stream/-/mute-stream-%{version}.tgz
0a684d
0a684d
BuildRequires:  %{?scl_prefix}nodejs-devel
0a684d
0a684d
%description
0a684d
This is a basic pass-through stream, but when muted, the bytes are
0a684d
silently dropped, rather than being passed through.
0a684d
0a684d
%prep
0a684d
%setup -q -n package
0a684d
0a684d
%build
0a684d
#nothing to see here, move along
0a684d
0a684d
%install
0a684d
mkdir -p %{buildroot}%{nodejs_sitelib}/mute-stream
0a684d
cp -pr package.json mute.js %{buildroot}%{nodejs_sitelib}/mute-stream
0a684d
0a684d
%nodejs_symlink_deps
0a684d
0a684d
%files
0a684d
%{nodejs_sitelib}/mute-stream
0a684d
%doc LICENSE README.md
0a684d
0a684d
%changelog
979a49
* Mon May 28 2018 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.0.5-2
979a49
- Resolves: RHBZ#1543198, rebuild for multiarch
979a49
0a684d
* Tue Sep 13 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.0.5-1
0a684d
- Updated with script, change license
0a684d
0a684d
* Sun Feb 14 2016 Zuzana Svetlikova <zsvetlik@redhat.com> - 0.0.4-4
0a684d
- rebuilt
0a684d
0a684d
* Tue Mar 04 2014 Tomas Hrcka <thrcka@redhat.com> - 0.0.4-3
0a684d
- Add missing nodejs_symlink_deps macro
0a684d
0a684d
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.0.4-2
0a684d
- replace provides and requires with macro
0a684d
0a684d
* Tue Jul 30 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.4-1
0a684d
- new upstream release 0.0.4
0a684d
0a684d
* Sat Jun 22 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-6
0a684d
- restrict to compatible arches
0a684d
0a684d
* Mon Apr 15 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-5
0a684d
- add macro for EPEL6 dependency generation
0a684d
0a684d
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.0.3-5
0a684d
- Add support for software collections
0a684d
0a684d
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.3-4
0a684d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
0a684d
0a684d
* Mon Jan 07 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-2
0a684d
- fix summary, URL
0a684d
- add no-op build section
0a684d
0a684d
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-1
0a684d
- initial package generated by npm2rpm