automatic version update by autodist [release 1.0.0-1mamba;Thu Jan 14 2021]

This commit is contained in:
Automatic Build System 2024-01-06 11:12:37 +01:00
parent 7e584bbff7
commit b99a36ad5e

View File

@ -1,5 +1,5 @@
Name: python-greenlet
Version: 0.4.17
Version: 1.0.0
Release: 1mamba
Summary: Lightweight in-process concurrent programming
Group: System/Libraries
@ -19,6 +19,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q -n greenlet-%{version}
@ -34,18 +38,15 @@ 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 "s,.*/man/.*,&.gz," %{name}.filelist
%files -f %{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
## note: eventually add the remaining documents (if any)
#
%changelog
* Thu Jan 14 2021 Automatic Build System <autodist@mambasoft.it> 1.0.0-1mamba
- automatic version update by autodist
* Wed Oct 07 2020 Automatic Build System <autodist@mambasoft.it> 0.4.17-1mamba
- automatic version update by autodist