Name: robotnik-discord-bot Version: 0.1.4 Release: 1%{?dist} Summary: A discord bot for posting RSS news License: GPL3.0 BuildRequires: cmake gcc-c++ make git BuildRequires: cli11-devel fmt-devel gtest-devel gmock-devel yaml-cpp-devel curl-devel BuildRequires: expat-devel gdbm-devel nlohmann-json-devel systemd-devel libdpp-devel Source: https://codeberg.org/dorinlazar/robotnik-discord-bot/archive/v%{version}.tar.gz %description Robotnik is a discord bot for posting RSS news. For the time being it's made to suit the needs of a single user. %prep %setup -q -n robotnik-discord-bot %build %cmake %cmake_build %install %cmake_install %check %ctest %files %{_sysconfdir}/systemd/system/robotnik.service %{_bindir}/robotnikpp %{_libdir}/librobodblayer.so %{_libdir}/libroborssparser.so %changelog * Sun Jun 07 2026 Dorin Lazăr - 0.1.4-1 - Fix build folders * Sun Jun 07 2026 Dorin Lazăr - 0.1.0-1 - Make build dependent on libdpp-devel * Sun Oct 05 2025 Dorin Lazăr - 0.0.1-10 - Multi-message reply done properly * Sat Oct 04 2025 Dorin Lazăr - 0.0.1-8 - Updated DPP to latest version. - Multi-message reply. * Sat Apr 26 2025 Dorin Lazăr - 0.0.1-1 - Initial package