Name: sccache Version: 0.15.0 Release: 1.20260529134841597069.master%{?dist} Summary: Shared Compilation Cache License: ASL 2.0 URL: https://github.com/mozilla/sccache Source0: sccache-v0.15.0-x86_64-unknown-linux-musl.tar.gz # Prebuilt binary — only available for x86_64 ExclusiveArch: x86_64 # Statically linked musl binary, no shared library deps AutoReqProv: no # Don't extract debug info from prebuilt binary %global debug_package %{nil} %global _build_id_links none %description sccache is a ccache-like compiler wrapper that caches compilation results locally or in cloud storage backends (S3, GCS, Azure Blob). It supports C, C++, and Rust, and is commonly used to speed up CI/CD pipelines and distributed build environments. %prep %setup -q -n sccache-v0.15.0-x86_64-unknown-linux-musl %build # Prebuilt binary — nothing to compile %install install -Dm 0755 sccache %{buildroot}%{_bindir}/sccache %files %{_bindir}/sccache %changelog * Fri May 29 2026 Hagalín Ásgrímur Guðmundsson - 0.15.0-1.20260529134841597069.master - Development snapshot (cbd85888) * Tue May 27 2025 DevOps - 0.15.0-1 - Initial packaging for Rocky Linux 9 (prebuilt musl binary)