diff --git a/callsites-2.0.0.tgz b/callsites-2.0.0.tgz deleted file mode 100644 index 38b44ec..0000000 Binary files a/callsites-2.0.0.tgz and /dev/null differ diff --git a/nodejs-callsites.spec b/nodejs-callsites.spec index 626392f..2adc11d 100644 --- a/nodejs-callsites.spec +++ b/nodejs-callsites.spec @@ -6,8 +6,8 @@ Release: 1 Summary: Get callsites from the V8 stack trace API License: MIT URL: https://github.com/sindresorhus/callsites -Source0: http://registry.npmjs.org/callsites/-/callsites-%{version}.tgz -Source1: https://github.com/sindresorhus/callsites/v2.0.0/test.js +Source0: https://github.com/sindresorhus/callsites/archive/v%{version}.tar.gz +Source1: https://github.com/sindresorhus/callsites/v%{version}/test.js BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -19,7 +19,7 @@ BuildRequires: npm(xo) npm(ava) %{summary}. %prep -%setup -q -n package +%autosetup -n callsites-%{version} rm -rf node_modules cp -p %{SOURCE1} . diff --git a/v2.0.0.tar.gz b/v2.0.0.tar.gz new file mode 100644 index 0000000..48b1132 Binary files /dev/null and b/v2.0.0.tar.gz differ