%{?scl:%scl_package nodejs-wordwrap} %{!?scl:%global pkg_name %{name}} %{?nodejs_find_provides_and_requires} %global enable_tests 0 Name: %{?scl_prefix}nodejs-wordwrap Version: 1.0.0 Release: 5%{?dist} Summary: Word wrapping library for node License: MIT URL: https://github.com/substack/node-wordwrap Source0: http://registry.npmjs.org/wordwrap/-/wordwrap-%{version}.tgz BuildArch: noarch %if 0%{?fedora} >= 19 ExclusiveArch: %{nodejs_arches} noarch %else ExclusiveArch: %{ix86} x86_64 %{arm} noarch %endif BuildRequires: %{?scl_prefix}runtime %if 0%{?enable_tests} BuildRequires: %{?scl_prefix}npm(expresso) %endif %description Wrap those words. Show them at what columns to start and stop. %prep %setup -q -n package %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/wordwrap cp -pr index.js package.json %{buildroot}%{nodejs_sitelib}/wordwrap %nodejs_symlink_deps %if 0%{?enable_tests} %check %nodejs_symlink_deps --check ln -sf .. node_modules/wordwrap expresso %endif %files %{nodejs_sitelib}/wordwrap %doc README.markdown example LICENSE %changelog * Thu Jun 09 2016 Zuzana Svetlikova - 1.0.0-5 - Resolves: rhbz#1334856 , fixes wrong license * Tue Feb 16 2016 Zuzana Svetlikova - 1.0.0-4 - Use macro in -runtime dependency * Sun Feb 14 2016 Zuzana Svetlikova - 1.0.0-3 - Rebuilt with updated metapackage * Wed Jan 13 2016 Tomas Hrcka - 1.0.0-2 - Enable scl macros * Thu Sep 10 2015 Troy Dawson - 1.0.0-1 - Update to 2.2.0 - Disable tests until all dependencies are built * Tue Aug 20 2013 Jamie Nguyen - 0.0.2-4 - restrict to compatible arches - enable tests * Sat Aug 03 2013 Fedora Release Engineering - 0.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Fri Feb 08 2013 T.C. Hollingsworth - 0.0.2-2 - fix License tag * Fri Jan 18 2013 T.C. Hollingsworth - 0.0.2-1 - initial package generated by npm2rpm