%prep no longer patched with git

This commit is contained in:
shine_ 2021-06-09 12:24:48 +08:00
parent 0e4fc75c98
commit dfe0717624

View File

@ -2,7 +2,7 @@
%global enable_tests 0
Name: nodejs-jade
Version: 1.3.1
Release: 1
Release: 2
Summary: Jade template engine for Node.js
License: MIT
URL: https://github.com/visionmedia/jade
@ -21,7 +21,7 @@ Jade is a high performance template engine heavily influenced by Haml and
implemented with JavaScript for Node.js.
%prep
%autosetup -n pug-%{version} -S git
%autosetup -n pug-%{version} -p1
%nodejs_fixdep character-parser '~1.2'
%nodejs_fixdep commander '>=2.1.0'
%nodejs_fixdep constantinople '~2.0'
@ -55,5 +55,8 @@ ln -sf %{nodejs_sitelib}/jade/bin/jade.js \
%{_bindir}/jade-nodejs
%changelog
* Web 09 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 1.3.1-2
- %prep no longer patched with git
* Thu Aug 20 2020 wangxiao <wangxiao65@huawei.com> - 1.3.1-1
- Package init