Name: qlog Version: 0.48.0 Release: 4 Group: Applications/Communications Summary: QLog is an Amateur Radio logging application based on the Qt framework and uses SQLite as database backend. Obsoletes: qlog < 0.48.0 Provides: qlog = %{version}-%{release} License: GPL-3.0 URL: https://github.com/foldynl/QLog Source0: %{name}-%{version}.tar.gz BuildArch: x86_64 BuildRequires: qt5-qtbase-devel qt5-qtwebengine-devel qt5-qtcharts-devel hamlib-devel qtkeychain-qt5-devel qt5-qtserialport-devel pkg-config qt5-qtwebsockets-devel libsqlite3x-devel Requires: qt5-qtbase qt5-qtwebengine qt5-qtcharts hamlib qtkeychain-qt5 qt5-qtserialport qt5-qtwebsockets libsqlite3x %description QLog is an Amateur Radio logging application for Linux, Windows. It is based on the Qt framework and uses SQLite as database backend. QLogs aims to be as simple as possible, but to provide everything the operator expects from the log to be. This log is not currently focused on contests. %global debug_package %{nil} %prep %setup -q %build /usr/bin/qmake-qt5 QLog.pro %make_build %install make INSTALL_ROOT=%{buildroot} install %files %defattr(-, root, root, 0755) /usr/local/bin/qlog /usr/local/share/applications/qlog.desktop /usr/local/share/icons/hicolor/256x256/apps/qlog.png /usr/local/share/metainfo/io.github.foldynl.QLog.metainfo.xml %changelog * Sun Feb 22 2026 Ravil Sarvaritdinov - Build for v0.48.0 tag - Build only x86_64 arch