%{?nodejs_find_provides_and_requires} Name: nodejs-glob Version: 5.0.15 Release: 1%{?dist} Summary: A little globber for Node.js License: BSD Group: System Environment/Libraries URL: https://github.com/isaacs/node-glob Source0: http://registry.npmjs.org/glob/-/glob-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-devel %description This is a glob implementation in pure JavaScript. It uses the minimatch library to do its matching. %prep %setup -q -n package %nodejs_fixdep minimatch %build #nothing to do %install rm -rf %{buildroot} mkdir -p %{buildroot}%{nodejs_sitelib}/glob cp -pr *.js package.json %{buildroot}%{nodejs_sitelib}/glob %nodejs_symlink_deps %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %{nodejs_sitelib}/glob %doc LICENSE README.md %changelog * Tue Oct 20 2015 Jared Smith - 5.0.15-1 - Update to upstream 5.0.15 release * Wed Jun 17 2015 Fedora Release Engineering - 3.2.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 3.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Jul 30 2013 T.C. Hollingsworth - 3.2.6-1 - new upstream release 3.2.6 * Fri Jul 12 2013 T.C. Hollingsworth - 3.2.3-1 - new upstream release 3.2.3 * Sat Jun 22 2013 T.C. Hollingsworth - 3.2.1-1 - new upstream release 3.2.1 * Sat Jun 22 2013 T.C. Hollingsworth - 3.1.21-3 - restrict to compatible arches * Mon Apr 15 2013 T.C. Hollingsworth - 3.1.21-2 - add macro for EPEL6 dependency generation * Wed Mar 13 2013 T.C. Hollingsworth - 3.1.21-1 - new upstream release 3.1.21 * Sat Feb 09 2013 T.C. Hollingsworth - 3.1.20-1 - new upstream release 3.1.20 * Tue Jan 08 2013 T.C. Hollingsworth - 3.1.14-2 - add missing build section - adjust summary/description slightly * Mon Dec 31 2012 T.C. Hollingsworth - 3.1.14-1 - new upstream release 3.1.14 - clean up for submission * Thu Mar 22 2012 T.C. Hollingsworth - 3.1.9-1 - new upstream release 3.1.9 * Fri Mar 16 2012 T.C. Hollingsworth - 3.1.6-1 - initial package