rebuilt for multiple python versions; added requirements [release 5.1.1-2mamba;Sat Aug 10 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 16:47:01 +01:00
parent 5b0316b7ec
commit 55a3823ebb
2 changed files with 14 additions and 6 deletions

View File

@ -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.

View File

@ -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 <davide.madrisan@gmail.com>
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 <silvan.calarco@mambasoft.it> 5.1.1-2mamba
- rebuilt for multiple python versions; added requirements
* Mon Sep 17 2018 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
- automatic version update by autodist