diff --git a/sems.spec b/sems.spec index d3f6274..df62afe 100644 --- a/sems.spec +++ b/sems.spec @@ -1,7 +1,7 @@ Summary: SIP Express Media Server, an extensible SIP media server Name: sems Version: 1.6.0 -Release: 8%{?dist} +Release: 9%{?dist} URL: http://www.iptel.org/sems Source0: https://github.com/sems-server/%{name}/archive/%{version}/%{name}-%{version}.tar.gz License: GPLv2+ @@ -131,7 +131,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} This is a wrapper around the g722 codec from the spandsp library. -%if 0%{?_with_bcg729} %package g729 Summary: G.729 support for SEMS Group: Applications/Communications @@ -140,7 +139,6 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description g729 This is a wrapper around the g729 codec from the bcg729 library. -%endif #%package gateway #Summary: ISDN gateway for SEMS @@ -267,7 +265,7 @@ mv ./apps/dsm/fsmc/readme.txt ./apps/dsm/fsmc/Readme.fsmc.txt -DSEMS_USE_ZRTP=NO \ -DSEMS_USE_MP3=NO \ -DSEMS_USE_ILBC=yes \ - %{?_with_bcg729:-DSEMS_USE_G729=yes} \ + -DSEMS_USE_G729=yes \ -DSEMS_USE_TTS=yes \ -DSEMS_USE_OPENSSL=yes \ -DSEMS_USE_MONITORING=yes \ @@ -597,11 +595,9 @@ getent passwd %{name} >/dev/null || \ %{_libdir}/%{name}/plug-in/g722.so -%if 0%{?_with_bcg729} %files g729 %doc core/plug-in/g729/Readme.g729.txt %{_libdir}/%{name}/plug-in/g729.so -%endif #%files gateway #%config(noreplace) %{_sysconfdir}/%{name}/etc/gateway.conf @@ -691,6 +687,9 @@ getent passwd %{name} >/dev/null || \ %changelog +* Wed Dec 27 2017 Peter Lemenkov - 1.6.0-9 +- Enable G.729 plugin + * Thu Aug 03 2017 Fedora Release Engineering - 1.6.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild