%{?nodejs_find_provides_and_requires} Name: nodejs-hoek Version: 2.14.0 Release: 2%{?dist} Summary: General purpose Node.js utilities License: BSD Group: Development/Libraries URL: https://github.com/spumko/hoek Source0: http://registry.npmjs.org/hoek/-/hoek-%{version}.tgz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-devel %description This package contains some general purpose Node.js utilities, including utilities for working with objects, timers, binary encoding/decoding, escaping characters, errors, and loading files. %prep %setup -q -n package #fix perms chmod 0644 README.md LICENSE images/* lib/* package.json %build #nothing to do %install rm -rf %{buildroot} mkdir -p %{buildroot}%{nodejs_sitelib}/hoek cp -pr lib/ *.js package.json %{buildroot}%{nodejs_sitelib}/hoek %nodejs_symlink_deps #Yet Another Unpackaged Test Framework (lab) #%%check #make test %clean rm -rf %{buildroot} %files %{!?_licensedir:%global license %doc} %defattr(-,root,root,-) %{nodejs_sitelib}/hoek %doc *.md images %license LICENSE %changelog * Wed Oct 28 2015 Jared Smith - 2.14.0-2 - Fix missing index.js file * Tue Oct 27 2015 Jared Smith - 2.14.0-1 - Update to upstream 2.14.0 release * Wed Jun 17 2015 Fedora Release Engineering - 0.9.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.9.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Sat Aug 03 2013 Fedora Release Engineering - 0.9.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Jun 23 2013 T.C. Hollingsworth - 0.9.1-1 - new upstream release 0.9.1 * Sat Jun 22 2013 T.C. Hollingsworth - 0.8.1-3 - restrict to compatible arches * Mon Apr 15 2013 T.C. Hollingsworth - 0.8.1-2 - add macro for EPEL6 dependency generation * Fri Apr 05 2013 T.C. Hollingsworth - 0.8.1-1 - initial package