From 55a3823ebba9cff0262e67026970a23ab0a67d7a Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:47:01 +0100 Subject: [PATCH] rebuilt for multiple python versions; added requirements [release 5.1.1-2mamba;Sat Aug 10 2019] --- README.md | 2 -- python-tornado.spec | 18 ++++++++++++++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 28a0a88..cb72670 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,3 @@ Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. -Scalable, non-blocking web server and tools. - diff --git a/python-tornado.spec b/python-tornado.spec index 895b68f..84c357b 100644 --- a/python-tornado.spec +++ b/python-tornado.spec @@ -1,6 +1,6 @@ Name: python-tornado Version: 5.1.1 -Release: 1mamba +Release: 2mamba Summary: Scalable, non-blocking web server and tools Group: System/Libraries Vendor: openmamba @@ -9,17 +9,24 @@ Packager: Davide Madrisan URL: http://www.tornadoweb.org/ Source: https://github.com/tornadoweb/tornado/archive/v%{version}.tar.gz License: Apache License 2.0 +## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libpython-devel +## AUTOBUILDREQ-END +BuildRequires: glibc-devel Requires: python >= %python_version Requires: pycurl +Requires: python-backports_abc +Requires: python-singledispatch +Requires: python-futures BuildRoot: %{_tmppath}/%{name}-%{version}-root %description Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. -%description -%{summary}. +%if "%{?with_pyver}" +%pyver_package +%endif %prep %setup -q -n tornado-%{version} @@ -38,11 +45,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist -%files -f %{name}.filelist +%files %{?pyappend} -f %{name}.filelist %defattr(-,root,root) %doc LICENSE README.rst %changelog +* Sat Aug 10 2019 Silvan Calarco 5.1.1-2mamba +- rebuilt for multiple python versions; added requirements + * Mon Sep 17 2018 Automatic Build System 5.1.1-1mamba - automatic version update by autodist