diff --git a/make-generator-function-1.1.0.tgz b/make-generator-function-1.1.0.tgz deleted file mode 100644 index 80d8274..0000000 Binary files a/make-generator-function-1.1.0.tgz and /dev/null differ diff --git a/nodejs-make-generator-function.spec b/nodejs-make-generator-function.spec index 6ef81b9..a6d73a0 100644 --- a/nodejs-make-generator-function.spec +++ b/nodejs-make-generator-function.spec @@ -5,7 +5,7 @@ Release: 1 Summary: Returns an arbitrary generator function License: MIT URL: https://github.com/ljharb/make-generator-function -Source0: https://registry.npmjs.org/make-generator-function/-/make-generator-function-%{version}.tgz +Source0: https://github.com/ljharb/make-generator-function/archive/v%{version}.tar.gz # https://github.com/ljharb/make-generator-function/pull/1 Source1: nodejs-make-generator-function-license.txt BuildArch: noarch @@ -19,7 +19,7 @@ syntax are supported, the generator function returned will have a "concise" property containing a concise generator method. %prep -%setup -q -n package +%autosetup -n make-generator-function-%{version} cp %{SOURCE1} LICENSE rm -rf node_modules diff --git a/v1.1.0.tar.gz b/v1.1.0.tar.gz new file mode 100644 index 0000000..1466d5d Binary files /dev/null and b/v1.1.0.tar.gz differ