Blame nodejs-grunt-legacy-log-utils.spec

59a2930
%{?nodejs_find_provides_and_requires}
59a2930
59a2930
Name:           nodejs-grunt-legacy-log-utils
59a2930
Version:        0.1.1
7f4435c
Release:        2%{?dist}
59a2930
Summary:        Static methods for the Grunt 0.4.x logger
59a2930
59a2930
License:        MIT
59a2930
URL:            https://github.com/gruntjs/grunt-legacy-log-utils
59a2930
Source0:        https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-%{version}.tgz
59a2930
BuildArch:      noarch
59a2930
ExclusiveArch:  %{nodejs_arches} noarch
59a2930
59a2930
BuildRequires:  nodejs-packaging
59a2930
59a2930
BuildRequires:  npm(nodeunit)
59a2930
BuildRequires:  npm(colors)
59a2930
BuildRequires:  npm(lodash)
59a2930
BuildRequires:  npm(underscore.string)
59a2930
59a2930
59a2930
%description
59a2930
%{summary}.
59a2930
59a2930
59a2930
%prep
59a2930
%setup -q -n package
7f4435c
%nodejs_fixdep colors "^1.1.2"
59a2930
%nodejs_fixdep underscore.string "^2.3.1"
59a2930
rm -rf node_modules
59a2930
59a2930
59a2930
%build
59a2930
59a2930
59a2930
%install
59a2930
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-legacy-log-utils
59a2930
cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/grunt-legacy-log-utils
59a2930
%nodejs_symlink_deps
59a2930
59a2930
59a2930
%check
59a2930
%nodejs_symlink_deps --check
59a2930
%{nodejs_sitelib}/nodeunit/bin/nodeunit test/index.js
59a2930
59a2930
59a2930
%files
59a2930
%{!?_licensedir:%global license %doc}
59a2930
%doc README.md
59a2930
%license LICENSE-MIT
59a2930
%{nodejs_sitelib}/grunt-legacy-log-utils
59a2930
59a2930
59a2930
%changelog
7f4435c
* Sat Nov 21 2015 Tom Hughes <tom@compton.nu> - 0.1.1-2
7f4435c
- Update npm(colors) dependency
7f4435c
59a2930
* Sat Nov 21 2015 Tom Hughes <tom@compton.nu> - 0.1.1-1
59a2930
- Initial build of 0.1.1