%global srcname stun %global fast_tls_ver 1.1.3 %global p1_utils_ver 1.0.17 Name: erlang-%{srcname} Version: 1.0.30 Release: 1%{?dist} BuildArch: noarch License: ASL 2.0 Summary: STUN and TURN library for Erlang / Elixir URL: https://github.com/processone/stun/ Source0: https://github.com/processone/stun/archive/%{version}/stun-%{version}.tar.gz Provides: erlang-p1_stun = %{version}-%{release} Obsoletes: erlang-p1_stun < 1.0.1 BuildRequires: erlang-edoc BuildRequires: erlang-rebar BuildRequires: erlang-fast_tls >= %{fast_tls_ver} BuildRequires: erlang-p1_utils >= %{p1_utils_ver} Requires: erlang-fast_tls >= %{fast_tls_ver} Requires: erlang-p1_utils >= %{p1_utils_ver} %description STUN and TURN library for Erlang / Elixir. Both STUN (Session Traversal Utilities for NAT) and TURN standards are used as techniques to establish media connection between peers for VoIP (for example using SIP or Jingle) and WebRTC. %prep %autosetup -p1 -n stun-%{version} %build %{rebar_compile} %install %{erlang_install} %check %{rebar_eunit} %files %license LICENSE.txt %doc CHANGELOG.md %doc README.md %{erlang_appdir} %changelog * Mon Feb 17 2020 Randy Barlow - 1.0.30-1 - Update to 1.0.30 (#1789036). - https://github.com/processone/stun/blob/1.0.30/CHANGELOG.md * Tue Jan 28 2020 Fedora Release Engineering - 1.0.29-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Nov 14 2019 Randy Barlow - 1.0.29-1 - Update to 1.0.29 (#1742462) - https://github.com/processone/stun/blob/1.0.29/CHANGELOG.md * Wed Jul 24 2019 Fedora Release Engineering - 1.0.28-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed Jun 05 2019 Randy Barlow - 1.0.28-1 - Update to 1.0.28 (#1713277). - https://github.com/processone/stun/blob/1.0.28/CHANGELOG.md * Tue Apr 16 2019 Randy Barlow - 1.0.27-1 - Update to 1.0.27 (#1683148). - https://github.com/processone/stun/blob/1.0.27/CHANGELOG.md * Thu Jan 31 2019 Fedora Release Engineering - 1.0.26-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Tue Jan 08 2019 Randy Barlow - 1.0.26-1 - Update to 1.0.26. - https://github.com/processone/stun/blob/1.0.26/CHANGELOG.md * Sun Oct 14 2018 Randy Barlow - 1.0.25-1 - Update to 1.0.25. - https://github.com/processone/stun/blob/1.0.25/CHANGELOG.md * Sun Jul 29 2018 Randy Barlow - 1.0.23-1 - Update to 1.0.23 (#1596214). - https://github.com/processone/stun/blob/1.0.23/CHANGELOG.md * Fri Jul 13 2018 Fedora Release Engineering - 1.0.22-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Sat Jun 09 2018 Jeremy Cline - 1.0.22-1 - Update to 1.0.22 (#1571790). - https://github.com/processone/stun/blob/1.0.22/CHANGELOG.md * Thu Mar 29 2018 Randy Barlow - 1.0.21-1 - Update to 1.0.21 (#1559662). - https://github.com/processone/stun/blob/1.0.21/CHANGELOG.md * Sun Mar 25 2018 Randy Barlow - 1.0.20-3 - Convert to a noarch package. * Wed Feb 07 2018 Fedora Release Engineering - 1.0.20-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Sun Jan 14 2018 Randy Barlow - 1.0.20-1 - Update to 1.0.20 (#1515241). - https://github.com/processone/stun/blob/1.0.20/CHANGELOG.md