rebuilt with distdeps [release 1.1.0-2mamba;Mon May 10 2021]
This commit is contained in:
parent
3cb26380c2
commit
b51144b364
@ -1,6 +1,6 @@
|
||||
Name: python-greenlet
|
||||
Version: 1.1.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: Lightweight in-process concurrent programming
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -15,8 +15,6 @@ BuildRequires: libgcc
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: libstdc++6-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: libpython-devel
|
||||
Requires: python >= %python_version
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -40,12 +38,17 @@ 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)
|
||||
%dir %{python_sitearch}/greenlet-%{version}-py*.egg-info
|
||||
%{python_sitearch}/greenlet-%{version}-py*.egg-info/*
|
||||
|
||||
%changelog
|
||||
* Mon May 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.0-2mamba
|
||||
- rebuilt with distdeps
|
||||
|
||||
* Thu May 06 2021 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user