From 4d394fb666c8745d55977d891f146084a089bfd0 Mon Sep 17 00:00:00 2001 From: GloriousEggroll Date: Sun, 7 Jul 2024 10:28:54 -0600 Subject: [PATCH] bump rpm spec sheet --- packaging/rpm/umu-launcher.spec | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/packaging/rpm/umu-launcher.spec b/packaging/rpm/umu-launcher.spec index 63f6a7cee..c193c4901 100644 --- a/packaging/rpm/umu-launcher.spec +++ b/packaging/rpm/umu-launcher.spec @@ -1,18 +1,19 @@ -%define commit 89a49751ffbeeed0beeba21ee9ba7fd7c94ce78f +%define commit 9f4179d4c7c78c98ae2ff84c4dc65a5a88199647 %global shortcommit %(c=%{commit}; echo ${c:0:7}) %global build_timestamp %(date +"%Y%m%d") -%global rel_build RC4.%{build_timestamp}.%{shortcommit}%{?dist} +%global rel_build 1.%{build_timestamp}.%{shortcommit}%{?dist} Name: umu-launcher -Version: 0.1 +Version: 1.0 Release: %{rel_build} Summary: A tool for launching non-steam games with proton License: GPLv3 URL: https://github.com/Open-Wine-Components/umu-launcher +BuildArch: noarch BuildRequires: meson >= 0.54.0 BuildRequires: ninja-build BuildRequires: cmake @@ -20,6 +21,16 @@ BuildRequires: g++ BuildRequires: gcc-c++ BuildRequires: scdoc BuildRequires: git +BuildRequires: python3-devel +BuildRequires: python3-build +BuildRequires: python3-installer +BuildRequires: python3-hatchling +BuildRequires: python +BuildRequires: python3 + +Requires: python +Requires: python3 +Requires: python3-xlib %description @@ -38,12 +49,13 @@ make %install cd umu-launcher -make DESTDIR=%{buildroot} install +make DESTDIR=%{buildroot} PYTHONDIR=%{python3_sitelib} install %files %{_bindir}/umu-run %{_datadir}/man/* -%{_datadir}/umu/* +%{_datadir}/steam/compatibilitytools.d/umu-launcher/ +%{python3_sitelib}/umu* %changelog