rebuilt with distdeps [release 3.0.28-2mamba;Sat Feb 26 2022]
This commit is contained in:
parent
f1336ab278
commit
7a0894ab07
@ -1,6 +1,6 @@
|
|||||||
Name: python-prompt_toolkit
|
Name: python-prompt_toolkit
|
||||||
Version: 3.0.28
|
Version: 3.0.28
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Library for building powerful interactive command line applications in Python
|
Summary: Library for building powerful interactive command line applications in Python
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,9 +11,8 @@ Source: https://pypi.debian.net/prompt-toolkit/prompt_toolkit-%{version}.
|
|||||||
License: BSD
|
License: BSD
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: libpython3-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(wcwidth)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libpython-devel
|
|
||||||
Requires: python >= %python_version
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -37,18 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
--install-lib=%{python_sitearch} \
|
--install-lib=%{python_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
sed -i "s,.*/man/.*,&.gz," %{name}.filelist
|
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)
|
||||||
## note: this list is just an example; modify as required
|
%dir %{python_sitearch}/prompt_toolkit-%{version}-py*.egg-info
|
||||||
# %{python_sitearch}/%{name}.py*
|
%{python_sitearch}/prompt_toolkit-%{version}-py*.egg-info/*
|
||||||
# %{python_sitearch}/%{name}.so
|
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
## note: add extra documentation (if any)
|
|
||||||
# %doc README.rst
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Feb 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.28-2mamba
|
||||||
|
- rebuilt with distdeps
|
||||||
|
|
||||||
* Sat Feb 12 2022 Automatic Build System <autodist@mambasoft.it> 3.0.28-1mamba
|
* Sat Feb 12 2022 Automatic Build System <autodist@mambasoft.it> 3.0.28-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user