diff --git python-wokkel/python-wokkel.spec python-wokkel/python-wokkel.spec.tmp index 5ecfc0c294..4b15a86d4b 100644 --- python-wokkel/python-wokkel.spec +++ python-wokkel/python-wokkel.spec.tmp @@ -1,7 +1,7 @@ %global libname wokkel Name: python-%{libname} Version: 0.7.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Enhancements to the Twisted XMPP protocol implementation Group: Development/Languages @@ -11,31 +11,39 @@ Source0: http://wokkel.ik.nu/releases/%{version}/%{libname}-%{version}.ta BuildArch: noarch BuildRequires: python-devel, python-setuptools, python-twisted -Requires: python-twisted -%description -Wokkel is collection of enhancements on top of the Twisted networking -framework, written in Python. It mostly provides a testing ground -for enhancements to the Jabber/XMPP protocol implementation as found -in Twisted Words, that are meant to eventually move there. - -Currently, Wokkel provides the following enhancements -on top of Twisted Words: - -* A mechanism for easier implementation of XMPP Enhancement Protocols (XEPs) - as so-called subprotocols. -* XMPP Client and server-side component support, that eases development - and supports subprotocols. -* Subprotocol implementations for: - o Generic presence, roster and message handling. - o Service Discovery (XEP-0030), service side. - o Publish-Subscribe (XEP-0060), client and service side. - o Software Version (XEP-0092), service side. -* Data format implementations for: - o Data Forms (XEP-0004) - o User Tune (XEP-0118) - o User Mood (XEP-0107) +%global _description\ +Wokkel is collection of enhancements on top of the Twisted networking\ +framework, written in Python. It mostly provides a testing ground\ +for enhancements to the Jabber/XMPP protocol implementation as found\ +in Twisted Words, that are meant to eventually move there.\ +\ +Currently, Wokkel provides the following enhancements\ +on top of Twisted Words:\ +\ +* A mechanism for easier implementation of XMPP Enhancement Protocols (XEPs)\ + as so-called subprotocols.\ +* XMPP Client and server-side component support, that eases development\ + and supports subprotocols.\ +* Subprotocol implementations for:\ + o Generic presence, roster and message handling.\ + o Service Discovery (XEP-0030), service side.\ + o Publish-Subscribe (XEP-0060), client and service side.\ + o Software Version (XEP-0092), service side.\ +* Data format implementations for:\ + o Data Forms (XEP-0004)\ + o User Tune (XEP-0118)\ + o User Mood (XEP-0107)\ + + +%description %_description + +%package -n python2-%{libname} +Summary: %summary +Requires: python-twisted +%{?python_provide:%python_provide python2-%{libname}} +%description -n python2-%{libname} %_description %prep %setup -q -n %{libname}-%{version} @@ -53,7 +61,7 @@ rm -rf %{buildroot} PYTHONPATH=`pwd` %{__python} wokkel/test/test_*.py -%files +%files -n python2-%{libname} %defattr(-,root,root,-) %doc LICENSE NEWS README doc/examples %{python_sitelib}/%{libname} @@ -61,6 +69,10 @@ PYTHONPATH=`pwd` %{__python} wokkel/test/test_*.py %{python_sitelib}/twisted/plugins/server.py* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.7.1-9 +- Python 2 binary package renamed to python2-wokkel + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.7.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild