From 59a2930b9ffbd506852a792acd21d397a968ce42 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Nov 21 2015 18:20:45 +0000 Subject: Initial import of nodejs-grunt-legacy-log-utils --- diff --git a/.gitignore b/.gitignore index e69de29..1981020 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/grunt-legacy-log-utils-0.1.1.tgz diff --git a/nodejs-grunt-legacy-log-utils.spec b/nodejs-grunt-legacy-log-utils.spec new file mode 100644 index 0000000..4d9e96f --- /dev/null +++ b/nodejs-grunt-legacy-log-utils.spec @@ -0,0 +1,55 @@ +%{?nodejs_find_provides_and_requires} + +Name: nodejs-grunt-legacy-log-utils +Version: 0.1.1 +Release: 1%{?dist} +Summary: Static methods for the Grunt 0.4.x logger + +License: MIT +URL: https://github.com/gruntjs/grunt-legacy-log-utils +Source0: https://registry.npmjs.org/grunt-legacy-log-utils/-/grunt-legacy-log-utils-%{version}.tgz +BuildArch: noarch +ExclusiveArch: %{nodejs_arches} noarch + +BuildRequires: nodejs-packaging + +BuildRequires: npm(nodeunit) +BuildRequires: npm(colors) +BuildRequires: npm(lodash) +BuildRequires: npm(underscore.string) + + +%description +%{summary}. + + +%prep +%setup -q -n package +%nodejs_fixdep underscore.string "^2.3.1" +rm -rf node_modules + + +%build + + +%install +mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-legacy-log-utils +cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/grunt-legacy-log-utils +%nodejs_symlink_deps + + +%check +%nodejs_symlink_deps --check +%{nodejs_sitelib}/nodeunit/bin/nodeunit test/index.js + + +%files +%{!?_licensedir:%global license %doc} +%doc README.md +%license LICENSE-MIT +%{nodejs_sitelib}/grunt-legacy-log-utils + + +%changelog +* Sat Nov 21 2015 Tom Hughes - 0.1.1-1 +- Initial build of 0.1.1 diff --git a/sources b/sources index e69de29..0637c61 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +a4721cd9628843afac4e4244f5053217 grunt-legacy-log-utils-0.1.1.tgz