%{?scl:%scl_package nodejs-promzard} %{!?scl:%global pkg_name %{name}} %{?nodejs_find_provides_and_requires} Name: %{?scl_prefix}nodejs-promzard Version: 0.3.0 Release: 4%{?dist} Summary: A prompting wizard for building files from specialized PromZard modules ExclusiveArch: %{nodejs_arches} noarch BuildArch: noarch # license will be included in next upstream release # # https://raw.github.com/isaacs/promzard/master/LICENSE License: ISC URL: https://github.com/isaacs/promzard Source0: http://registry.npmjs.org/promzard/-/promzard-%{version}.tgz BuildRequires: %{?scl_prefix}nodejs-devel %description A prompting wizard for building files from specialized PromZard modules. The goal is a nice drop-in enhancement for `npm init`. %prep %setup -q -n package %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/promzard cp -pr package.json promzard.js %{buildroot}%{nodejs_sitelib}/promzard %nodejs_symlink_deps %files %{nodejs_sitelib}/promzard %doc example README.md LICENSE %changelog * Mon May 28 2018 Zuzana Svetlikova - 0.3.0-4 - Resolves: RHBZ#1543198, rebuild for multiarch * Thu Jun 09 2016 Zuzana Svetlikova - 0.3.0-3 - Resolves: rhbz#1334856 , fixes wrong license * Tue Feb 16 2016 Tomas Hrcka - 0.3.0-1 - New upstream release * Tue Mar 04 2014 Tomas Hrcka - 0.2.0-7 - Add missing nodejs_symlink_deps macro * Thu Oct 17 2013 Tomas Hrcka - 0.2.0-6 - replace provides and requires with macro * Fri Apr 12 2013 Stanislav Ochotnicky - 0.2.0-5 - Add support for software collections * Thu Feb 14 2013 Fedora Release Engineering - 0.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Mon Jan 07 2013 T.C. Hollingsworth - 0.2.0-2 - fix summary, description, license * Mon Dec 31 2012 T.C. Hollingsworth - 0.2.0-1 - initial package generated by npm2rpm