diff --git a/nodejs-paperboy.spec b/nodejs-paperboy.spec index f56cf36..47163df 100644 --- a/nodejs-paperboy.spec +++ b/nodejs-paperboy.spec @@ -5,7 +5,7 @@ Release: 1 Summary: A node.js module for delivering static files License: MIT URL: https://github.com/felixge/node-paperboy -Source0: http://registry.npmjs.org/paperboy/-/paperboy-%{version}.tgz +Source0: https://github.com/felixge/node-paperboy/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -13,7 +13,7 @@ BuildRequires: nodejs-packaging %{summary}. %prep -%setup -q -n package +%autosetup -n node-paperboy-%{version} %build diff --git a/paperboy-0.0.5.tgz b/paperboy-0.0.5.tgz deleted file mode 100644 index b7ffe31..0000000 Binary files a/paperboy-0.0.5.tgz and /dev/null differ diff --git a/v0.0.5.tar.gz b/v0.0.5.tar.gz new file mode 100644 index 0000000..5b078cd Binary files /dev/null and b/v0.0.5.tar.gz differ