File chatterino2.spec of Package chatterino2
#
# spec file for package chatterino2
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: chatterino2
Version: 2.5.3
Release: 3
Summary: Chat client for Twitch
License: MIT
URL: https://github.com/Chatterino/chatterino2
Source: %{name}-%{version}-1742742578.3f3a31d.tar.gz
BuildRequires: cmake qt6-tools-devel qt6-multimedia-devel
BuildRequires: libboost_filesystem-devel boost-devel
BuildRequires: libopenssl-devel libboost_headers-devel qt6-svg-devel git libnotify-devel
BuildRequires: qt6-concurrent-devel qt6-qt5compat-devel libsecret-devel
BuildRequires: qt6-dbus-devel
%description
Chatterino 2 is a chat client for Twitch
%prep
%setup -q -n %{name}-%{version}-1742742578.3f3a31d
%build
%cmake
%cmake_build
%install
rm -rf %{buildroot}
%cmake_install
%files
%defattr(-,root,root)
%license LICENSE
%doc README.md
%{_bindir}/*
%dir %{_datadir}/icons/hicolor
%dir %{_datadir}/icons/hicolor/256x256
%dir %{_datadir}/icons/hicolor/256x256/apps
%{_datadir}/applications/com.chatterino.chatterino.desktop
%{_datadir}/icons/hicolor/256x256/apps/com.chatterino.chatterino.png
%changelog