%{?scl:%scl_package nodejs-archy} %{!?scl:%global pkg_name %{name}} %{?nodejs_find_provides_and_requires} Name: %{?scl_prefix}nodejs-archy Version: 1.0.0 Release: 4%{?dist} Summary: Renders nested hierarchies with unicode pipes License: MIT URL: https://github.com/substack/node-archy Source0: http://registry.npmjs.org/archy/-/archy-%{version}.tgz BuildArch: noarch BuildRequires: %{?scl_prefix}nodejs-devel %description Render nested hierarchies with unicode pipes, `npm ls` style. %prep %setup -q -n package %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/archy cp -p index.js package.json %{buildroot}%{nodejs_sitelib}/archy %nodejs_symlink_deps # tests disabled until tap is packaged #%%check #%%tap test %files %{nodejs_sitelib}/archy %doc readme.markdown examples/* %changelog * Mon Jan 16 2017 Zuzana Svetlikova - 1.0.0-4 - Clean up * Tue Feb 16 2016 Zuzana Svetlikova - 1.0.0-3 - Use macro in -runtime dependency * Sun Feb 14 2016 Zuzana Svetlikova - 1.0.0-2 - Rebuilt with updated metapackage * Mon Nov 30 2015 Tomas Hrcka - 1.0.0-1 - New upstream release * Thu Oct 17 2013 Tomas Hrcka thrcka@redhat.com - 0.0.2-8 - replace provides and requires with macro * Thu Apr 11 2013 Stanislav Ochotnicky - 0.0.2-7 - Add support for software collections * Thu Feb 14 2013 Fedora Release Engineering - 0.0.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Thu Jan 17 2013 T.C. Hollingsworth - 0.0.2-5 - fix URL * Tue Jan 08 2013 T.C. Hollingsworth - 0.0.2-4 - add missing build section * Mon Dec 31 2012 T.C. Hollingsworth - 0.0.2-3 - clean up for submission * Fri Apr 27 2012 T.C. Hollingsworth - 0.0.2-2 - fix BuildRequires not present on - 0.0.2-1 - initial package