%global debug_package %{nil} Name: vapoursynth-plugin-hysteresis Version: 1.0.5 Release: %autorelease Summary: Hysteresis filter for VapourSynth License: MIT URL: https://github.com/sgt0/vapoursynth-hysteresis Source0: https://github.com/sgt0/vapoursynth-hysteresis/archive/refs/tags/v%{version}.tar.gz BuildRequires: cargo rust cargo-rpm-macros Requires: vapoursynth-libs %description %summary %prep %autosetup -n vapoursynth-hysteresis-%{version} %build %{__cargo} build --release --locked %install install -Dpm 0755 target/release/libhysteresis.so %{buildroot}%{_libdir}/vapoursynth/libhysteresis.so %files %license LICENSE.md %doc README.md %{_libdir}/vapoursynth/libhysteresis.so %changelog %autochangelog