rebuilt with distdeps [release 5.0.6-3mamba;Sat Apr 03 2021]
This commit is contained in:
parent
eb34560ec2
commit
e0101fc6ae
@ -1,19 +1,17 @@
|
|||||||
Name: python-configobj
|
Name: python-configobj
|
||||||
Version: 5.0.6
|
Version: 5.0.6
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
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: https://www.voidspace.org.uk/python/configobj.html
|
||||||
Source: https://pypi.debian.net/configobj/configobj-%{version}.tar.gz
|
Source: https://pypi.debian.net/configobj/configobj-%{version}.tar.gz
|
||||||
License: BSD
|
License: BSD
|
||||||
Requires: python >= %python_version
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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
|
%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*.egg-info
|
||||||
#%{python_sitearch}/*.py
|
|
||||||
#%{python_sitearch}/*.pyc
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 5.0.6-2mamba
|
||||||
- rebuilt with py3* packages
|
- rebuilt with py3* packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user