Name: modrinth-app Version: 0.18.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 * Sun Aug 23 2026 Copr Automation - 0.18.2-1 - Automated repackage tracking upstream release v0.18.2