rebuilt for multiple python versions; added requirements [release 5.1.1-2mamba;Sat Aug 10 2019]
This commit is contained in:
parent
5b0316b7ec
commit
55a3823ebb
@ -2,5 +2,3 @@
|
|||||||
|
|
||||||
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
|
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
|
||||||
|
|
||||||
Scalable, non-blocking web server and tools.
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: python-tornado
|
Name: python-tornado
|
||||||
Version: 5.1.1
|
Version: 5.1.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Scalable, non-blocking web server and tools
|
Summary: Scalable, non-blocking web server and tools
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -9,17 +9,24 @@ Packager: Davide Madrisan <davide.madrisan@gmail.com>
|
|||||||
URL: http://www.tornadoweb.org/
|
URL: http://www.tornadoweb.org/
|
||||||
Source: https://github.com/tornadoweb/tornado/archive/v%{version}.tar.gz
|
Source: https://github.com/tornadoweb/tornado/archive/v%{version}.tar.gz
|
||||||
License: Apache License 2.0
|
License: Apache License 2.0
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
BuildRequires: glibc-devel
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
Requires: pycurl
|
Requires: pycurl
|
||||||
|
Requires: python-backports_abc
|
||||||
|
Requires: python-singledispatch
|
||||||
|
Requires: python-futures
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
|
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
|
||||||
|
|
||||||
%description
|
%if "%{?with_pyver}"
|
||||||
%{summary}.
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n tornado-%{version}
|
%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
|
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE README.rst
|
%doc LICENSE README.rst
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Sep 17 2018 Automatic Build System <autodist@mambasoft.it> 5.1.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user