Name: modrinth-app Version: 0.19.2 Release: 1%{?dist} Summary: Modrinth App, repackaged from upstream's official prebuilt RPM License: GPL-3.0-only URL: https://modrinth.com/app Source0: modrinth-app-upstream.rpm BuildArch: x86_64 ExclusiveArch: x86_64 BuildRequires: cpio %description Unofficial Copr build of the official Modrinth App, an open source Minecraft mod manager and launcher. This spec unpacks the binary RPM that Modrinth publishes on GitHub Releases and repacks it for Copr; it does not compile anything, and this repo tracks upstream releases automatically. Upstream project: https://github.com/modrinth/code %prep rpm2cpio %{SOURCE0} | cpio -idm %install cp -a usr %{buildroot}/ %files %{_bindir}/ModrinthApp %{_datadir}/applications/*.desktop %{_datadir}/icons/hicolor/*/apps/ModrinthApp.png %post /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : %postun if [ $1 -eq 0 ]; then /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || : fi %posttrans /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %changelog * Tue Sep 01 2026 Copr Automation - 0.19.2-1 - Added - Added options to hide Files, Worlds, and Screenshots tabs in instance settings. - Added a sync source picker when enabling command history, multiplayer servers, or creative hotbars sync. - Changed - Moved the global Screenshots page toggle from Synced settings into Behavior settings as "Show all screenshots together". - Screenshots tab on instances is now independent of sync settings. - Redesigned the slider control used for settings such as memory allocation. - Removed the blur censor tool in the screenshot editor. It did not work properly and was not functional as a censor. - Command history, multiplayer servers, and creative hotbars are now disabled by default until you choose a sync source. - Fixed - Fixed issues with java, window, and hooks overrides in instance settings. - Fixed remaining lag when scrolling large screenshot libraries. - Fixed GIF and WebP images not displaying correctly in the screenshot viewer. - Fixed screenshot cards flashing or failing to fade in while the gallery loads. - Fixed log spam on event updates.