Blame SPECS/nodejs-combined-stream.spec

f12d7c
%{?scl:%scl_package nodejs-combined-stream}
f12d7c
%{!?scl:%global pkg_name %{name}}
f12d7c
%{?nodejs_find_provides_and_requires}
f12d7c
f12d7c
Name:           %{?scl_prefix}nodejs-combined-stream
f12d7c
Version:        0.0.4
f12d7c
Release:        4%{?dist}
f12d7c
Summary:        A stream that emits multiple other streams one after another
f12d7c
BuildArch:      noarch
f12d7c
f12d7c
Group:          System Environment/Libraries
f12d7c
License:        MIT
f12d7c
URL:            https://github.com/felixge/node-combined-stream
f12d7c
Source0:        http://registry.npmjs.org/combined-stream/-/combined-stream-%{version}.tgz
f12d7c
BuildRoot:      %{_tmppath}/%{pkg_name}-%{version}-%{release}-root-%(%{__id_u} -n)
f12d7c
f12d7c
BuildRequires:  %{?scl_prefix}nodejs-devel
f12d7c
f12d7c
%description
f12d7c
A stream that emits multiple other streams one after another.
f12d7c
f12d7c
%prep
f12d7c
%setup -q -n package
f12d7c
f12d7c
%build
f12d7c
#nothing to do
f12d7c
f12d7c
%install
f12d7c
rm -rf %buildroot
f12d7c
mkdir -p %{buildroot}%{nodejs_sitelib}/combined-stream
f12d7c
cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/combined-stream
f12d7c
%nodejs_symlink_deps
f12d7c
f12d7c
%clean
f12d7c
rm -rf %buildroot
f12d7c
f12d7c
%files
f12d7c
%defattr(-,root,root,-)
f12d7c
%{nodejs_sitelib}/combined-stream
f12d7c
%doc License Readme.md
f12d7c
f12d7c
%changelog
f12d7c
* Tue Mar 04 2014 Tomas Hrcka <thrcka@redhat.com> - 0.0.4-4
f12d7c
- Add missing macro %nodejs_symlink_deps
f12d7c
f12d7c
* Thu Oct 17 2013 Tomas Hrcka <thrcka@redhat.com> - 0.0.4-3
f12d7c
- replace provides and requires with macro
f12d7c
f12d7c
* Thu Apr 11 2013 Stanislav Ochotnicky <sochotnicky@redhat.com> - 0.0.4-2
f12d7c
- Add support for software collections
f12d7c
f12d7c
* Sat Feb 09 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.4-1
f12d7c
- new upstream release 0.0.4
f12d7c
f12d7c
* Tue Jan 08 2013 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-2
f12d7c
- add missing build section
f12d7c
f12d7c
* Mon Dec 31 2012 T.C. Hollingsworth <tchollingsworth@gmail.com> - 0.0.3-1
f12d7c
- initial package generated by npm2rpm