15
0

Accepting request 722047 from home:TheBlackCat:branches:devel:languages:python

Fix package name

OBS-URL: https://build.opensuse.org/request/show/722047
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tornado?expand=0&rev=106
This commit is contained in:
Todd R
2019-08-09 16:49:23 +00:00
committed by Git OBS Bridge
parent c484ef164b
commit 44b30bc138
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 9 16:49:01 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Fix package name
-------------------------------------------------------------------
Fri Aug 9 16:30:37 UTC 2019 - Todd R <toddrme2178@gmail.com>

View File

@@ -17,7 +17,6 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define oldpython python
Name: python-tornado
Version: 5.1.1
Release: 0
@@ -26,13 +25,11 @@ License: Apache-2.0
Source0: README.suse
Group: Development/Languages/Python
Url: http://www.tornadoweb.org
BuildRequires: %{pythons}
BuildRequires: python-rpm-macros
Requires: python-tornado-impl = %{version}
Requires: python-tornado-impl = %{version}
BuildArch: noarch
%ifpython2
Provides: %{oldpython}-tornado = %{version}
%endif
%python_subpackages
%description
@@ -52,6 +49,7 @@ FriendFeed servers. (For more information on scaling servers to support
thousands of clients, see The C10K problem.)
%prep
%setup -q -T -c
cp %{SOURCE0} .
%build