%{?nodejs_find_provides_and_requires} Name: nodejs-delayed-stream Version: 1.0.0 Release: 1%{?dist} Summary: Buffers events from a stream until you are ready to handle them BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch Group: System Environment/Libraries License: MIT URL: https://github.com/felixge/node-delayed-stream Source0: http://registry.npmjs.org/delayed-stream/-/delayed-stream-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nodejs-devel %description Buffers events from a stream until you are ready to handle them. %prep %setup -q -n package %build #nothing to do %install rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/delayed-stream cp -pr package.json lib %{buildroot}%{nodejs_sitelib}/delayed-stream %clean rm -rf %buildroot %files %defattr(-,root,root,-) %{nodejs_sitelib}/delayed-stream %doc License Readme.md %changelog * Wed Oct 28 2015 Jared Smith - 1.0.0-1 - Update to upstream 1.0.0 release * Wed Jun 17 2015 Fedora Release Engineering - 0.0.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.0.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 0.0.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sat Jun 22 2013 T.C. Hollingsworth - 0.0.5-5 - restrict to compatible arches * Mon Apr 15 2013 T.C. Hollingsworth - 0.0.5-4 - add macro for EPEL6 dependency generation * Thu Feb 14 2013 Fedora Release Engineering - 0.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Jan 08 2013 T.C. Hollingsworth - 0.0.5-2 - add missing build section - fix License * Mon Dec 31 2012 T.C. Hollingsworth - 0.0.5-1 - initial package generated by npm2rpm