diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 6f3aefe3bff5177c8729003ecb8bbc7ebad6b1ae..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# nodejs-grunt-cli - -#### Description -Command-line interface for Grunt, the JavaScript testing framework - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md index 26e432b7d6593568377dddf8f382efee67ba0e45..1bf67687a47a1081d2229666ba42c09b6b9bd148 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,3 @@ -# nodejs-grunt-cli +Deprecated since Aug 2025 -#### 介绍 -Command-line interface for Grunt, the JavaScript testing framework - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -1. xxxx -2. xxxx -3. xxxx - -#### 使用说明 - -1. xxxx -2. xxxx -3. xxxx - -#### 参与贡献 - -1. Fork 本仓库 -2. 新建 Feat_xxx 分支 -3. 提交代码 -4. 新建 Pull Request - - -#### 码云特技 - -1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md -2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com) -3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目 -4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目 -5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) -6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) +- https://gitee.com/openeuler/release-management/pulls/2363 diff --git a/nodejs-grunt-cli.spec b/nodejs-grunt-cli.spec deleted file mode 100644 index 997b140adba4a04f8ba018b8c61232f8e2c62179..0000000000000000000000000000000000000000 --- a/nodejs-grunt-cli.spec +++ /dev/null @@ -1,53 +0,0 @@ -%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 - 1.2.0-1 -- package init diff --git a/nodejs-grunt-cli.yaml b/nodejs-grunt-cli.yaml deleted file mode 100644 index 737af82d23fa586bddecb25f2631006688f31e88..0000000000000000000000000000000000000000 --- a/nodejs-grunt-cli.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: github -src_repo: gruntjs/grunt-cli -tag_prefix: "^v" -seperator: "." diff --git a/v1.2.0.tar.gz b/v1.2.0.tar.gz deleted file mode 100644 index e47895de6331abebe928bd7ac9c073eb0b5bf8d3..0000000000000000000000000000000000000000 Binary files a/v1.2.0.tar.gz and /dev/null differ