File python-python-potr.spec of Package python-python-potr
#
# spec file for package python-python-potr
#
# Copyright (c) 2016 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-python-potr
Version: 1.0.1
Release: 0
Summary: Off-The-Record Protocol Implementation in Python
License: LGPL-3.0+
Group: Development/Languages/Python
Url: https://pypi.python.org/pypi/python-potr
Source: https://pypi.python.org/packages/source/p/python-potr/python-potr-%{version}.zip
BuildRequires: python-devel
BuildRequires: python-setuptools
BuildRequires: unzip
Requires: python-pycrypto
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
This is a pure Python OTR implementation; it does not bind to libotr.
%prep
%setup -q -n python-potr-%{version}
sed -i 's/\r$//' CHANGELOG LICENSE
%build
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root)
%doc CHANGELOG LICENSE
%{python_sitelib}/*
%changelog