Bug 732660

Summary: Review Request: nodejs-which - A JavaScript implementation of the 'which' command
Product: [Fedora] Fedora Reporter: T.C. Hollingsworth <tchollingsworth>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: mcepl, notting, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-24 23:06:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 732552    
Bug Blocks: 732704    

Description T.C. Hollingsworth 2011-08-23 08:49:54 UTC
Spec URL: http://www.u.arizona.edu/~tchol/fedora/nodejs-which.spec
SRPM URL: http://www.u.arizona.edu/~tchol/fedora/nodejs-which-1.0.0-1.fc15.src.rpm
Description: A JavaScript implementation of the 'which' command.

Comment 1 T.C. Hollingsworth 2011-08-23 08:50:19 UTC
$ rpmlint SPECS/nodejs-which.spec 
SPECS/nodejs-which.spec: W: no-%build-section
SPECS/nodejs-which.spec: W: invalid-url Source0: isaacs-node-which-1.0.0-0-g3a6bbd8.tar.gz
0 packages and 1 specfiles checked; 0 errors, 2 warnings.

$ rpmlint RPMS/noarch/nodejs-which-1.0.0-1.fc15.noarch.rpm 
nodejs-which.noarch: W: only-non-binary-in-usr-lib
nodejs-which.noarch: W: no-manual-page-for-binary which.nodejs
1 packages and 0 specfiles checked; 0 errors, 2 warnings.

Comment 2 Matěj Cepl 2011-08-26 15:53:20 UTC
Probably not a packaging review deal breaker, but still interesting enough to be recorded somewhere (and I don't have a component to file a bug against):

bradford:nodejs-which-1.0.0 $ which.nodejs 

node.js:134
        throw e; // process.nextTick error, or 'error' event on first tick
        ^
Error: Cannot find module '../'
    at Function._resolveFilename (module.js:315:11)
    at Function._load (module.js:261:25)
    at require (module.js:343:19)
    at Object.<anonymous> (/usr/bin/which.nodejs:2:13)
    at Module._compile (module.js:399:26)
    at Object..js (module.js:405:10)
    at Module.load (module.js:331:31)
    at Function._load (module.js:292:12)
    at Array.<anonymous> (module.js:418:10)
    at EventEmitter._tickCallback (node.js:126:26)
bradford:nodejs-which-1.0.0 $ rpm -V nodejs-which
bradford:nodejs-which-1.0.0 $

Comment 3 T.C. Hollingsworth 2011-10-24 23:06:50 UTC
Closing all Node.js-related reviews per bug 732552.