Name: linux-wallpaperengine Version: 20231225 Release: 1%{?dist} Summary: This project aims to reproduce the background functionality of Wallpaper Engine on Linux systems License: MIT URL: https://github.com/Almamu/linux-wallpaperengine Source0: %{name}-main.zip BuildRequires: gcc-c++ cmake libXrandr-devel freeimage-devel libXinerama-devel libXcursor-devel libXi-devel mesa-libGL-devel glew-devel freeglut-devel SDL2-devel lz4-devel ffmpeg-free-devel libXxf86vm-devel glm-devel glfw-devel mpv-devel pulseaudio-libs-devel Requires: glfw mpv mpv-libs pulseaudio-libs %description This project aims to reproduce the background functionality of Wallpaper Engine on Linux systems. Simple as that. %prep %setup -q -n %{name}-main %global _enable_debug_package 0 %global debug_package %{nil} %build %cmake -D CMAKE_INSTALL_PREFIX=/usr %cmake_build %{?_smp_mflags} %install %cmake_install %files %defattr(-,root,root,-) %license LICENSE %doc README.md %{_bindir}/linux-wallpaperengine %dir %{_datadir}/%{name}/patches/ %{_datadir}/%{name}/patches/* %clean %changelog