%{?nodejs_find_provides_and_requires} %global npm_name micromatch Summary: Glob matching for javascript/node.js Name: nodejs-%{npm_name} Version: 2.3.5 Release: 7%{?dist} License: MIT URL: https://github.com/jonschlinkert/micromatch Source0: http://registry.npmjs.org/%{npm_name}/-/%{npm_name}-%{version}.tgz BuildRequires: nodejs-devel ExclusiveArch: %{nodejs_arches} noarch BuildArch: noarch %description Glob matching for javascript/node.js. A drop-in replacement and faster alternative to minimatch and multimatch. Just use micromatch.isMatch() instead of minimatch(), or use micromatch() instead of multimatch(). %prep %setup -q -n package %nodejs_fixdep lazy-cache #%nodejs_fixdep optimist %nodejs_fixdep normalize-path chmod 644 index.js LICENSE package.json README.md %build %install mkdir -p %{buildroot}%{nodejs_sitelib}/%{npm_name} cp -pr index.js lib package.json %{buildroot}%{nodejs_sitelib}/%{npm_name} %nodejs_symlink_deps %files %{!?_licensedir:%global license %doc} %doc README.md %license LICENSE %{nodejs_sitelib}/%{npm_name} %changelog * Thu Mar 03 2016 Zuzana Svetlikova - 2.3.5-7 - Remove redundant dependency * Wed Feb 24 2016 Zuzana Svetlikova - 2.3.5-6 - Fix dependency on collection metapackage * Thu Jan 07 2016 Tomas Hrcka - 2.3.5-3 - Enable scl macros * Thu Dec 17 2015 Troy Dawson - 2.3.5-2 - Fix dependencies * Wed Dec 16 2015 Troy Dawson - 2.3.5-1 - Initial package