!5 Updateto 4.3.4
From: @chen-jan Reviewed-by: @gitee-cmd Signed-off-by: @gitee-cmd
This commit is contained in:
commit
6faf310d40
BIN
4.3.4.tar.gz
Normal file
BIN
4.3.4.tar.gz
Normal file
Binary file not shown.
BIN
debug-2.6.9.tgz
BIN
debug-2.6.9.tgz
Binary file not shown.
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user