update to 0.4.4 [release 0.4.4-1mamba;Mon Aug 30 2021]
This commit is contained in:
parent
3b66270fa5
commit
084256cf64
@ -1,19 +1,17 @@
|
||||
Name: python-colorama
|
||||
Version: 0.4.3
|
||||
Release: 2mamba
|
||||
Version: 0.4.4
|
||||
Release: 1mamba
|
||||
Summary: Cross-platform colored terminal text
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/tartley/colorama
|
||||
Source: https://pypi.python.org/packages/source/c/colorama/colorama-%{version}.tar.gz
|
||||
Source: https://pypi.debian.net/colorama/colorama-%{version}.tar.gz
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -37,12 +35,17 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--record=%{name}.filelist
|
||||
|
||||
#sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/colorama-%{version}-py*.egg-info
|
||||
%{python_sitearch}/colorama-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.4-1mamba
|
||||
- update to 0.4.4
|
||||
|
||||
* Sun Aug 23 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.4.3-2mamba
|
||||
- rebuilt with py3* packages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user