From 77e2457952936bd6cf7622e721cadb2b7dd14001 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 18:27:11 +0100 Subject: [PATCH] update to 0.10.2 [release 0.10.2-1mamba;Fri Jan 03 2020] --- tevent.spec | 31 +++++++++++++++++-------------- 1 file changed, 17 insertions(+), 14 deletions(-) diff --git a/tevent.spec b/tevent.spec index 23ebd1e..87e581a 100644 --- a/tevent.spec +++ b/tevent.spec @@ -1,7 +1,7 @@ Name: tevent Epoch: 1 -Version: 0.9.39 -Release: 2mamba +Version: 0.10.2 +Release: 1mamba Summary: An event system based on the talloc memory management library. Group: System/Libraries Vendor: openmamba @@ -12,15 +12,13 @@ Source: http://www.samba.org/ftp/tevent/tevent-%{version}.tar.gz License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libattr-devel +BuildRequires: ldconfig BuildRequires: libbsd-devel BuildRequires: libpython-devel -BuildRequires: libpython36-devel +BuildRequires: libpython3-devel BuildRequires: libtalloc-devel ## AUTOBUILDREQ-END -BuildRequires: libtalloc-devel -BuildRequires: python-talloc -BuildRequires: python-talloc-py36 +BuildRequires: python-talloc-py3 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -71,8 +69,10 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_ %setup -q %build -%configure \ - --extra-python=%{__python36} +%configure + +# --extra-python=%{__python36} + %make %install @@ -97,15 +97,18 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_ %files -n python-%{name} %defattr(-,root,root) -%{python3_sitearch}/_tevent.so +%{python3_sitearch}/_tevent.cpython-3*.so %{python3_sitearch}/tevent.py -%files -n python-%{name}-py36 -%defattr(-,root,root) -%{python36_sitearch}/_tevent.cpython-*.so -%{python36_sitearch}/tevent.py +#%files -n python-%{name}-py36 +#%defattr(-,root,root) +#%{python36_sitearch}/_tevent.cpython-*.so +#%{python36_sitearch}/tevent.py %changelog +* Fri Jan 03 2020 Silvan Calarco 0.10.2-1mamba +- update to 0.10.2 + * Mon Apr 15 2019 Silvan Calarco 0.9.39-2mamba - rebuilt with system talloc up-to-date