File stardust-xr-telescope.spec of Package stardust-xr-telescope
Name: stardust-xr-telescope
# This will be set by osc services, that will run after this.
Version: 0.50.0~0
Release: 0
Summary: See the stars! Easy stardust setups to run on your computer
# If you know the license, put it's SPDX string here.
# Alternately, you can use cargo lock2rpmprovides to help generate this.
License: MIT
Url: https://github.com/StardustXR/telescope
Source0: telescope-%{version}.tar.zst
BuildRequires: zstd
Requires: bash
Requires: xwayland-satellite
Requires: stardust-xr-armillary
Requires: stardust-xr-atmosphere
Requires: stardust-xr-black-hole
Requires: stardust-xr-comet
Requires: stardust-xr-flatland
Requires: stardust-xr-gravity
Requires: stardust-xr-non-spatial-input
Requires: stardust-xr-protostar
Requires: stardust-xr-server
Requires: stardust-xr-solar-sailer
BuildArch: noarch
Provides: telescope stardust-telescope
%description
%summary.
%prep
%autosetup -n telescope-%{version}
ls
echo "autosetup"
%build
ls %{_builddir}
%install
ls
install -Dm755 scripts/telescope %{buildroot}%_bindir/telescope
install -Dm755 scripts/_telescope_startup %{buildroot}%_bindir/_telescope_startup
install -Dm644 org.stardustxr.Telescope.desktop %{buildroot}%{_datadir}/applications/org.stardustxr.Telescope.desktop
install -Dm644 org.stardustxr.Telescope.png %{buildroot}%{_datadir}/icons/hicolor/512x512/apps/org.stardustxr.Telescope.png
%files
%license LICENSE
%_bindir/telescope
%_bindir/_telescope_startup
%dir %{_datadir}/icons/hicolor/
%dir %{_datadir}/icons/hicolor/512x512/
%dir %{_datadir}/icons/hicolor/512x512/apps
%{_datadir}/applications/org.stardustxr.Telescope.desktop
%{_datadir}/icons/hicolor/512x512/apps/org.stardustxr.Telescope.png
%changelog