# Original project: https://github.com/RusNor/StartWine-Launcher Name: startwine Version: 422 Release: 1%{?dist} Summary: Windows application launcher for Linux License: GPL-3.0-or-later URL: https://github.com/RusNor/StartWine-Launcher Source0: StartWine_v%{version} Source1: ru.launcher.StartWine.desktop Source2: StartWine.png Requires: yad fuse curl %description StartWine is a Windows application launcher for GNU/Linux operating systems. Includes many features, extensions, and fixes to improve performance, visuals, and usability. %install # Устанавливаем основной скрипт install -Dm755 %{SOURCE0} %{buildroot}%{_bindir}/startwine # Устанавливаем .desktop файл install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/applications/ru.launcher.StartWine.desktop # Устанавливаем иконку install -Dm644 %{SOURCE2} %{buildroot}%{_datadir}/pixmaps/startwine.png %files %{_bindir}/startwine %{_datadir}/applications/ru.launcher.StartWine.desktop %{_datadir}/pixmaps/startwine.png %changelog * Sat Jun 06 2026 Wik217 - 422-1 - Initial RPM release for Fedora - Packaged from upstream release StartWine_v422 by RusNor