mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
43 lines
1.5 KiB
RPMSpec
43 lines
1.5 KiB
RPMSpec
# Exclude input files from mangling
|
|
%global __brp_mangle_shebangs_exclude_from ^/usr/src/.*$
|
|
|
|
Name: stardust-xr-gravity
|
|
Version: 0.51.1
|
|
Release: 1%{?dist}
|
|
Epoch: 1
|
|
Summary: Utility to launch apps and Stardust XR clients spatially
|
|
URL: https://github.com/StardustXR/gravity
|
|
Source0: %url/archive/refs/tags/%version.tar.gz
|
|
License: MIT AND (MIT OR Apache-2.0) AND Unicode-3.0 AND (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND (Apache-2.0 OR MIT) AND (Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT) AND Apache-2.0 AND (BSD-2-Clause OR Apache-2.0 OR MIT) AND BSD-2-Clause-Patent AND (BSD-3-Clause OR MIT OR Apache-2.0) AND BSD-3-Clause AND (MIT AND BSD-3-Clause) AND (MIT OR Apache-2.0 OR LGPL-2.1-or-later) AND (MIT OR Apache-2.0) AND (MIT OR Zlib OR Apache-2.0) AND MPL-2.0 AND (Unlicense OR MIT)
|
|
BuildRequires: cargo cmake anda-srpm-macros cargo-rpm-macros mold
|
|
|
|
Provides: gravity stardust-gravity
|
|
Packager: Owen Zimmerman <owen@fyralabs.com>
|
|
|
|
%description
|
|
%summary.
|
|
|
|
%prep
|
|
%autosetup -n gravity-%version
|
|
%cargo_prep_online
|
|
|
|
%build
|
|
|
|
%install
|
|
%define __cargo_common_opts %{?_smp_mflags} -Z avoid-dev-deps --locked
|
|
%cargo_install
|
|
%{cargo_license_online} > LICENSE.dependencies
|
|
|
|
%files
|
|
%_bindir/gravity
|
|
%license LICENSE
|
|
%license LICENSE.dependencies
|
|
%doc README.md
|
|
|
|
%changelog
|
|
* Sat Jan 10 2026 Owen Zimmerman <owen@fyralabs.com>
|
|
- Switch to version based
|
|
|
|
* Wed Sep 11 2024 Owen-sz <owen@fyralabs.com>
|
|
- Package StardustXR gravity
|