# Status: active # Tag: Library # Type: Devel # Category: Programming Name: libreproc Version: 14.2.7 Release: 1%{?dist} Summary: A cross-platform (C99/C++11) process library License: GPL-2.0-or-later URL: https://github.com/DaanDeMeyer/reproc/ ExclusiveArch: x86_64 aarch64 Vendor: Audinux Distribution: Audinux Source0: https://github.com/daandemeyer/reproc/archive/refs/tags/v%{version}.tar.gz#/reproc-%{version}.tar.gz BuildRequires: gcc gcc-c++ BuildRequires: cmake %description Fully featured LFO for CV-based automation %package devel Summary: libreproc Development Files Requires: %{name} = %{version}-%{release} %description devel libreproc Development Files %prep %autosetup -n reproc-%{version} %build %cmake %cmake_build %install %cmake_install %files %doc README.md %license LICENSE %{_libdir}/libreproc.so.* %files devel %{_includedir}/* %{_libdir}/libreproc.so %{_libdir}/cmake/reproc/* %{_libdir}/pkgconfig/* %changelog * Wed Apr 15 2026 Yann Collette - 14.2.7-1 - update to 14.2.7-1 * Tue Mar 26 2024 Yann Collette - 14.2.5-1 - update to 14.2.5-1 * Tue Oct 27 2020 Yann Collette - 14.2.0-1 - Initial build