%global _commit 3dafc03c34d865cf7e7b4418fbc10ec360a88b10 %global _date 20240922.035500 #Try to remove this before release? Maybe it's just not ready yet... %global debug_package %{nil} Name: lxqt-wayland-session Version: 0.1.0~3dafc03.%{_date} Release: 1%{?dist} Summary: Wayland session files for LXQt # See "LICENSE" for a breakdown of license usage License: LGPL-2.1-only AND GPL-3.0-only AND MIT AND GPL-2.0-only AND BSD-3-Clause URL: https://lxqt-project.org/ Source0: https://github.com/lxqt/%{name}/archive/%{_commit}/%{name}-%{_commit}.tar.gz #Not released yet. Leaving this here for when it is. #Source0: https://github.com/lxqt/%%{name}/archive/%%{version}/%%{name}-%%{version}.tar.gz BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: perl BuildRequires: cmake(Qt6Core) BuildRequires: cmake(Qt6LinguistTools) BuildRequires: cmake(lxqt) BuildRequires: cmake(KF6WindowSystem) %description %{summary}. %prep %autosetup -n %{name}-%{_commit} %build %cmake %cmake_build %install %cmake_install %files %license COPYING COPYING.LESSER LICENSE LICENSE.* %doc README.md %{_bindir}/startlxqtwayland %{_datadir}/lxqt/wayland/ %{_datadir}/lxqt/graphics/lxqt-labwc.png %{_datadir}/themes/Vent/ %{_datadir}/themes/Vent-dark %{_datadir}/wayland-sessions/lxqt-wayland.desktop %{_datadir}/lxqt/wallpapers/origami-dark-labwc.png %changelog * Tue Sep 24 2024 Steve Cossette - 0.1.0~3dafc03.20240922.035500-1 - Initial