rebuilt with system talloc up-to-date [release 0.9.39-2mamba;Mon Apr 15 2019]

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

View File

@ -1,7 +1,7 @@
Name: tevent
Epoch: 1
Version: 0.9.39
Release: 1mamba
Release: 2mamba
Summary: An event system based on the talloc memory management library.
Group: System/Libraries
Vendor: openmamba
@ -15,9 +15,12 @@ BuildRequires: glibc-devel
BuildRequires: libattr-devel
BuildRequires: libbsd-devel
BuildRequires: libpython-devel
BuildRequires: libpython36-devel
BuildRequires: libtalloc-devel
## AUTOBUILDREQ-END
BuildRequires: pytalloc-devel
BuildRequires: libtalloc-devel
BuildRequires: python-talloc
BuildRequires: python-talloc-py36
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -85,28 +88,27 @@ Tevent also provide helpers to deal with asynchronous code providing the tevent_
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libtevent.so.*
%{_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*
%{python36_sitearch}/_tevent.cpython-*.so
%{python36_sitearch}/tevent.py
%changelog
* Mon Apr 15 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.39-2mamba
- rebuilt with system talloc up-to-date
* Sun Mar 31 2019 Automatic Build System <autodist@mambasoft.it> 0.9.39-1mamba
- automatic version update by autodist