%global _name OpenRGB Name: openrgb Version: 0.9.dec9081b Release: 0%{?dist} Summary: Open source RGB lighting control that doesn't depend on manufacturer software License: GPLv2 URL: https://gitlab.com/CalcProgrammer1/%{_name} Source0: https://gitlab.com/CalcProgrammer1/%{_name}/-/archive/master/%{_name}-master.tar.gz BuildRequires: gcc-c++ libusb1-devel libusb-compat-0.1-devel libstdc++-devel qt5-qtbase-devel qt5-linguist desktop-file-utils hidapi-devel mbedtls-devel systemd-rpm-macros Requires: hicolor-icon-theme %description Open source RGB lighting control that doesn't depend on manufacturer software. Supports Windows and Linux. ASUS, ASRock, Corsair, G.Skill, Gigabyte, HyperX, MSI, Razer, ThermalTake, and more supported %prep %autosetup -n %{_name}-master -p1 %build %qmake_qt5 PREFIX=%{_prefix} "QMAKE_CXXFLAGS+=-save-temps" OpenRGB.pro %make_build %install %make_install INSTALL_ROOT=%{buildroot} #desktop desktop-file-install qt/org.%{name}.%{_name}.desktop %post -n %{name} if [ -S /run/udev/control ]; then udevadm control --reload udevadm trigger fi %files %{_bindir}/%{name} %{_datadir}/icons/hicolor/*/apps/org.%{name}.%{_name}.png %{_datadir}/applications/org.%{name}.%{_name}.desktop %{_metainfodir}/org.%{name}.%{_name}.metainfo.xml %{_udevrulesdir}/60-%{name}.rules %license LICENSE %doc README.md %changelog * Sun Jul 9 2023 Adam Honse - 0.9-0 - Updated to 0.9 * Tue Nov 29 2022 Adam Honse - 0.8.1-0 - Updated to 0.8.1 * Sun Nov 27 2022 Adam Honse - 0.8-0 - Updated to 0.8 * Mon Jan 03 2022 Morgan Guimard 0.7.1-1 - Add linguist package from qt and add lrelease build step. * Thu Dec 30 2021 Adam Honse - 0.7.1-0 - Updated to 0.7.1 * Thu Dec 30 2021 Adam Honse - 0.7-0 - Updated to 0.7 * Sun Dec 12 2021 Artem Polishchuk - 0.6.1-2 - build: Fix udev rules install path | MR#933 * Tue Jun 1 2021 Adam Honse - 0.6.1-0 - Updated to 0.6-1 * Mon May 31 2021 Adam Honse - 0.6-0 - Updated to 0.6 * Mon May 03 2021 Pol Rius - 0.5-0 - Modified to build in Gitlab's CI * Mon Dec 07 2020 Artem S. Tashkinov - 0.5-0 - Updated to 0.5 * Mon Sep 28 2020 Artem S. Tashkinov - 0.4-0 - Updated to 0.4 * Sat May 16 2020 Carlos Mogas da Silva - 0.2-2 - Applied review changes in https://bugzilla.redhat.com/show_bug.cgi?id=1835958#c1 * Thu May 14 2020 Carlos Mogas da Silva - 0.2-1 - Initial import