Name: nodejs-debug Version: 0.7.2 Release: 2%{?dist} Summary: A small debugging utility for Node.js # License text is included in Readme.md License: MIT Group: System Environment/Libraries URL: https://github.com/visionmedia/debug Source0: http://registry.npmjs.org/debug/-/debug-%{version}.tgz BuildArch: noarch BuildRequires: nodejs-devel %description This module is a tiny Node.js debugging utility modeled after node core's debugging technique. %prep %setup -q -n package %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/debug cp -pr package.json debug.js index.js lib/ \ %{buildroot}%{nodejs_sitelib}/debug %nodejs_symlink_deps %files %doc History.md Readme.md example/ %{nodejs_sitelib}/debug %changelog * Thu Feb 14 2013 Jamie Nguyen - 0.7.2-2 - correct a typo in the description * Mon Feb 11 2013 Jamie Nguyen - 0.7.2-1 - initial package