automatic version update by autodist [release 0.9.39-1mamba;Sun Mar 31 2019]
This commit is contained in:
parent
b655efb1f6
commit
9eb66cc655
41
tevent.spec
41
tevent.spec
@ -1,6 +1,6 @@
|
|||||||
Name: tevent
|
Name: tevent
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.9.37
|
Version: 0.9.39
|
||||||
Release: 1mamba
|
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
|
||||||
@ -44,6 +44,23 @@ Requires: pkg-config
|
|||||||
%description -n lib%{name}-devel
|
%description -n lib%{name}-devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
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
|
%debug_package
|
||||||
|
|
||||||
@ -51,7 +68,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure \
|
||||||
|
--extra-python=%{__python36}
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -67,16 +85,31 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%files -n lib%{name}
|
%files -n lib%{name}
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libtevent.so.*
|
%{_libdir}/libtevent.so.*
|
||||||
%{python27_sitearch}/_tevent.so
|
%{_libdir}/tevent/libpytalloc-util.so.*
|
||||||
%{python27_sitearch}/tevent.py
|
%{_libdir}/tevent/libtalloc.so.*
|
||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_includedir}/tevent.h
|
%{_includedir}/tevent.h
|
||||||
%{_libdir}/libtevent.so
|
%{_libdir}/libtevent.so
|
||||||
%{_libdir}/pkgconfig/tevent.pc
|
%{_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
|
%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
|
* Wed Aug 22 2018 Automatic Build System <autodist@mambasoft.it> 0.9.37-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user