From df8fbb2104cb433fbb4458c3262990dfb234b15c Mon Sep 17 00:00:00 2001 From: fwx913451 Date: Mon, 7 Sep 2020 20:25:01 +0800 Subject: [PATCH] fuanan add package --- nodejs-grunt-cli.spec | 4 ++-- grunt-cli-1.2.0.tar.gz => v1.2.0.tar.gz | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename grunt-cli-1.2.0.tar.gz => v1.2.0.tar.gz (100%) diff --git a/nodejs-grunt-cli.spec b/nodejs-grunt-cli.spec index 328fe5c..997b140 100644 --- a/nodejs-grunt-cli.spec +++ b/nodejs-grunt-cli.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Command-line interface for Grunt, the JavaScript testing framework License: MIT URL: https://github.com/gruntjs/grunt-cli -Source0: https://github.com/gruntjs/grunt-cli/archive/v%{version}.tar.gz#/grunt-cli-%{version}.tar.gz +Source0: https://github.com/gruntjs/grunt-cli/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -17,7 +17,7 @@ your system, which is useful when running a locally installed Grunt for your project. %prep -%setup -q -n %{srcname}-%{version} +%autosetup -n grunt-cli-%{version} %nodejs_fixdep findup-sync '~0.3' %nodejs_fixdep nopt '^3.0.6' %nodejs_fixdep resolve '^1.1.6' diff --git a/grunt-cli-1.2.0.tar.gz b/v1.2.0.tar.gz similarity index 100% rename from grunt-cli-1.2.0.tar.gz rename to v1.2.0.tar.gz