rebuilt with distdeps [release 5.0.6-3mamba;Sat Apr 03 2021]

This commit is contained in:
Silvan Calarco 2024-01-06 10:59:07 +01:00
parent eb34560ec2
commit e0101fc6ae

View File

@ -1,19 +1,17 @@
Name: python-configobj
Version: 5.0.6
Release: 2mamba
Summary: Config file reading, writing, and validation.
Release: 3mamba
Summary: Config file reading, writing, and validation
Group: System/Libraries/Python
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.voidspace.org.uk/python/configobj.html
URL: https://www.voidspace.org.uk/python/configobj.html
Source: https://pypi.debian.net/configobj/configobj-%{version}.tar.gz
License: BSD
Requires: python >= %python_version
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
BuildRequires: libpython3-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer's interface and a simple syntax for config files.
@ -56,11 +54,12 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
#%{python_sitearch}/configobj-%{version}-py%{python_version}.egg-info
#%{python_sitearch}/*.py
#%{python_sitearch}/*.pyc
%{python_sitearch}/configobj-%{version}-py*.egg-info
%changelog
* Sat Apr 03 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.6-3mamba
- rebuilt with distdeps
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.6-2mamba
- rebuilt with py3* packages