mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
46 lines
1.4 KiB
RPMSpec
46 lines
1.4 KiB
RPMSpec
%global commit 9546a362000bf4afa80591ea6099bcd326464f89
|
|
%global commit_date 20240916
|
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
|
# Exclude input files from mangling
|
|
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
|
|
|
Name: stardust-server
|
|
Version: 0.45.1
|
|
Release: 1%?dist
|
|
Summary: Usable Linux display server that reinvents human-computer interaction for all kinds of XR.
|
|
URL: https://github.com/StardustXR/server
|
|
Source0: %url/archive/refs/tags/%version.tar.gz
|
|
License: GPL-2.0-only
|
|
|
|
BuildRequires: cargo cmake anda-srpm-macros cargo-rpm-macros gcc-c++ mold
|
|
BuildRequires: glx-utils fontconfig-devel glibc libxcb-devel wayland-devel
|
|
BuildRequires: openxr-devel libglvnd-devel libglvnd-gles mesa-libgbm-devel
|
|
BuildRequires: libwayland-egl libX11-devel libXfixes-devel
|
|
BuildRequires: mesa-libEGL-devel libxkbcommon-devel
|
|
|
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
|
|
%description
|
|
Usable Linux display server that reinvents human-computer interaction for all kinds of XR, from putting 2D/XR apps into various 3D shells for varying uses to SDF-based interaction.
|
|
|
|
%prep
|
|
%autosetup -n server-%version
|
|
%cargo_prep_online
|
|
|
|
%build
|
|
export CXXFLAGS=""
|
|
%cargo_build
|
|
|
|
%install
|
|
install -Dm755 target/rpm/stardust-xr-server %buildroot%_bindir/stardust-xr-server
|
|
|
|
|
|
%files
|
|
%_bindir/stardust-xr-server
|
|
%license LICENSE
|
|
%doc README.md
|
|
|
|
%changelog
|
|
* Sat Sep 14 2024 Owen-sz <owen@fyralabs.com>
|
|
- Package StardustXR Server
|