6 Star 0 Fork 4

src-openEuler/nodejs-grunt-cli

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
nodejs-grunt-cli.spec 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
fwx913451 提交于 2020-09-07 20:25 . fuanan add package
%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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/src-openeuler/nodejs-grunt-cli.git
git@gitee.com:src-openeuler/nodejs-grunt-cli.git
src-openeuler
nodejs-grunt-cli
nodejs-grunt-cli
master

搜索帮助