2024-11-27 10:02:49 +01:00
|
|
|
Name: pnpm
|
2025-01-09 10:12:12 +01:00
|
|
|
Version: 10.0.0
|
2024-11-27 10:02:49 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Fast, disk space efficient package manager
|
|
|
|
Group: System/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://pnpm.io/
|
|
|
|
Source: https://github.com/pnpm/pnpm.git/v%{version}/pnpm-%{version}.tar.bz2
|
|
|
|
License: MIT
|
2025-01-08 09:53:35 +01:00
|
|
|
BuildArch: noarch
|
2024-11-27 10:02:49 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: nodejs
|
|
|
|
|
|
|
|
%description
|
|
|
|
Fast, disk space efficient package manager.
|
|
|
|
|
|
|
|
#% debug_package
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
npm install -g \
|
|
|
|
--cache "$PWD/npm-cache" \
|
|
|
|
--prefix %{buildroot}%{_prefix} \
|
|
|
|
pnpm
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/pnpm
|
|
|
|
%{_bindir}/pnpx
|
|
|
|
%dir %{_prefix}/lib/node_modules/pnpm
|
|
|
|
%{_prefix}/lib/node_modules/pnpm/*
|
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2025-01-09 10:12:12 +01:00
|
|
|
* Thu Jan 09 2025 Automatic Build System <autodist@openmamba.org> 10.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2025-01-08 09:53:35 +01:00
|
|
|
* Tue Jan 07 2025 Automatic Build System <autodist@openmamba.org> 9.15.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-12-28 11:08:50 +01:00
|
|
|
* Fri Dec 27 2024 Automatic Build System <autodist@openmamba.org> 9.15.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-12-22 23:51:05 +01:00
|
|
|
* Sun Dec 22 2024 Automatic Build System <autodist@openmamba.org> 9.15.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-12-07 09:54:48 +01:00
|
|
|
* Fri Dec 06 2024 Automatic Build System <autodist@openmamba.org> 9.15.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-11-30 11:22:08 +01:00
|
|
|
* Sat Nov 30 2024 Automatic Build System <autodist@openmamba.org> 9.14.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-11-30 09:00:09 +01:00
|
|
|
* Fri Nov 29 2024 Automatic Build System <autodist@openmamba.org> 9.14.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-11-27 10:02:49 +01:00
|
|
|
* Tue Nov 26 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 9.14.2-1mamba
|
|
|
|
- package created using the webbuild interface
|