%{?nodejs_find_provides_and_requires} Name: nodejs-hoek Version: 0.9.1 Release: 10%{?dist} Summary: General purpose Node.js utilities License: BSD URL: https://github.com/spumko/hoek Source0: http://registry.npmjs.org/hoek/-/hoek-%{version}.tgz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging %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/* index.js package.json %build #nothing to do %install mkdir -p %{buildroot}%{nodejs_sitelib}/hoek cp -pr lib index.js package.json %{buildroot}%{nodejs_sitelib}/hoek %nodejs_symlink_deps #Yet Another Unpackaged Test Framework (lab) #%%check #make test %files %{nodejs_sitelib}/hoek %doc README.md images %license LICENSE %changelog * Fri Jul 13 2018 Fedora Release Engineering - 0.9.1-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering - 0.9.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.9.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Fedora Release Engineering - 0.9.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun Feb 07 2016 Piotr Popieluch - 0.9.1-6 - cleanup spec * Thu Feb 04 2016 Fedora Release Engineering - 0.9.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * 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