%{?nodejs_find_provides_and_requires} Name: nodejs-assert-plus Version: 0.1.5 Release: 1%{?dist} Summary: Extra assertions on top of node's assert module BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch Group: System Environment/Libraries # MIT license text in README.md License: MIT URL: https://github.com/mcavage/node-assert-plus Source0: http://registry.npmjs.org/assert-plus/-/assert-plus-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: nodejs-devel %description This library is a super small wrapper over node's assert module that has two things: (1) the ability to disable assertions with the environment variable NODE_NDEBUG, and (2) some API wrappers for argument testing. %prep %setup -q -n package %build #nothing to do %install rm -rf %buildroot mkdir -p %{buildroot}%{nodejs_sitelib}/assert-plus cp -pr package.json assert.js %{buildroot}%{nodejs_sitelib}/assert-plus %nodejs_symlink_deps %clean rm -rf %buildroot %files %defattr(-,root,root,-) %{nodejs_sitelib}/assert-plus %doc README.md %changelog * Thu Oct 29 2015 Jared Smith - 0.1.5-1 - Update to 0.1.5 release * Wed Jun 17 2015 Fedora Release Engineering - 0.1.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.1.4-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Tue Jul 30 2013 T.C. Hollingsworth - 0.1.4-1 - new upstream release 0.1.4 * Sun Jun 23 2013 T.C. Hollingsworth - 0.1.3-2 - restrict to compatible arches * Thu Jun 13 2013 T.C. Hollingsworth - 0.1.3-1 - initial package