# -*- rpm-spec -*- Summary: OpenPref - preference card game Name: openpref Version: 0.1.3 Release: 1%{?dist} License: GPLv2 Group: Amusements/Games URL: https://github.com/suhorukov/openpref Source0: openpref-%{version}.tar.gz # Зависимости, необходимые для сборки на сервере Copr BuildRequires: gcc-c++ BuildRequires: cmake BuildRequires: qt5-qtbase-devel BuildRequires: qt5-qtmultimedia-devel BuildRequires: qt5-linguist %description OpenPref is an open-source card game for Preference (Preferans) written in C++ and Qt5. %prep %setup -q -c %build %cmake %cmake_build %install %cmake_install %files %{_bindir}/openpref %{_datadir}/openpref/ %{_datadir}/openpref/openpref_ru.qm %changelog * Sat May 16 2026 Dima - 0.1.3-1 - Fixed CPack spec file for native Fedora/CentOS Copr build