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
|
||||
Version: 3.0.28
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Library for building powerful interactive command line applications in Python
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -11,9 +11,8 @@ Source: https://pypi.debian.net/prompt-toolkit/prompt_toolkit-%{version}.
|
||||
License: BSD
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(wcwidth)
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -37,18 +36,18 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
--install-lib=%{python_sitearch} \
|
||||
--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
|
||||
%defattr(-,root,root)
|
||||
## note: this list is just an example; modify as required
|
||||
# %{python_sitearch}/%{name}.py*
|
||||
# %{python_sitearch}/%{name}.so
|
||||
%dir %{python_sitearch}/prompt_toolkit-%{version}-py*.egg-info
|
||||
%{python_sitearch}/prompt_toolkit-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
## note: add extra documentation (if any)
|
||||
# %doc README.rst
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user