diff --git a/nodejs-readdirp.spec b/nodejs-readdirp.spec index c0dec68..cac33f9 100644 --- a/nodejs-readdirp.spec +++ b/nodejs-readdirp.spec @@ -2,7 +2,7 @@ %global enable_tests 1 Name: nodejs-readdirp Version: 2.1.0 -Release: 1 +Release: 2 Summary: Recursive version of Node's fs.readdir with a streaming API License: MIT URL: https://github.com/thlorenz/readdirp @@ -19,7 +19,7 @@ BuildRequires: npm(set-immediate-shim) npm(tap) npm(through2) %{summary}. %prep -%autosetup -n readdirp-%{version} -S git +%autosetup -n readdirp-%{version} -p1 rm -rf test/ find . -type f -exec chmod -x '{}' \; %nodejs_fixdep minimatch "^3.0.0" @@ -44,5 +44,8 @@ cp -pr package.json readdirp.js stream-api.js \ %{nodejs_sitelib}/readdirp %changelog +* Web 09 Jun 2021 zhaoyao - 2.1.0-2 +- %prep no longer patched with git + * Sat Aug 22 2020 wangyue - 2.1.0-1 - package init