2024-01-06 07:40:20 +01:00
|
|
|
Name: node-gyp
|
2024-03-28 13:13:22 +01:00
|
|
|
Version: 10.1.0
|
2024-01-06 07:40:20 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Node.js native addon build tool
|
|
|
|
Group: Development/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/nodejs/node-gyp
|
|
|
|
Source: https://registry.npmjs.org/node-gyp/-/node-gyp-%{version}.tgz
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: nodejs
|
|
|
|
Requires: nodejs
|
|
|
|
|
|
|
|
%description
|
|
|
|
Node.js native addon build tool.
|
|
|
|
|
|
|
|
#% debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
npm install -g --prefix %{buildroot}%{_prefix} %{SOURCE0}
|
|
|
|
|
|
|
|
rm -rf %{buildroot}%{_prefix}/lib/node_modules/node-gyp/.github
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/node-gyp
|
|
|
|
%dir %{_prefix}/lib/node_modules/node-gyp
|
|
|
|
%{_prefix}/lib/node_modules/node-gyp/*
|
2024-03-28 13:13:22 +01:00
|
|
|
%{_prefix}/lib/node_modules/node-gyp/.release-please-manifest.json
|
2024-01-06 07:40:20 +01:00
|
|
|
%doc package/LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-03-28 13:13:22 +01:00
|
|
|
* Thu Mar 28 2024 Automatic Build System <autodist@openmamba.org> 10.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:21 +01:00
|
|
|
* Fri Nov 03 2023 Automatic Build System <autodist@mambasoft.it> 10.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:21 +01:00
|
|
|
* Sun Oct 29 2023 Automatic Build System <autodist@mambasoft.it> 10.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:21 +01:00
|
|
|
* Fri Jun 16 2023 Automatic Build System <autodist@mambasoft.it> 9.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:20 +01:00
|
|
|
* Wed Dec 21 2022 Automatic Build System <autodist@mambasoft.it> 9.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:20 +01:00
|
|
|
* Sat Oct 22 2022 Automatic Build System <autodist@mambasoft.it> 9.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:20 +01:00
|
|
|
* Wed Oct 12 2022 Automatic Build System <autodist@mambasoft.it> 9.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:20 +01:00
|
|
|
* Sat Jul 16 2022 Automatic Build System <autodist@mambasoft.it> 9.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:20 +01:00
|
|
|
* Thu Mar 03 2022 Automatic Build System <autodist@mambasoft.it> 9.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:20 +01:00
|
|
|
* Sat Jan 22 2022 Automatic Build System <autodist@mambasoft.it> 8.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:20 +01:00
|
|
|
* Sun Sep 19 2021 Automatic Build System <autodist@mambasoft.it> 8.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:20 +01:00
|
|
|
* Sat May 29 2021 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:20 +01:00
|
|
|
* Tue May 04 2021 Automatic Build System <autodist@mambasoft.it> 8.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 07:40:20 +01:00
|
|
|
* Sat Mar 20 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 7.1.2-1mamba
|
|
|
|
- package created using the webbuild interface
|