diff --git a/nodejs-make-arrow-function.spec b/nodejs-make-arrow-function.spec index a51b3b6..7605583 100644 --- a/nodejs-make-arrow-function.spec +++ b/nodejs-make-arrow-function.spec @@ -1,7 +1,7 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-make-arrow-function Version: 1.1.0 -Release: 1 +Release: 2 Summary: Function that returns an arbitrary arrow function License: MIT URL: https://github.com/ljharb/make-arrow-function @@ -19,7 +19,7 @@ Function that returns an arbitrary arrow function, or undefined if arrow function syntax is unsupported. %prep -%autosetup -n make-arrow-function-%{version} -S git +%autosetup -n make-arrow-function-%{version} -p1 cp %{SOURCE1} LICENSE rm -rf node_modules @@ -41,5 +41,8 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/make-arrow-function %{nodejs_sitelib}/make-arrow-function %changelog +* Web 09 Jun 2021 zhaoyao - 1.1.0-2 +- %prep no longer patched with git + * Sat Aug 29 2020 wutao - 1.1.0-1 - package init