rebuilt with py3* packages [release 0.4.3-2mamba;Sun Aug 23 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 10:58:22 +01:00
parent 41e6beec91
commit 3b66270fa5

View File

@ -1,6 +1,6 @@
Name: python-colorama Name: python-colorama
Version: 0.4.3 Version: 0.4.3
Release: 1mamba Release: 2mamba
Summary: Cross-platform colored terminal text Summary: Cross-platform colored terminal text
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -18,6 +18,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
%{summary}. %{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep %prep
%setup -q -n colorama-%{version} %setup -q -n colorama-%{version}
@ -35,10 +39,13 @@ CFLAGS="%{optflags}" %{__python} setup.py build
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist #sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{name}.filelist %files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%changelog %changelog
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-2mamba
- rebuilt with py3* packages
* Wed Dec 11 2019 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba * Wed Dec 11 2019 Automatic Build System <autodist@mambasoft.it> 0.4.3-1mamba
- automatic version update by autodist - automatic version update by autodist