2024-01-06 10:55:18 +01:00
|
|
|
Name: python-bottle
|
2024-01-06 10:55:18 +01:00
|
|
|
Version: 0.12.19
|
2024-01-06 10:55:18 +01:00
|
|
|
Release: 3mamba
|
2024-01-06 10:55:18 +01:00
|
|
|
Summary: Fast and simple WSGI-framework for small web-applications
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: http://bottlepy.org/docs/dev/index.html
|
2024-01-06 10:55:18 +01:00
|
|
|
Source: https://pypi.debian.net/bottle/bottle-%{version}.tar.gz
|
2024-01-06 10:55:18 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:55:18 +01:00
|
|
|
BuildRequires: libpython3-devel
|
2024-01-06 10:55:18 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
%if 0%{?with_pyver}
|
2024-01-06 10:55:18 +01:00
|
|
|
%define py_requires_append \
|
|
|
|
Obsoletes: python-bottle <= 0.12.19-2mamba
|
2024-01-06 10:55:18 +01:00
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n bottle-%{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
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
2024-01-06 10:55:18 +01:00
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 10:55:18 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:55:18 +01:00
|
|
|
%dir %{python_sitearch}/bottle-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/bottle-%{version}-py*.egg-info/*
|
2024-01-06 10:55:18 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:55:18 +01:00
|
|
|
* Tue Aug 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.19-3mamba
|
|
|
|
- fix missing pyappend in build packages name
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.19-2mamba
|
|
|
|
- rebuilt with distdeps and for python3
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 0.12.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Wed Dec 04 2019 Automatic Build System <autodist@mambasoft.it> 0.12.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Mon Jun 24 2019 Automatic Build System <autodist@mambasoft.it> 0.12.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Fri Dec 14 2018 Automatic Build System <autodist@mambasoft.it> 0.12.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Tue Dec 04 2018 Automatic Build System <autodist@mambasoft.it> 0.12.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Wed Jan 11 2017 Automatic Build System <autodist@mambasoft.it> 0.12.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Sat Jan 07 2017 Automatic Build System <autodist@mambasoft.it> 0.12.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Wed Dec 21 2016 Automatic Build System <autodist@mambasoft.it> 0.12.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Mon Oct 10 2016 Automatic Build System <autodist@mambasoft.it> 0.12.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Sun Oct 25 2015 Automatic Build System <autodist@mambasoft.it> 0.12.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 0.12.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:55:18 +01:00
|
|
|
* Wed May 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.7-1mamba
|
|
|
|
- package created by silvan using the webbuild interface
|