rebuilt with py3* packages [release 5.0.6-2mamba;Sat Apr 11 2020]
This commit is contained in:
parent
d2c3a74075
commit
eb34560ec2
@ -1,13 +1,13 @@
|
|||||||
Name: python-configobj
|
Name: python-configobj
|
||||||
Version: 5.0.6
|
Version: 5.0.6
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Config file reading, writing, and validation.
|
Summary: Config file reading, writing, and validation.
|
||||||
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://www.voidspace.org.uk/python/configobj.html
|
URL: http://www.voidspace.org.uk/python/configobj.html
|
||||||
Source: https://pypi.python.org/packages/source/c/configobj/configobj-%{version}.tar.gz
|
Source: https://pypi.debian.net/configobj/configobj-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
Requires: python >= %python_version
|
Requires: python >= %python_version
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -31,6 +31,10 @@ o and allowing default values
|
|||||||
* No external dependencies
|
* No external dependencies
|
||||||
* Full unicode support
|
* Full unicode support
|
||||||
|
|
||||||
|
%if "%{?with_pyver}"
|
||||||
|
%pyver_package
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n configobj-%{version}
|
%setup -q -n configobj-%{version}
|
||||||
|
|
||||||
@ -42,18 +46,24 @@ o and allowing default values
|
|||||||
%{__python} setup.py install \
|
%{__python} setup.py install \
|
||||||
--root="%{buildroot}" \
|
--root="%{buildroot}" \
|
||||||
--install-headers=%{_includedir}/python%{python_version} \
|
--install-headers=%{_includedir}/python%{python_version} \
|
||||||
--install-lib=%{python_sitearch}
|
--install-lib=%{python_sitearch} \
|
||||||
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python_sitearch}/configobj-%{version}-py%{python_version}.egg-info
|
#%{python_sitearch}/configobj-%{version}-py%{python_version}.egg-info
|
||||||
%{python_sitearch}/*.py
|
#%{python_sitearch}/*.py
|
||||||
%{python_sitearch}/*.pyc
|
#%{python_sitearch}/*.pyc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.6-2mamba
|
||||||
|
- rebuilt with py3* packages
|
||||||
|
|
||||||
* Sat Dec 06 2014 Automatic Build System <autodist@mambasoft.it> 5.0.6-1mamba
|
* Sat Dec 06 2014 Automatic Build System <autodist@mambasoft.it> 5.0.6-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user