f9fba0a
%global modname nbxmpp
f9fba0a
Name:           python-%{modname}
babade0
Version:        0.5.3
babade0
Release:        1%{?dist}
f9fba0a
Summary:        Python library for non-blocking use of Jabber/XMPP
f9fba0a
License:        GPLv3
f9fba0a
URL:            https://python-nbxmpp.gajim.org/
f9fba0a
Source0:        https://python-nbxmpp.gajim.org/downloads/%{modname}-%{version}.tar.gz
f9fba0a
BuildArch:      noarch
f9fba0a
BuildRequires:  python2-devel
f9fba0a
Requires:       pyOpenSSL
f9fba0a
Requires:       pygobject2
f9fba0a
Requires:       python-kerberos
f9fba0a
f9fba0a
%description
f9fba0a
python-nbxmpp is a Python library that provides a way for Python applications
f9fba0a
to use Jabber/XMPP networks in a non-blocking way.
f9fba0a
f9fba0a
Features:
f9fba0a
- Asynchronous
f9fba0a
- ANONYMOUS, EXTERNAL, GSSAPI, SCRAM-SHA-1, DIGEST-MD5, PLAIN, and
f9fba0a
    X-MESSENGER-OAUTH2 authentication mechanisms.
f9fba0a
- Connection via proxies
f9fba0a
- TLS
f9fba0a
- BOSH (XEP-0124)
f9fba0a
- Stream Management (XEP-0198)
f9fba0a
f9fba0a
%package doc
f9fba0a
Summary:        Developer documentation for %{name}
f9fba0a
f9fba0a
%description doc
f9fba0a
python-nbxmpp is a Python library that provides a way for Python applications
f9fba0a
to use Jabber/XMPP networks in a non-blocking way.
f9fba0a
f9fba0a
This sub-package contains the developer documentation for python-nbxmpp.
f9fba0a
f9fba0a
%prep
f9fba0a
%setup -q -n %{modname}-%{version}
f9fba0a
f9fba0a
%build
f9fba0a
# let's have no executable files in doc/
f9fba0a
find doc/ -type f -perm /111 -exec chmod -x {} +
f9fba0a
%{__python2} setup.py build
f9fba0a
f9fba0a
%install
f9fba0a
%{__python2} setup.py install -O1 --skip-build --root %{buildroot}
f9fba0a
f9fba0a
%files
f9fba0a
%doc COPYING README ChangeLog
f9fba0a
%{python2_sitelib}/%{modname}
f9fba0a
%{python2_sitelib}/%{modname}-%{version}-*.egg-info
f9fba0a
f9fba0a
%files doc
f9fba0a
%doc COPYING doc/*
f9fba0a
f9fba0a
%changelog
babade0
* Mon Jul 27 2015 Matej Cepl <mcepl@redhat.com> - 0.5.3-1
babade0
- Upstream release 0.5.3.
babade0
cd24c6d
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.2-2
cd24c6d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
cd24c6d
764644a
* Mon Mar 02 2015 Michal Schmidt <mschmidt@redhat.com> - 0.5.2-1
764644a
- Upstream bugfix release 0.5.2.
764644a
ec00478
* Thu Oct 16 2014 Michal Schmidt <mschmidt@redhat.com> - 0.5.1-1
ec00478
- New upstream release, required by Gajim 0.16.
ec00478
899d681
* Mon Aug 11 2014 Michal Schmidt <mschmidt@redhat.com> - 0.5-1
899d681
- New upstream release.
899d681
dd75840
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4-2
dd75840
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
dd75840
f9fba0a
* Wed Mar 19 2014 Michal Schmidt <mschmidt@redhat.com> - 0.4-1
f9fba0a
- Initial Fedora packaging.