diff --git a/pjproject.spec b/pjproject.spec index 580ff7ac3d..89be612a5b 100644 --- a/pjproject.spec +++ b/pjproject.spec @@ -1,7 +1,7 @@ Name: pjproject Summary: Libraries for building embedded/non-embedded VoIP applications Version: 2.6 -Release: 6%{?dist} +Release: 7%{?dist} Group: System Environment/Libraries License: GPLv2+ URL: http://www.pjsip.org @@ -80,13 +80,14 @@ that is used as the reference implementation for PJSIP, PJNATH, and PJMEDIA. Despite its simple command line appearance, it does pack many features! -%package -n python-pjsua +%package -n python2-pjsua +%{?python_provide:%python_provide python2-pjsua} Summary: PJSUA Python Module Group: Development/Languages Requires: %{name} = %{version}-%{release} -%description -n python-pjsua +%description -n python2-pjsua The PJSUA for Python Module is an object oriented Python wrapper/abstraction/modules for PJSUA API. @@ -212,7 +213,7 @@ find %{buildroot} -type f -name "*.a" -delete %{_includedir}/*.hpp %{_libdir}/pkgconfig/libpjproject.pc -%files -n python-pjsua +%files -n python2-pjsua %doc pjsip-apps/src/python/samples %{python_sitearch}/_pjsua.so %{python_sitearch}/pjsua-*.egg-info @@ -223,6 +224,10 @@ find %{buildroot} -type f -name "*.a" -delete %changelog +* Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 2.6-7 +- Python 2 binary package renamed to python2-pjsua + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Sun Sep 03 2017 Jared Smith - 2.6-6 - Don't run make in parallel, to try to identify build problem on PPC builds