!5 Updateto 4.3.4

From: @chen-jan 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
This commit is contained in:
openeuler-ci-bot 2022-07-02 10:28:48 +00:00 committed by Gitee
commit 6faf310d40
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 9 additions and 6 deletions

BIN
4.3.4.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,11 @@
%{?nodejs_find_provides_and_requires}
Name: nodejs-debug
Version: 2.6.9
Release: 2
Version: 4.3.4
Release: 1
Summary: A small debugging utility for Node.js
License: MIT
URL: https://github.com/visionmedia/debug
Source0: https://registry.npmjs.org/debug/-/debug-%{version}.tgz
Source0: https://github.com/debug-js/debug/archive/refs/tags/%{version}.tar.gz
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
@ -14,22 +14,25 @@ This module is a tiny Node.js debugging utility modeled after node core's
debugging technique.
%prep
%setup -q -n package
%autosetup -n debug-%{version}
%nodejs_fixdep ms "^2.0.0"
%build
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/debug
cp -pr package.json node.js src %{buildroot}%{nodejs_sitelib}/debug
cp -pr package.json src %{buildroot}%{nodejs_sitelib}/debug
%nodejs_symlink_deps
%files
%doc README.md CHANGELOG.md
%doc README.md
%license LICENSE
%{nodejs_sitelib}/debug
%changelog
* Sat Jul 02 2022 chenchen <chen_aka_jan@163.com> - 4.3.4-1
- Update to 4.3.4
* Thu Nov 26 2020 caodongxia <caodongxia@huawei.com> - 2.6.9-2
- Delete file nodejs-debug.spec.old