%prep no longer patched with git
This commit is contained in:
parent
6e1c48385f
commit
c2fefb4097
@ -2,7 +2,7 @@
|
|||||||
%global enable_tests 1
|
%global enable_tests 1
|
||||||
Name: nodejs-grunt-contrib-nodeunit
|
Name: nodejs-grunt-contrib-nodeunit
|
||||||
Version: 0.4.1
|
Version: 0.4.1
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Run Nodeunit unit tests with grunt
|
Summary: Run Nodeunit unit tests with grunt
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/gruntjs/grunt-contrib-nodeunit
|
URL: https://github.com/gruntjs/grunt-contrib-nodeunit
|
||||||
@ -20,7 +20,7 @@ BuildRequires: npm(nodeunit) npm(tap)
|
|||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n grunt-contrib-nodeunit-%{version} -S git
|
%autosetup -n grunt-contrib-nodeunit-%{version} -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -44,5 +44,8 @@ cp -pr package.json tasks/ \
|
|||||||
%{nodejs_sitelib}/grunt-contrib-nodeunit
|
%{nodejs_sitelib}/grunt-contrib-nodeunit
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Web 09 Jun 2021 zhaoyao<zhaoyao32@huawei.com> - 0.4.1-2
|
||||||
|
- %prep no longer patched with git
|
||||||
|
|
||||||
* Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 0.4.1-1
|
* Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 0.4.1-1
|
||||||
- package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user