update to 0.10.2 [release 0.10.2-1mamba;Fri Jan 03 2020]
This commit is contained in:
parent
d23fd505e7
commit
77e2457952
31
tevent.spec
31
tevent.spec
@ -1,7 +1,7 @@
|
|||||||
Name: tevent
|
Name: tevent
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.9.39
|
Version: 0.10.2
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: An event system based on the talloc memory management library.
|
Summary: An event system based on the talloc memory management library.
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -12,15 +12,13 @@ Source: http://www.samba.org/ftp/tevent/tevent-%{version}.tar.gz
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libattr-devel
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libbsd-devel
|
BuildRequires: libbsd-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
BuildRequires: libpython36-devel
|
BuildRequires: libpython3-devel
|
||||||
BuildRequires: libtalloc-devel
|
BuildRequires: libtalloc-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libtalloc-devel
|
BuildRequires: python-talloc-py3
|
||||||
BuildRequires: python-talloc
|
|
||||||
BuildRequires: python-talloc-py36
|
|
||||||
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -71,8 +69,10 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure
|
||||||
--extra-python=%{__python36}
|
|
||||||
|
# --extra-python=%{__python36}
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -97,15 +97,18 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_
|
|||||||
|
|
||||||
%files -n python-%{name}
|
%files -n python-%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{python3_sitearch}/_tevent.so
|
%{python3_sitearch}/_tevent.cpython-3*.so
|
||||||
%{python3_sitearch}/tevent.py
|
%{python3_sitearch}/tevent.py
|
||||||
|
|
||||||
%files -n python-%{name}-py36
|
#%files -n python-%{name}-py36
|
||||||
%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
%{python36_sitearch}/_tevent.cpython-*.so
|
#%{python36_sitearch}/_tevent.cpython-*.so
|
||||||
%{python36_sitearch}/tevent.py
|
#%{python36_sitearch}/tevent.py
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Apr 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.39-2mamba
|
||||||
- rebuilt with system talloc up-to-date
|
- rebuilt with system talloc up-to-date
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user