rebuilt with py3* packages [release 1.2-2mamba;Sat Apr 11 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 10:58:52 +01:00
parent 64b6768dc1
commit e27b6699bb

View File

@ -1,6 +1,6 @@
Name: python-configargparse
Version: 1.2
Release: 1mamba
Release: 2mamba
Summary: A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables
Group: System/Libraries
Vendor: openmamba
@ -19,6 +19,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%if "%{?with_pyver}"
%pyver_package
%endif
%prep
%setup -q -n ConfigArgParse-%{version}
@ -36,11 +40,14 @@ CFLAGS="%{optflags}" %{__python} setup.py build
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%doc LICENSE
%changelog
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.2-2mamba
- rebuilt with py3* packages
* Sat Apr 04 2020 Automatic Build System <autodist@mambasoft.it> 1.2-1mamba
- automatic version update by autodist