add: stardust-armillary-nightly (#9087) (#9096)

* add: stardust-armillary-nightly



* changelog



---------


(cherry picked from commit c4284d5551)

Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
Raboneko
2026-01-11 11:20:14 -08:00
committed by GitHub
parent 02a5ddc132
commit 7060e418bd
6 changed files with 56 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
project pkg {
rpm {
spec = "stardust-armillary-nightly.spec"
}
labels {
nightly = 1
}
}
@@ -0,0 +1,43 @@
%global commit c278020dc78587e887f91377a882b50d0b009c50
%global commit_date 20251130
%global shortcommit %(c=%{commit}; echo ${c:0:7})
# Exclude input files from mangling
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
Name: stardust-xr-armillary-nightly
Version: 0~%{commit_date}git.%{shortcommit}
Release: 1%?dist
Summary: Model viewer for Stardust XR
URL: https://github.com/StardustXR/armillary
Source0: %url/archive/%commit/armillary-%commit.tar.gz
License: MIT
BuildRequires: cargo cmake anda-srpm-macros cargo-rpm-macros mold
Provides: armillary-nightly stardust-armillary-nightly
Conflicts: stardust-xr-armillary
Packager: Owen Zimmerman <owen@fyralabs.com>
%description
A model viewer for Stardust XR which works great for hand tracking, pointers, and controllers.
%prep
%autosetup -n armillary-%commit
%cargo_prep_online
%build
%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
* Sun Jan 11 2026 Owen Zimmerman <owen@fyralabs.com>
- Initial commit (port from stable)
@@ -0,0 +1,5 @@
rpm.global("commit", gh_commit("StardustXR/armillary"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}