diff --git python-xmpp/python-xmpp.spec python-xmpp/python-xmpp.spec.tmp index 12d2993b95..b09dd1cfff 100644 --- python-xmpp/python-xmpp.spec +++ python-xmpp/python-xmpp.spec.tmp @@ -3,29 +3,37 @@ Name: python-xmpp Version: 0.5.0 -Release: 0.15.rc1%{?dist} +Release: 0.16.rc1%{?dist} Summary: Python library for easy scripting with Jabber Group: Development/Languages License: GPLv2+ URL: https://github.com/%{upstream}/%{realname} Source0: https://github.com/%{upstream}/%{realname}/archive/%{version}-rc1/%{realname}-%{version}.tar.gz -Provides: %{realname} = %{version}-%{release} BuildArch: noarch # For python-macros BuildRequires: python-devel BuildRequires: python-setuptools -Requires: python-dns - -%description -xmpppy is a Python library that is targeted to provide easy scripting -with Jabber. Similar projects are Twisted Words and jabber.py. -This library was not designed from scratch. It inherits some code from -jabberpy and have very similar API in many places. Though it is -separate project since it have almost completely different -architecture and primarily aims to work with jabberd2 - the new Open +%global _description\ +xmpppy is a Python library that is targeted to provide easy scripting\ +with Jabber. Similar projects are Twisted Words and jabber.py.\ +\ +This library was not designed from scratch. It inherits some code from\ +jabberpy and have very similar API in many places. Though it is\ +separate project since it have almost completely different\ +architecture and primarily aims to work with jabberd2 - the new Open\ Source Jabber Server. +%description %_description + +%package -n python2-xmpp +Summary: %summary +Provides: %{realname} = %{version}-%{release} +Requires: python-dns +%{?python_provide:%python_provide python2-xmpp} + +%description -n python2-xmpp %_description + %prep %setup -q -n %{realname}-%{version}-rc1 @@ -39,11 +47,15 @@ find doc -type f | xargs chmod a-x %install %py_install -%files +%files -n python2-xmpp %doc README doc/* %{python_sitelib}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.5.0-0.16.rc1 +- Python 2 binary package renamed to python2-xmpp + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.5.0-0.15.rc1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild