Name: icinga-cube Version: 1.4.0 Release: 1.fc41 Summary: Multidimensional representation of facts Group: Productivity/Networking/Web/Frontends License: GPL-3.0 URL: https://icinga.com Source0: icinga-cube-1.4.0.tgz Requires: icinga-cube-web = 1.4.0-1.fc41 BuildArch: noarch %description Icinga Cube offers multi-dimensional views on facts categorized by dimensions. For example, these can be host and service custom variables, where variable names are dimensions and values are facts. Available operations are roll-up, drill-down, slice and dice, and rotate. %package web Summary: Icinga Cube web files Requires: icingaweb2 >= 2.12.5 Requires: icinga-php-library >= 0.19.0 %description web Web files for Icinga Cube. %prep %autosetup %install install -dpm 0755 %{buildroot}/usr/share/icingaweb2/modules/cube cp -prv * %{buildroot}/usr/share/icingaweb2/modules/cube %files %files web %doc README.md %docdir /usr/share/icingaweb2/modules/cube/doc %license LICENSE.md /usr/share/icingaweb2/modules/cube %post web if [ $1 == 1 ]; then ln -sf /usr/share/icingaweb2/modules/cube /etc/icingaweb2/enabledModules/cube fi %preun web if [ $1 == 0 ]; then rm -f /etc/icingaweb2/enabledModules/cube fi %changelog * Thu Mar 26 2026 Icinga GmbH - 1.4.0-1.fc41 - Version 1.4.0-1