diff --git python-sippy/python-sippy.spec python-sippy/python-sippy.spec.tmp index 4fa1775e5f..4bad8de6da 100644 --- python-sippy/python-sippy.spec +++ python-sippy/python-sippy.spec.tmp @@ -2,36 +2,44 @@ Name: python-%{realname} Version: 1.0.3 -Release: 16%{?dist} +Release: 17%{?dist} Summary: B2BUA (back-to-back user agent) SIP call controlling component Group: Development/Libraries License: GPLv2+ URL: http://b2bua.org/ BuildArch: noarch -Provides: %{realname} = %{version}-%{release} Source0: http://b2bua.org/chrome/site/%{realname}-%{version}.tar.gz Patch0: sippy-setup.diff BuildRequires: python-devel BuildRequires: python-setuptools -Requires: python-twisted-core # for sippy/Radius_client.py -Requires: freeradius-client-utils -%description -This ia a RFC3261-compliant Session Initiation Protocol (SIP) Back-to-back -user agent (B2BUA) server software. +%global _description\ +This ia a RFC3261-compliant Session Initiation Protocol (SIP) Back-to-back\ +user agent (B2BUA) server software.\ +\ +The B2BUA is a SIP call controlling component. Unlike a SIP proxy server,\ +which only maintains transaction state, the B2BUA maintains complete call\ +state and participates in all call requests. For this reason it can perform\ +number of functions that are not possible to implement using SIP proxy,\ +such as for example accurate call accounting, pre-paid rating and billing,\ +fail over call routing etc. Unlike PBX-type solutions such as Asterisk for\ +example, the B2BUA doesn't perform any media relaying or processing,\ +therefore it doesn't introduce any additional packet loss, delay or jitter\ +into the media path.\ -The B2BUA is a SIP call controlling component. Unlike a SIP proxy server, -which only maintains transaction state, the B2BUA maintains complete call -state and participates in all call requests. For this reason it can perform -number of functions that are not possible to implement using SIP proxy, -such as for example accurate call accounting, pre-paid rating and billing, -fail over call routing etc. Unlike PBX-type solutions such as Asterisk for -example, the B2BUA doesn't perform any media relaying or processing, -therefore it doesn't introduce any additional packet loss, delay or jitter -into the media path. +%description %_description + +%package -n python2-%{realname} +Summary: %summary +Provides: %{realname} = %{version}-%{release} +Requires: python-twisted-core +Requires: freeradius-client-utils +%{?python_provide:%python_provide python2-%{realname}} + +%description -n python2-%{realname} %_description %prep %setup -q -n %{realname}-%{version} @@ -53,7 +61,7 @@ rm -f $RPM_BUILD_ROOT%{python_sitelib}/sippy/b2bua_radius.py* rm -f $RPM_BUILD_ROOT%{python_sitelib}/sippy/b2bua_simple.py* -%files +%files -n python2-%{realname} %doc COPYING README %dir %{_sysconfdir}/%{realname} %config(noreplace) %{_sysconfdir}/%{realname}/dictionary @@ -63,6 +71,10 @@ rm -f $RPM_BUILD_ROOT%{python_sitelib}/sippy/b2bua_simple.py* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.0.3-17 +- Python 2 binary package renamed to python2-sippy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 1.0.3-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild