diff --git a/fileset-0.2.1.tgz b/fileset-0.2.1.tgz deleted file mode 100644 index 51689e9..0000000 Binary files a/fileset-0.2.1.tgz and /dev/null differ diff --git a/nodejs-fileset.spec b/nodejs-fileset.spec index bdd6439..9993e8e 100644 --- a/nodejs-fileset.spec +++ b/nodejs-fileset.spec @@ -6,7 +6,7 @@ Release: 1 Summary: A wrapper around glob and minimatch for Node.js License: MIT URL: https://github.com/mklabs/node-fileset -Source0: https://registry.npmjs.org/fileset/-/fileset-%{version}.tgz +Source0: https://github.com/mklabs/node-fileset/archive/v%{version}.tar.gz BuildArch: noarch ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{ix86} x86_64 %{arm} noarch @@ -20,7 +20,7 @@ nodejs-minimatch. It adds multiple patterns matching and allows a list of include patterns and optional exclude patterns. %prep -%setup -q -n package +%autosetup -n node-fileset-%{version} %nodejs_fixdep glob %nodejs_fixdep minimatch diff --git a/v0.2.1.tar.gz b/v0.2.1.tar.gz new file mode 100644 index 0000000..a32bcd1 Binary files /dev/null and b/v0.2.1.tar.gz differ