File dwarftherapist.spec of Package dwarf-therapist
Name: Dwarf-Therapist
Version: 42.1.15
Release: 0
Summary: Dwarf management tool for Dwarf Fortress
URL: https://github.com/Dwarf-Therapist/Dwarf-Therapist/
License: MIT
#%global repo_owner Dwarf-Therapist
#%global repo_name Dwarf-Therapist
Source0: %{name}-%{version}.tar.zst
Patch0: 0001-remove-readme-license.patch
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: libqt5-qtbase-devel
BuildRequires: libqt5-qtdeclarative-devel
%description
Makes managing your dwarves' jobs and psychology easy!
%prep
%autosetup -p1
#%setup -n "%{repo_name}-%{version}"
#%patch -p 1 -P 0
%build
%cmake
%cmake_build
%install
%cmake_install
%files
%license LICENSE.txt
%doc README.rst CHANGELOG.txt
%{_bindir}/dwarftherapist
%{_datadir}/dwarftherapist
%{_datadir}/icons
%{_datadir}/applications
%changelog