Name: obs-studio-plugin-vban Version: 0.3.1 Release: 1%{?dist} Summary: VBAN plugin for OBS Studio License: GPLv3+ Source0: %{name}-%{version}.tar.bz2 BuildRequires: cmake, gcc, gcc-c++ BuildRequires: obs-studio-devel %description VBAN plugin will add a VBAN source, VBAN output, and VBAN output filter to OBS Studio. %prep %autosetup -p1 sed -i -e 's/project(obs-vban/project(vban/g' CMakeLists.txt %build %{cmake} -DLINUX_PORTABLE=OFF -DLINUX_RPATH=OFF %{cmake_build} %install %{cmake_install} %files %{_libdir}/obs-plugins/*.so %{_datadir}/obs/obs-plugins/*/ %license LICENSE %changelog * Wed Nov 05 2025 Norihiro Kamae - 0.3.1-1 - Update to 0.3.1 * Sat Oct 11 2025 Norihiro Kamae - 0.3.0-1 - Package using script.