%{?nodejs_find_provides_and_requires} Name: nodejs-block-stream Version: 0.0.7 Release: 9%{?dist} Summary: A stream of blocks License: BSD URL: https://github.com/isaacs/block-stream Source0: https://registry.npmjs.org/block-stream/-/block-stream-%{version}.tgz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging %description Write data into it, and it'll output data in buffer blocks the size you specify, padding with zeroes if necessary. %prep %setup -q -n package %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/block-stream cp -pr block-stream.js package.json %{buildroot}%{nodejs_sitelib}/block-stream %nodejs_symlink_deps %files %{nodejs_sitelib}/block-stream %doc README.md %license LICENCE %changelog * Fri Jul 13 2018 Fedora Release Engineering - 0.0.7-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering - 0.0.7-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.0.7-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0.0.7-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Feb 07 2016 Piotr Popieluch - 0.0.7-5 - Cleanup spec - Enable checks * Thu Feb 04 2016 Fedora Release Engineering - 0.0.7-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Wed Jun 17 2015 Fedora Release Engineering - 0.0.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.0.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Jul 30 2013 T.C. Hollingsworth - 0.0.7-1 - new upstream release 0.0.7 * Sat Jun 22 2013 T.C. Hollingsworth - 0.0.6-7 - restrict to compatible arches * Mon Apr 15 2013 T.C. Hollingsworth - 0.0.6-6 - add macro for EPEL6 dependency generation * Thu Feb 14 2013 Fedora Release Engineering - 0.0.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jan 17 2013 T.C. Hollingsworth - 0.0.6-4 - correct Licensse tag - include LICENCE file - provide a better description * Tue Jan 08 2013 T.C. Hollingsworth - 0.0.6-3 - add missing build section * Mon Dec 31 2012 T.C. Hollingsworth - 0.0.6-2 - clean up for submission * Mon Dec 31 2012 T.C. Hollingsworth - 0.0.6-1 - new upstream release 0.0.6 * Fri Apr 27 2012 T.C. Hollingsworth - 0.0.5-2 - guard Requires for F17 automatic depedency generation * Sat Feb 25 2012 T.C. Hollingsworth - 0.0.5-1 - new upstream release 0.0.5 * Fri Jan 21 2011 T.C. Hollingsworth - 0.0.4-1 - initial package