diff --git a/are-we-there-yet-1.0.5.tgz b/are-we-there-yet-1.0.5.tgz deleted file mode 100644 index 33e836f..0000000 Binary files a/are-we-there-yet-1.0.5.tgz and /dev/null differ diff --git a/nodejs-are-we-there-yet.spec b/nodejs-are-we-there-yet.spec index 78136a8..9327daa 100644 --- a/nodejs-are-we-there-yet.spec +++ b/nodejs-are-we-there-yet.spec @@ -6,7 +6,7 @@ Release: 1 Summary: Keep track of the overall completion of many disparate processes License: ISC URL: https://github.com/iarna/are-we-there-yet.git -Source0: https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-%{version}.tgz +Source0: https://github.com/iarna/are-we-there-yet/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging npm(delegates) npm(readable-stream) @@ -17,7 +17,7 @@ BuildRequires: npm(tap) Keep track of the overall completion of many disparate processes %prep -%setup -q -n package +%autosetup -n are-we-there-yet-%{version} %nodejs_fixdep delegates '>=0.1.0' %build diff --git a/v1.0.5.tar.gz b/v1.0.5.tar.gz new file mode 100644 index 0000000..bb14aa2 Binary files /dev/null and b/v1.0.5.tar.gz differ