Updateto 4.3.4

This commit is contained in:
chen-jan 2022-07-02 17:50:39 +08:00
parent b3fd932502
commit 6fed93b7e1
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} %{?nodejs_find_provides_and_requires}
Name: nodejs-debug Name: nodejs-debug
Version: 2.6.9 Version: 4.3.4
Release: 2 Release: 1
Summary: A small debugging utility for Node.js Summary: A small debugging utility for Node.js
License: MIT License: MIT
URL: https://github.com/visionmedia/debug 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 BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging BuildRequires: nodejs-packaging
@ -14,22 +14,25 @@ This module is a tiny Node.js debugging utility modeled after node core's
debugging technique. debugging technique.
%prep %prep
%setup -q -n package %autosetup -n debug-%{version}
%nodejs_fixdep ms "^2.0.0" %nodejs_fixdep ms "^2.0.0"
%build %build
%install %install
mkdir -p %{buildroot}%{nodejs_sitelib}/debug 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 %nodejs_symlink_deps
%files %files
%doc README.md CHANGELOG.md %doc README.md
%license LICENSE %license LICENSE
%{nodejs_sitelib}/debug %{nodejs_sitelib}/debug
%changelog %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 * Thu Nov 26 2020 caodongxia <caodongxia@huawei.com> - 2.6.9-2
- Delete file nodejs-debug.spec.old - Delete file nodejs-debug.spec.old