python-tornado/python-tornado.spec

113 lines
3.8 KiB
RPMSpec
Raw Normal View History

Name: python-tornado
Version: 6.3.2
Release: 1mamba
Summary: Scalable, non-blocking web server and tools
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.tornadoweb.org/en/stable/
Source: https://pypi.debian.net/tornado/tornado-%{version}.tar.gz
License: Apache License 2.0
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
%description
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep
%setup -q -n tornado-%{version}
%build
CFLAGS="%{optflags}" %{__python} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{_includedir}/python \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%dir %{python_sitearch}/tornado-%{version}-py*.egg-info
%{python_sitearch}/tornado-%{version}-py*.egg-info/*
%doc LICENSE README.rst
%changelog
* Sun May 14 2023 Automatic Build System <autodist@mambasoft.it> 6.3.2-1mamba
- automatic version update by autodist
* Sun Apr 23 2023 Automatic Build System <autodist@mambasoft.it> 6.3.1-1mamba
- automatic version update by autodist
* Tue Apr 18 2023 Automatic Build System <autodist@mambasoft.it> 6.3-1mamba
- automatic version update by autodist
* Thu Apr 06 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2-2mamba
- rebuilt with python 3.10
* Mon Jul 04 2022 Automatic Build System <autodist@mambasoft.it> 6.2-1mamba
- automatic version update by autodist
* Sun Aug 08 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1-2mamba
- rebuilt with distdeps
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1-1mamba
- update to 6.1
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.1.0-2mamba
- rebuilt with distdeps
* Sun Nov 15 2020 Automatic Build System <autodist@mambasoft.it> 6.1.0-1mamba
- automatic version update by autodist
* Tue Oct 20 2020 Automatic Build System <autodist@mambasoft.it> 6.0.4-1mamba
- automatic version update by autodist
* 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
* Mon Aug 06 2018 Automatic Build System <autodist@mambasoft.it> 5.1.0-1mamba
- automatic version update by autodist
* Wed Feb 28 2018 Automatic Build System <autodist@mambasoft.it> 4.5.3-1mamba
- automatic version update by autodist
* Wed Aug 30 2017 Automatic Build System <autodist@mambasoft.it> 4.5.2-1mamba
- automatic version update by autodist
* Wed Aug 09 2017 Automatic Build System <autodist@mambasoft.it> 4.5.1-1mamba
- automatic version update by autodist
* Mon Apr 10 2017 Automatic Build System <autodist@mambasoft.it> 4.4.3-1mamba
- automatic version update by autodist
* Sun Oct 02 2016 Automatic Build System <autodist@mambasoft.it> 4.4.2-1mamba
- automatic version update by autodist
* Mon Jul 25 2016 Automatic Build System <autodist@mambasoft.it> 4.4.1-1mamba
- automatic version update by autodist
* Thu Jul 21 2016 Automatic Build System <autodist@mambasoft.it> 4.4.0-1mamba
- automatic version update by autodist
* Tue Nov 10 2015 Automatic Build System <autodist@mambasoft.it> 4.3.0-1mamba
- automatic version update by autodist
* Fri Sep 25 2015 Davide Madrisan <davide.madrisan@gmail.com> 4.2.1-1mamba
- package created using the webbuild interface