|
|
@ -1,7 +1,7 @@
|
|
|
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
|
|
|
|
|
|
|
|
|
|
|
|
Name: nodejs-packaging
|
|
|
|
Name: nodejs-packaging
|
|
|
|
Version: 15
|
|
|
|
Version: 16
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: RPM Macros and Utilities for Node.js Packaging
|
|
|
|
Summary: RPM Macros and Utilities for Node.js Packaging
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -38,6 +38,10 @@ install -pm0755 nodejs-setversion %{buildroot}%{_rpmconfigdir}/nodejs-setversion
|
|
|
|
install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|
|
|
install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
|
|
|
./test/run
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE
|
|
|
|
%{macrosdir}/macros.nodejs
|
|
|
|
%{macrosdir}/macros.nodejs
|
|
|
@ -47,6 +51,10 @@ install -Dpm0644 multiver_modules %{buildroot}%{_datadir}/node/multiver_modules
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 1 2018 Tom Hughes <tom@compton.nu> - 16-1
|
|
|
|
|
|
|
|
- Rewrite nodejs.req to better match npm versioning rules
|
|
|
|
|
|
|
|
- Add tests for nodejs.req and nodejs.prov
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Apr 30 2018 Tom Hughes <tom@compton.nu> - 15-1
|
|
|
|
* Mon Apr 30 2018 Tom Hughes <tom@compton.nu> - 15-1
|
|
|
|
- Fix caret dependency ranges
|
|
|
|
- Fix caret dependency ranges
|
|
|
|
|
|
|
|
|
|
|
|