fuanan add package

This commit is contained in:
fwx913451 2020-08-25 14:50:50 +08:00
parent 3185740d4d
commit 07757ad5f1

View File

@ -6,13 +6,10 @@ Release: 1
Summary: A Grunt plugin to clean files and folders
License: MIT
URL: https://github.com/gruntjs/grunt-contrib-clean
Source0: https://github.com/gruntjs/grunt-contrib-clean/archive/v%{version}/%{name}-%{version}.tar.gz
Source0: https://github.com/gruntjs/grunt-contrib-clean/archive/v%{version}/nodejs-grunt-contrib-clean-%{version}.tar.gz
BuildArch: noarch
%if 0%{?fedora} >= 19
ExclusiveArch: %{nodejs_arches} noarch
%else
ExclusiveArch: %{ix86} x86_64 %{arm} noarch
%endif
BuildRequires: nodejs-packaging
%if 0%{?enable_tests}
BuildRequires: npm(grunt-cli) npm(grunt-contrib-nodeunit) npm(rimraf)