Skip to content

Commit

Permalink
bump rpm spec sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
GloriousEggroll committed Jul 7, 2024
1 parent 9f4179d commit 4d394fb
Showing 1 changed file with 17 additions and 5 deletions.
22 changes: 17 additions & 5 deletions packaging/rpm/umu-launcher.spec
Original file line number Diff line number Diff line change
@@ -1,25 +1,36 @@
%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
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
Expand All @@ -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

0 comments on commit 4d394fb

Please sign in to comment.