diff --git a/nodejs-shelljs.spec b/nodejs-shelljs.spec index c832eff..c93b384 100644 --- a/nodejs-shelljs.spec +++ b/nodejs-shelljs.spec @@ -2,7 +2,7 @@ %global enable_tests 1 Name: nodejs-shelljs Version: 0.7.3 -Release: 1 +Release: 2 Summary: Portable Unix shell commands for Node.js License: BSD and MIT URL: http://github.com/arturadib/shelljs @@ -18,7 +18,7 @@ BuildRequires: coffee-script npm(glob) %{summary}. %prep -%autosetup -n shelljs-%{version} -S git +%autosetup -n shelljs-%{version} -p1 rm test/exec.js sed -i '1s/env //' bin/shjs %nodejs_fixdep glob @@ -55,5 +55,8 @@ ln -sf %{nodejs_sitelib}/shelljs/bin/shjs \ %{_bindir}/shjs %changelog +* Web 09 Jun 2021 zhaoyao - 0.7.3-2 +- %prep no longer patched with git + * Fri Aug 21 2020 wangyue - 0.7.3-1 - package init