automatic version update by autodist [release 0.9.39-1mamba;Sun Mar 31 2019]

This commit is contained in:
Automatic Build System 2024-01-05 18:27:11 +01:00
parent b655efb1f6
commit 9eb66cc655

View File

@ -1,6 +1,6 @@
Name: tevent
Epoch: 1
Version: 0.9.37
Version: 0.9.39
Release: 1mamba
Summary: An event system based on the talloc memory management library.
Group: System/Libraries
@ -44,6 +44,23 @@ Requires: pkg-config
%description -n lib%{name}-devel
This package contains libraries and header files for developing applications that use %{name}.
%package -n python-%{name}
Group: System/Libraries
Summary: An event system based on the talloc memory management library.
%description -n python-%{name}
Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba.
The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events.
Tevent also provide helpers to deal with asynchronous code providing the tevent_req (tevent request) functions.
%package -n python-%{name}-py36
Group: System/Libraries
Summary: An event system based on the talloc memory management library.
%description -n python-%{name}-py36
Tevent is an event system based on the talloc memory management library. It is the core event system used in Samba.
The low level tevent has support for many event types, including timers, signals, and the classic file descriptor events.
Tevent also provide helpers to deal with asynchronous code providing the tevent_req (tevent request) functions.
%debug_package
@ -51,7 +68,8 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
%configure
%configure \
--extra-python=%{__python36}
%make
%install
@ -67,16 +85,31 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libtevent.so.*
%{python27_sitearch}/_tevent.so
%{python27_sitearch}/tevent.py
%{_libdir}/tevent/libpytalloc-util.so.*
%{_libdir}/tevent/libtalloc.so.*
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_includedir}/tevent.h
%{_libdir}/libtevent.so
%{_libdir}/pkgconfig/tevent.pc
%{_mandir}/man3/talloc.3*
%files -n python-%{name}
%defattr(-,root,root)
%{python3_sitearch}/_tevent.so
%{python3_sitearch}/talloc.so
%{python3_sitearch}/tevent.py
%files -n python-%{name}-py36
%defattr(-,root,root)
%{python36_sitearch}/*
%{_libdir}/tevent/libpytalloc-util.cpython-36*
%changelog
* Sun Mar 31 2019 Automatic Build System <autodist@mambasoft.it> 0.9.39-1mamba
- automatic version update by autodist
* Wed Aug 22 2018 Automatic Build System <autodist@mambasoft.it> 0.9.37-1mamba
- automatic version update by autodist