diff --git a/README.en.md b/README.en.md deleted file mode 100644 index 829a6e50c21f573c9a75f9d84ab5e33705a27fd5..0000000000000000000000000000000000000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# nodejs-tiny-lr-fork - -#### Description -A tiny LiveReload server implementation you can spawn in the background - -#### 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 19beb9564515c776abd0e69a9db1e65337cf6935..1bf67687a47a1081d2229666ba42c09b6b9bd148 100644 --- a/README.md +++ b/README.md @@ -1,37 +1,3 @@ -# nodejs-tiny-lr-fork +Deprecated since Aug 2025 -#### 介绍 -A tiny LiveReload server implementation you can spawn in the background - -#### 软件架构 -软件架构说明 - - -#### 安装教程 - -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-tiny-lr-fork.spec b/nodejs-tiny-lr-fork.spec deleted file mode 100644 index 74fdad8686be69600a6d60273b1b0b613c1af79e..0000000000000000000000000000000000000000 --- a/nodejs-tiny-lr-fork.spec +++ /dev/null @@ -1,72 +0,0 @@ -%{?nodejs_find_provides_and_requires} -%global enable_tests 0 -Name: nodejs-tiny-lr-fork -Version: 0.0.5 -Release: 4 -Summary: A tiny LiveReload server implementation you can spawn in the background -License: MIT -URL: https://github.com/shama/tiny-lr -Source0: https://registry.npmjs.org/tiny-lr-fork/-/tiny-lr-fork-%{version}.tgz -BuildArch: noarch -ExclusiveArch: %{nodejs_arches} noarch -BuildRequires: nodejs-packaging -%if 0%{?enable_tests} -BuildRequires: npm(connect) npm(debug) npm(express) npm(faye-websocket) npm(mocha) -BuildRequires: npm(noptify) npm(qs) npm(request) npm(supertest) -%endif -%description -%{summary}. - -%prep -%setup -q -n package -%nodejs_fixdep faye-websocket '~0.7' -%nodejs_fixdep qs '^6.0.2' -%nodejs_fixdep noptify '~0.0.3' -%nodejs_fixdep debug '^4.3.4' -%nodejs_fixdep request '^2.1.0' -sed -i 's/process.pid,/process.pid.toString(),/g' bin/tiny-lr - -%build -#nothing to do - -%install -mkdir -p %{buildroot}%{nodejs_sitelib}/tiny-lr-fork -cp -pr package.json lib/ tasks/ \ - %{buildroot}%{nodejs_sitelib}/tiny-lr-fork -mkdir -p %{buildroot}%{nodejs_sitelib}/tiny-lr-fork/bin -install -p -m755 bin/tiny-lr \ - %{buildroot}%{nodejs_sitelib}/tiny-lr-fork/bin/tiny-lr -install -p -m755 bin/update-livereload \ - %{buildroot}%{nodejs_sitelib}/tiny-lr-fork/bin/update-livereload -mkdir -p %{buildroot}%{_bindir} -ln -sf %{nodejs_sitelib}/tiny-lr-fork/bin/tiny-lr \ - %{buildroot}%{_bindir}/tiny-lr -ln -sf %{nodejs_sitelib}/tiny-lr-fork/bin/update-livereload \ - %{buildroot}%{_bindir}/update-livereload -%nodejs_symlink_deps -%if 0%{?enable_tests} - -%check -%nodejs_symlink_deps --check -/usr/bin/mocha --reporter spec -%endif - -%files -%doc readme.md -%license LICENSE-MIT -%{nodejs_sitelib}/tiny-lr-fork -%{_bindir}/tiny-lr -%{_bindir}/update-livereload - -%changelog -* Tue Apr 9 2024 liyanan - 0.0.5-4 -- fix tiny-lr command error - -* Tue Aug 29 2023 wulei - 0.0.5-3 -- Add requires request for update-livereload error - -* Sat Jul 02 2022 chenchen - 0.0.5-2 -- Updating debug version - -* Wed Aug 12 2020 wutao - 0.0.5-1 -- package init diff --git a/nodejs-tiny-lr-fork.yaml b/nodejs-tiny-lr-fork.yaml deleted file mode 100644 index e0f777e86db9bd18c94e98d2b60a8695ef651b08..0000000000000000000000000000000000000000 --- a/nodejs-tiny-lr-fork.yaml +++ /dev/null @@ -1,4 +0,0 @@ -version_control: github -src_repo: shama/tiny-lr -tag_prefix: "^" -seperator: "." diff --git a/tiny-lr-fork-0.0.5.tgz b/tiny-lr-fork-0.0.5.tgz deleted file mode 100644 index 5838e945ee5403fd92bc9cc6b443ad68e52176b4..0000000000000000000000000000000000000000 Binary files a/tiny-lr-fork-0.0.5.tgz and /dev/null differ