代码拉取完成,页面将自动刷新
%global srcname grunt-cli
Name: nodejs-grunt-cli
Version: 1.2.0
Release: 1
Summary: Command-line interface for Grunt, the JavaScript testing framework
License: MIT
URL: https://github.com/gruntjs/grunt-cli
Source0: https://github.com/gruntjs/grunt-cli/archive/v%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
Requires: npm(grunt)
%description
Grunt is the JavaScript task runner.
Grunt-cli gives you access to the grunt command-line interface anywhere on
your system, which is useful when running a locally installed Grunt for your
project.
%prep
%autosetup -n grunt-cli-%{version}
%nodejs_fixdep findup-sync '~0.3'
%nodejs_fixdep nopt '^3.0.6'
%nodejs_fixdep resolve '^1.1.6'
sed -i '1 s|#!/usr/bin/env node|#!/usr/bin/node|' bin/grunt
%build
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/grunt-cli
cp -pr package.json lib/ \
%{buildroot}%{nodejs_sitelib}/grunt-cli
install -p -D -m0755 bin/grunt \
%{buildroot}%{nodejs_sitelib}/grunt-cli/bin/grunt-cli
mkdir -p %{buildroot}%{_bindir}
ln -sf %{nodejs_sitelib}/grunt-cli/bin/grunt-cli \
%{buildroot}%{_bindir}/grunt
mkdir -p %{buildroot}%{_datadir}/bash-completion/completions
sed '1{\@^#!/bin/bash@d}' completion/bash \
> %{buildroot}%{_datadir}/bash-completion/completions/grunt
chmod 0644 %{buildroot}%{_datadir}/bash-completion/completions/grunt
touch -r completion/bash %{buildroot}%{_datadir}/bash-completion/completions/grunt
%nodejs_symlink_deps
%files
%doc AUTHORS CHANGELOG.md README.md
%license LICENSE-MIT
%{nodejs_sitelib}/grunt-cli
%{_bindir}/grunt
%{_datadir}/bash-completion/completions/grunt
%changelog
* Thu Aug 20 2020 Anan Fu <fuanan3@huawei.com> - 1.2.0-1
- package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。