[Bug 1272090] Review Request: nodejs-expect - Write better assertions

bugzilla at redhat.com bugzilla at redhat.com
Tue Oct 27 12:44:19 UTC 2015


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

Piotr Popieluch <piotr1212 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |piotr1212 at gmail.com



--- Comment #1 from Piotr Popieluch <piotr1212 at gmail.com> ---
Title of but is nodejs-expect but the links point to nodejs-serve, please check
what the correct module should be.

In nodejs-server there is a binary. This should be symlinked to /usr/bin/<name>


eg
in %install:
mkdir -p %{buildroot}%{_bindir}
ln -s %{nodejs_sitelib}/%{srcname}/cli.js %{buildroot}%{_bindir}/%{srcname}

and %files:
%{_bindir}/%{srcname}

-- 
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