Name: | rh-nodejs8-nodejs-normalize-path |
---|---|
Version: | 2.0.1 |
Release: | 11.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 6177 |
License: | MIT |
RPM: | rh-nodejs8-nodejs-normalize-path-2.0.1-11.el7.noarch.rpm |
Source RPM: | rh-nodejs8-nodejs-normalize-path-2.0.1-11.el7.src.rpm |
Build Date: | Tue Dec 19 2017 |
Build Host: | x86-ol7-builder-03.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/jonschlinkert/normalize-path |
Summary: | Nodejs library for normalizing filesystem paths |
Description: | Normalize file path slashes to be unix-like forward slashes, regardless of OS (since in reality Windows doesn't care about slash direction anyway). Also condenses repeat slashes to a single slash and removes and trailing slashes. |
- rh-nodejs8-rebuild
- Add nodejs-devel dependency
- Move %check section after %install - add %nodejs_symlink_deps macro - remove dependency
- Move find_provides macro out of if - Use macro in -runtime dependency
- Rebuilt with updated metapackage
- Enable scl macros
- upstream bug fix release 2.0.1: no longer strips leading ./
- added missing BR on minimist
- upstream release 2.0.0
- upstream release 1.0.0: paths are no longer forced to lower case