Name: nodejs-promzard Version: 0.2.0 Release: 3%{?dist} Summary: A prompting wizard for building files from specialized PromZard modules BuildArch: noarch Group: System Environment/Libraries # license will be included in next upstream release # # https://raw.github.com/isaacs/promzard/master/LICENSE License: BSD URL: https://github.com/isaacs/promzard Source0: http://registry.npmjs.org/promzard/-/promzard-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: 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 rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/promzard cp -pr package.json promzard.js %{buildroot}%{nodejs_sitelib}/promzard %clean rm -rf %buildroot %files %defattr(-,root,root,-) %{nodejs_sitelib}/promzard %doc example README.md %changelog * 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