-py3 package support [release 1.8.0-2mamba;Fri Aug 12 2016]
This commit is contained in:
parent
12e3b60b9e
commit
a3df91036d
@ -1,13 +1,13 @@
|
|||||||
Name: python-beaker
|
Name: python-beaker
|
||||||
Version: 1.8.0
|
Version: 1.8.0
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A Session and Caching library with WSGI Middleware
|
Summary: A Session and Caching library with WSGI Middleware
|
||||||
Group: System/Libraries/Python
|
Group: System/Libraries/Python
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://beaker.groovie.org
|
URL: http://beaker.groovie.org
|
||||||
Source: http://pypi.python.org/packages/source/B/Beaker/Beaker-%{version}.tar.gz
|
Source: http://pypi.debian.net/Beaker/Beaker-%{version}.tar.gz
|
||||||
Patch0: python-beaker-1.5-absimport.patch
|
Patch0: python-beaker-1.5-absimport.patch
|
||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -37,8 +37,11 @@ Features
|
|||||||
* Create functions for automatic call-backs to create new cache copies after expiration
|
* Create functions for automatic call-backs to create new cache copies after expiration
|
||||||
* Fine-grained toggling of back-ends, keys, and expiration per Cache object
|
* Fine-grained toggling of back-ends, keys, and expiration per Cache object
|
||||||
|
|
||||||
%prep
|
%if 0%{?with_pyver}
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%prep
|
||||||
%setup -q -n Beaker-%{version}
|
%setup -q -n Beaker-%{version}
|
||||||
#%patch0 -p0
|
#%patch0 -p0
|
||||||
|
|
||||||
@ -50,27 +53,20 @@ Features
|
|||||||
%{__python} setup.py install \
|
%{__python} setup.py install \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{_includedir}/python \
|
--install-headers=%{_includedir}/python \
|
||||||
--install-lib=%{python_sitearch}
|
--install-lib=%{python_sitearch} \
|
||||||
|
--record=%{name}.filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/Beaker-%{version}-py%{python_version}.egg-info
|
|
||||||
%{python_sitearch}/Beaker-%{version}-py%{python_version}.egg-info/*
|
|
||||||
%dir %{python_sitearch}/beaker
|
|
||||||
%{python_sitearch}/beaker/*.py
|
|
||||||
%{python_sitearch}/beaker/*.pyc
|
|
||||||
%dir %{python_sitearch}/beaker/crypto
|
|
||||||
%{python_sitearch}/beaker/crypto/*.py
|
|
||||||
%{python_sitearch}/beaker/crypto/*.pyc
|
|
||||||
%dir %{python_sitearch}/beaker/ext
|
|
||||||
%{python_sitearch}/beaker/ext/*.py
|
|
||||||
%{python_sitearch}/beaker/ext/*.pyc
|
|
||||||
#%doc LICENSE CHANGELOG
|
#%doc LICENSE CHANGELOG
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.0-2mamba
|
||||||
|
- -py3 package support
|
||||||
|
|
||||||
* Fri Jan 29 2016 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
* Fri Jan 29 2016 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user