nodejs-debug/nodejs-debug.spec

41 lines
1.1 KiB
RPMSpec
Raw Normal View History

2020-08-20 17:02:41 +08:00
%{?nodejs_find_provides_and_requires}
Name: nodejs-debug
2022-07-02 17:50:39 +08:00
Version: 4.3.4
Release: 1
2020-08-20 17:02:41 +08:00
Summary: A small debugging utility for Node.js
License: MIT
URL: https://github.com/visionmedia/debug
2022-07-02 17:50:39 +08:00
Source0: https://github.com/debug-js/debug/archive/refs/tags/%{version}.tar.gz
2020-08-20 17:02:41 +08:00
BuildArch: noarch
ExclusiveArch: %{nodejs_arches} noarch
BuildRequires: nodejs-packaging
%description
This module is a tiny Node.js debugging utility modeled after node core's
debugging technique.
%prep
2022-07-02 17:50:39 +08:00
%autosetup -n debug-%{version}
2020-08-20 17:02:41 +08:00
%nodejs_fixdep ms "^2.0.0"
%build
%install
mkdir -p %{buildroot}%{nodejs_sitelib}/debug
2022-07-02 17:50:39 +08:00
cp -pr package.json src %{buildroot}%{nodejs_sitelib}/debug
2020-08-20 17:02:41 +08:00
%nodejs_symlink_deps
%files
2022-07-02 17:50:39 +08:00
%doc README.md
2020-08-20 17:02:41 +08:00
%license LICENSE
%{nodejs_sitelib}/debug
%changelog
2022-07-02 17:50:39 +08:00
* Sat Jul 02 2022 chenchen <chen_aka_jan@163.com> - 4.3.4-1
- Update to 4.3.4
2020-11-26 10:59:20 +08:00
* Thu Nov 26 2020 caodongxia <caodongxia@huawei.com> - 2.6.9-2
- Delete file nodejs-debug.spec.old
2020-08-20 17:02:41 +08:00
* Mon Aug 17 2020 Anan Fu <fuanan3@huawei.com> - 2.6.9-1
- package init