Name: freeswitch-codec-bcg729 Summary: Provides the G.729 codec using the bcg729 library Version: 1.0.5 Release: 1 License: GPL Source0: https://github.com/xadhoom/mod_bcg729/raw/refs/tags/v1.0.5/mod_bcg729.c BuildRequires: gcc BuildRequires: bcg729-devel BuildRequires: freeswitch-devel Provides: freeswitch-mod-bcg729 %description g729 codec support for freeswitch using libbcg729 %prep %build %set_build_flags $CC "-I%{_includedir}" "%{SOURCE0}" -lbcg729 -fPIC -shared -o mod_bcg729.so $CFLAGS $LDFLAGS %install %{__install} -D -t %{buildroot}%{_libdir}/freeswitch/mod mod_bcg729.so %files %{_libdir}/freeswitch/mod/mod_bcg729.so %changelog * Thu Jun 5 2025 Tim Anderson - 1.0.5-1 - Created RPM spec