Name: nodejs-grunt-contrib-copy Version: 1.0.0 Release: 4%{?dist} BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch License: MIT Summary: Copy files and folders URL: https://github.com/gruntjs/grunt-contrib-copy Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: nodejs-file-sync-cmp BuildRequires: nodejs-grunt-cli BuildRequires: nodejs-grunt-contrib-internal BuildRequires: nodejs-grunt-contrib-clean BuildRequires: nodejs-grunt-contrib-nodeunit BuildRequires: nodejs-packaging Requires: nodejs-grunt %description Copy files and folders. %prep %autosetup -n grunt-contrib-copy-%{version} # We don't need to check code style during package tests sed -i "s/jshint', 'clean/clean/" Gruntfile.js %install install -d -m 0755 %{buildroot}/%{nodejs_sitelib} install -d -m 0755 %{buildroot}/%{nodejs_sitelib}/grunt-contrib-copy cp -a package.json tasks %{buildroot}/%{nodejs_sitelib}/grunt-contrib-copy %nodejs_symlink_deps %check %nodejs_symlink_deps --check grunt test %files %license LICENSE-MIT %doc AUTHORS %doc CHANGELOG %doc CONTRIBUTING.md %doc README.md %{nodejs_sitelib}/grunt-contrib-copy %changelog * Fri Jul 13 2018 Fedora Release Engineering - 1.0.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Thu Feb 08 2018 Fedora Release Engineering - 1.0.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Mar 05 2017 Randy Barlow - 1.0.0-1 - Unretire nodejs-grunt-contrib-copy (#1429209).