python-bottle/python-bottle.spec

83 lines
2.7 KiB
RPMSpec

Name: python-bottle
Version: 0.12.19
Release: 1mamba
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
Source: https://pypi.debian.net/bottle/bottle-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%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
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%defattr(-,root,root)
## note: this list is just an example; modify as required
# %{python_sitearch}/%{name}.py*
# %{python_sitearch}/%{name}.so
## note: eventually add the remaining documents (if any)
# %doc README.rst
%changelog
* Wed Dec 02 2020 Automatic Build System <autodist@mambasoft.it> 0.12.19-1mamba
- automatic version update by autodist
* Wed Dec 04 2019 Automatic Build System <autodist@mambasoft.it> 0.12.18-1mamba
- automatic version update by autodist
* Mon Jun 24 2019 Automatic Build System <autodist@mambasoft.it> 0.12.17-1mamba
- automatic version update by autodist
* Fri Dec 14 2018 Automatic Build System <autodist@mambasoft.it> 0.12.16-1mamba
- automatic version update by autodist
* Tue Dec 04 2018 Automatic Build System <autodist@mambasoft.it> 0.12.15-1mamba
- automatic version update by autodist
* Wed Jan 11 2017 Automatic Build System <autodist@mambasoft.it> 0.12.13-1mamba
- automatic version update by autodist
* Sat Jan 07 2017 Automatic Build System <autodist@mambasoft.it> 0.12.12-1mamba
- automatic version update by autodist
* Wed Dec 21 2016 Automatic Build System <autodist@mambasoft.it> 0.12.11-1mamba
- automatic version update by autodist
* Mon Oct 10 2016 Automatic Build System <autodist@mambasoft.it> 0.12.10-1mamba
- automatic version update by autodist
* Sun Oct 25 2015 Automatic Build System <autodist@mambasoft.it> 0.12.9-1mamba
- automatic version update by autodist
* Mon Dec 29 2014 Automatic Build System <autodist@mambasoft.it> 0.12.8-1mamba
- automatic version update by autodist
* Wed May 21 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.12.7-1mamba
- package created by silvan using the webbuild interface