diff --git a/1.7.0.tar.gz b/1.7.0.tar.gz new file mode 100644 index 0000000..5c4c733 Binary files /dev/null and b/1.7.0.tar.gz differ diff --git a/growl-1.7.0.tgz b/growl-1.7.0.tgz deleted file mode 100644 index 53f14b7..0000000 Binary files a/growl-1.7.0.tgz and /dev/null differ diff --git a/nodejs-growl.spec b/nodejs-growl.spec index d11d5a1..3d5a515 100644 --- a/nodejs-growl.spec +++ b/nodejs-growl.spec @@ -6,7 +6,7 @@ Release: 1 Summary: Growl unobtrusive notifications for Node.js License: MIT URL: https://github.com/tj/node-growl -Source0: http://registry.npmjs.org/growl/-/growl-%{version}.tgz +Source0: https://github.com/tj/node-growl/archive/%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch @@ -19,7 +19,7 @@ Requires: libnotify%{?_isa} >= 0:0.5.0-1 %{summary} %prep -%setup -q -n package +%autosetup -n node-growl-%{version} %build