Name: modrinth-app Version: 0.19.1 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 * Thu Aug 27 2026 Copr Automation - 0.19.1-1 - Changed - Updated style of spoilers in descriptions. - Updated style of code formatting and snippets in descriptions. - Fourth-level headings in descriptions now have more contrast compared to regular body text. - Fixed - Fixed lag on Screenshots page/tab when you have a lot of screenshots