fix (stardust armillary): add license.dependencies (#7939) (#7982)

This commit is contained in:
Raboneko
2025-12-03 14:20:50 -08:00
committed by GitHub
parent 33c105be5c
commit 94bd45eaad
@@ -6,7 +6,7 @@
Name: stardust-xr-armillary
Version: %commit_date.%shortcommit
Release: 1%?dist
Release: 2%?dist
Summary: Model viewer for Stardust XR
URL: https://github.com/StardustXR/armillary
Source0: %url/archive/%commit/armillary-%commit.tar.gz
@@ -28,10 +28,13 @@ A model viewer for Stardust XR which works great for hand tracking, pointers, an
%install
%define __cargo_common_opts %{?_smp_mflags} -Z avoid-dev-deps --locked
%cargo_install
%cargo_license_summary_online
%{cargo_license_online} > LICENSE.dependencies
%files
%_bindir/armillary
%license LICENSE
%license LICENSE.dependencies
%doc README.md
%changelog