diff --git a/gauge-1.2.5.tgz b/gauge-1.2.5.tgz deleted file mode 100644 index 17ae159..0000000 Binary files a/gauge-1.2.5.tgz and /dev/null differ diff --git a/nodejs-gauge.spec b/nodejs-gauge.spec index 6dc86f5..34c2eae 100644 --- a/nodejs-gauge.spec +++ b/nodejs-gauge.spec @@ -7,7 +7,7 @@ Release: 1 Summary: A terminal based horizontal gauge License: ISC URL: https://github.com/npm/gauge -Source0: https://registry.npmjs.org/gauge/-/gauge-%{version}.tgz +Source0: https://github.com/npm/gauge/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch @@ -20,7 +20,7 @@ BuildRequires: npm(tap) A terminal based horizontal gauge %prep -%setup -q -n package +%autosetup -n gauge-%{version} %build diff --git a/v1.2.5.tar.gz b/v1.2.5.tar.gz new file mode 100644 index 0000000..2e732d0 Binary files /dev/null and b/v1.2.5.tar.gz differ