%global debug_package %{nil} Name: scx Version: 1%{?dist} Release: %autorelease.git.3798.d5e1bc9 Summary: sched-ext/scx scheds License: GPLv2 URL: https://github.com/likewhatevs/scx Source0: scx-git-3798.d5e1bc9.tar.gz BuildRequires: cargo, rust, elfutils-devel, clang, sed, findutils %description scx schedulers packaged to simplify perf testing %prep %setup -q -n scx-git-3798.d5e1bc9 %build export RUSTFLAGS="%build_rustflags" cargo build --release -p scx_* rm -f target/release/*.d find scheds/include/scx -type f -exec sed -i 's|\.\./vmlinux\.h|vmlinux.h|g' {} + %install mkdir -p %{buildroot}/usr/bin %{buildroot}/usr/include/scx install -m 0755 target/release/scx_* %{buildroot}/usr/bin/ install -m 0644 scheds/include/scx/*.h %{buildroot}/usr/include/scx/ %files /usr/bin/scx_* /usr/include/scx/*.h %changelog * Thu Apr 03 2025 Pat Somaru 1.0.11-1 - new package built with tito %autochangelog