Spec URL: https://jsmith.fedorapeople.org/Packaging/nodejs-bcrypt/nodejs-bcryptjs.spec SRPM URL: https://jsmith.fedorapeople.org/Packaging/nodejs-bcrypt/nodejs-bcryptjs-2.3.0-1.fc23.src.rpm Description: Optimized bcrypt in plain JavaScript with zero dependencies Fedora Account System Username: jsmith
I've only taken a quick look but it seems that the packaged files are generated/compiled. I think this should be built from source with closurecompiler.
ok, closurecompiler is only needed for generating the minified js intended for browser use. You can skip that if you only intend to run it in nodejs. But you will have to use (and package) metascript to build the package.\ package.json: "build": "node scripts/build.js", https://github.com/dcodeIO/bcrypt.js/blob/master/scripts/build.js The %install section is missing some needed directories.
Finnally making progress on this -- it's got a bunch of newer dependencies, but should be in much better shape now. Spec URL: https://jsmith.fedorapeople.org/Packaging/nodejs-bcryptjs/nodejs-bcryptjs.spec SRPM URL: https://jsmith.fedorapeople.org/Packaging/nodejs-bcryptjs/nodejs-bcryptjs-2.3.0-1.fc24.src.rpm
Seems that the source has multiple licenses, they all need to be specified. dist dir needs to be installed. Binary as well. Not sure about externs dir. %build %nodejs_symlink_deps --check ^^ shouldn't this be --build %{?nodejs_find_provides_and_requires} %{!?_licensedir:%global license %doc} These macros are not needed anymore tests seem to be included in npm package now. Is the separate download still needed?
Spec URL: https://jsmith.fedorapeople.org/Packaging/nodejs-bcryptjs/nodejs-bcryptjs.spec SRPM URL: https://jsmith.fedorapeople.org/Packaging/nodejs-bcryptjs/nodejs-bcryptjs-2.4.0-1.fc26.src.rpm
Spec URL: https://jsmith.fedorapeople.org/Packaging/nodejs-bcryptjs/nodejs-bcryptjs.spec SRPM URL: https://jsmith.fedorapeople.org/Packaging/nodejs-bcryptjs/nodejs-bcryptjs-2.4.3-1.fc27.src.rpm
Everything seems good, package accepted.
'Requested package in ticket https://pagure.io/releng/fedora-scm-requests/issue/1596'
(fedrepo-req-admin): The Pagure repository was created at https://src.fedoraproject.org/rpms/nodejs-bcryptjs
In rawhide, closing bug