# Tag: Tool # Type: Devel, Plugin, CLAP # Category: Tool Summary: An automatic CLAP validation and testing tool Name: clap-validator Version: 0.3.2 Release: 1%{?dist} License: MIT URL: https://github.com/free-audio/clap-validator Vendor: Audinux Distribution: Audinux Source0: https://github.com/free-audio/clap-validator/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: rust cargo %description A validator and automatic test suite for CLAP plugins. Clap-validator can automatically test one or more plugins for common bugs and incorrect behavior. %prep %autosetup -n %{name}-%{version} %build export RUSTFLAGS="-g -O" export RUST_BACKTRACE=1 cargo build --release %install install -m 755 -d %{buildroot}/%{_bindir}/ cp target/release/clap-validator %{buildroot}/%{_bindir}/ %files %doc README.md %license LICENSE %{_bindir}/* %changelog * Mon Jan 22 2024 Yann Collette 0.3.2-1 - initial release