[Bug 1203659] Review Request: nodejs-columnify - Render data in text columns, supports in-column text-wrap.

bugzilla at redhat.com bugzilla at redhat.com
Wed Jun 24 18:04:49 UTC 2015


https://bugzilla.redhat.com/show_bug.cgi?id=1203659



--- Comment #8 from Tom Hughes <tom at compton.nu> ---
You don't actually need babel or tap-spec to run the tests. You only need babel
to build the distributed js code from the real source in the git repo (the make
prepublish step) and tap-spec just reformats the test output.

So just delete those two BRs and unpack the tests in %prep with:

%setup -T -D -a 1 -q -n package

and change the test run line to:

tape test/*.js

and the tests will run fine.

You also have a bogus date in the changelog:

warning: bogus date in %changelog: Mon Jun 24 2015 Zuzana Svetlikova
<zsvetlik at redhat.com> - 1.5.1-3

The 24th is Wed not Mon ;-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component


More information about the package-review mailing list