File python-Twisted.spec of Package python-Twisted
#
# spec file for package python-Twisted
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: python-Twisted
Version: 15.2.1
Release: 0
Url: http://twistedmatrix.com/
Summary: An asynchronous networking framework written in Python
License: MIT
Group: Development/Languages/Python
Source: http://pypi.python.org/packages/source/T/Twisted/Twisted-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM -- https://twistedmatrix.com/trac/ticket/6280
Patch0: lp1102685.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: python-pam
BuildRequires: python-pyOpenSSL
BuildRequires: python-pyserial
BuildRequires: python-zope.interface
Requires: python-pam
Requires: python-pyOpenSSL
Requires: python-pyasn1
Requires: python-pycrypto
Requires: python-pyserial
Requires: python-zope.interface
Provides: python-twisted = %{version}
Obsoletes: python-twisted < %{version}
Provides: python-twisted-core = %{version}
Obsoletes: python-twisted-core < %{version}
Provides: python-twisted-conch = %{version}
Obsoletes: python-twisted-conch < %{version}
Provides: python-twisted-lore = %{version}
Obsoletes: python-twisted-lore < %{version}
Provides: python-twisted-mail = %{version}
Obsoletes: python-twisted-mail < %{version}
Provides: python-twisted-names = %{version}
Obsoletes: python-twisted-names < %{version}
Provides: python-twisted-news = %{version}
Obsoletes: python-twisted-news < %{version}
Provides: python-twisted-runner = %{version}
Obsoletes: python-twisted-runner < %{version}
Provides: python-twisted-web = %{version}
Obsoletes: python-twisted-web < %{version}
Provides: python-twisted-words = %{version}
Obsoletes: python-twisted-words < %{version}
Provides: python-twisted-xish = %{version}
Obsoletes: python-twisted-xish < %{version}
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
%endif
%description
An extensible framework for Python programming, with special focus
on event-based network programming and multiprotocol integration.
%package doc
Summary: An asynchronous networking framework written in Python - Documentation
Group: Development/Languages/Python
%description doc
An extensible framework for Python programming, with special focus
on event-based network programming and multiprotocol integration.
This package contains the documentation for python-Twisted
%prep
%setup -q -n Twisted-%{version}
%patch0 -p1
sed -i "1d" twisted/{mail/test/pop3testserver,trial/test/scripttest}.py
%build
CFLAGS="%{optflags}" python setup.py build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
find %{buildroot} -regex '.*\.[ch]' -exec rm {} ";" # Remove leftover C sources
install -dm0755 %{buildroot}/%{_mandir}/man1/
install -m0644 doc/*/man/*.1 %{buildroot}/%{_mandir}/man1/ # Install man pages
find doc -type f -print0 | xargs -0 chmod a-x # Fix doc-file dependency by removing x flags
sed -i "s/\r//" doc/_downloads/{MulticastClient,MulticastServer}.py
%files doc
%defattr(-,root,root,-)
%doc doc/*
%files
%defattr(-,root,root,-)
%doc LICENSE NEWS README
%{_bindir}/cftp
%{_bindir}/ckeygen
%{_bindir}/conch
%{_bindir}/lore
%{_bindir}/mailmail
%{_bindir}/manhole
%{_bindir}/pyhtmlizer
%{_bindir}/tap2deb
%{_bindir}/tap2rpm
%{_bindir}/tkconch
%{_bindir}/trial
%{_bindir}/twistd
%{_mandir}/man1/*
%{python_sitearch}/*
%changelog