update to 0.10.2 [release 0.10.2-1mamba;Fri Jan 03 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 18:27:11 +01:00
parent d23fd505e7
commit 77e2457952

View File

@ -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 <silvan.calarco@mambasoft.it> 0.10.2-1mamba
- update to 0.10.2
* Mon Apr 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.39-2mamba
- rebuilt with system talloc up-to-date