diff --git a/isexe-2.0.0.tgz b/isexe-2.0.0.tgz deleted file mode 100644 index ffba9a9..0000000 Binary files a/isexe-2.0.0.tgz and /dev/null differ diff --git a/nodejs-isexe.spec b/nodejs-isexe.spec index 59f4be5..a72a9e8 100644 --- a/nodejs-isexe.spec +++ b/nodejs-isexe.spec @@ -7,7 +7,7 @@ Release: 1 Summary: Minimal module to check if a file is executable License: ISC URL: https://github.com/isaacs/isexe -Source0: https://registry.npmjs.org/%{packagename}/-/%{packagename}-%{version}.tgz +Source0: https://github.com/isaacs/isexe/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch BuildRequires: nodejs-packaging @@ -18,7 +18,7 @@ BuildRequires: npm(mkdirp) npm(rimraf) npm(tap) Minimal module to check if a file is executable. %prep -%setup -q -n package +%autosetup -n isexe-%{version} %build diff --git a/v2.0.0.tar.gz b/v2.0.0.tar.gz new file mode 100644 index 0000000..507518b Binary files /dev/null and b/v2.0.0.tar.gz differ