From b99a36ad5e83abbfd8413f395f274e4e4d335f1d Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 11:12:37 +0100 Subject: [PATCH] automatic version update by autodist [release 1.0.0-1mamba;Thu Jan 14 2021] --- python-greenlet.spec | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/python-greenlet.spec b/python-greenlet.spec index a1c9cdc..0457025 100644 --- a/python-greenlet.spec +++ b/python-greenlet.spec @@ -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 1.0.0-1mamba +- automatic version update by autodist + * Wed Oct 07 2020 Automatic Build System 0.4.17-1mamba - automatic version update by autodist