forked from pool/python-tornado
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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user