Stop providing the tevent backend
https://bugzilla.samba.org/show_bug.cgi?id=12987
This commit is contained in:
parent
3755f42dac
commit
f1270d7111
@ -17,7 +17,7 @@ BuildRequires: libtool
|
||||
|
||||
BuildRequires: glib2-devel
|
||||
BuildRequires: libevent-devel
|
||||
BuildRequires: libtevent-devel
|
||||
# BuildRequires: libtevent-devel
|
||||
%if !0%{?rhel}
|
||||
BuildRequires: libev-devel
|
||||
%endif
|
||||
@ -81,25 +81,25 @@ Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
The %{name}-libevent-devel package contains libraries and header files for
|
||||
developing applications that use %{name}-libevent.
|
||||
|
||||
%package tevent
|
||||
Summary: tevent module for %{name}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Provides: %{name}-module-base = %{version}-%{release}
|
||||
# %package tevent
|
||||
# Summary: tevent module for %{name}
|
||||
# Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
# Provides: %{name}-module-base = %{version}-%{release}
|
||||
|
||||
%description tevent
|
||||
Module for %{name} which provides integration with tevent.
|
||||
# %description tevent
|
||||
# Module for %{name} which provides integration with tevent.
|
||||
|
||||
This package provides %{name}-module-base since it supports io, timeout
|
||||
and signal.
|
||||
# This package provides %{name}-module-base since it supports io, timeout
|
||||
# and signal.
|
||||
|
||||
%package tevent-devel
|
||||
Summary: Development files for %{name}-tevent
|
||||
Requires: %{name}-tevent%{?_isa} = %{version}-%{release}
|
||||
Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
# %package tevent-devel
|
||||
# Summary: Development files for %{name}-tevent
|
||||
# Requires: %{name}-tevent%{?_isa} = %{version}-%{release}
|
||||
# Requires: %{name}-devel%{?_isa} = %{version}-%{release}
|
||||
|
||||
%description tevent-devel
|
||||
The %{name}-tevent-devel package contains libraries and header files for
|
||||
developing applications that use %{name}-tevent.
|
||||
# %description tevent-devel
|
||||
# The %{name}-tevent-devel package contains libraries and header files for
|
||||
# developing applications that use %{name}-tevent.
|
||||
|
||||
%if !0%{?rhel}
|
||||
%package libev
|
||||
@ -148,8 +148,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%post -n %{name}-libevent -p /sbin/ldconfig
|
||||
%postun -n %{name}-libevent -p /sbin/ldconfig
|
||||
|
||||
%post -n %{name}-tevent -p /sbin/ldconfig
|
||||
%postun -n %{name}-tevent -p /sbin/ldconfig
|
||||
# %post -n %{name}-tevent -p /sbin/ldconfig
|
||||
# %postun -n %{name}-tevent -p /sbin/ldconfig
|
||||
|
||||
%if !0%{?rhel}
|
||||
%post -n %{name}-libev -p /sbin/ldconfig
|
||||
@ -184,13 +184,13 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/%{name}-libevent.so
|
||||
%{_libdir}/pkgconfig/%{name}-libevent.pc
|
||||
|
||||
%files tevent
|
||||
%{_libdir}/%{name}-tevent.so.*
|
||||
# %files tevent
|
||||
# %{_libdir}/%{name}-tevent.so.*
|
||||
|
||||
%files tevent-devel
|
||||
%{_includedir}/verto-tevent.h
|
||||
%{_libdir}/%{name}-tevent.so
|
||||
%{_libdir}/pkgconfig/%{name}-tevent.pc
|
||||
# %files tevent-devel
|
||||
# %{_includedir}/verto-tevent.h
|
||||
# %{_libdir}/%{name}-tevent.so
|
||||
# %{_libdir}/pkgconfig/%{name}-tevent.pc
|
||||
|
||||
%if !0%{?rhel}
|
||||
%files libev
|
||||
@ -203,6 +203,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jan 31 2018 Robbie Harwood <rharwood@redhat.com> - 0.3.0-2
|
||||
- Stop providing the tevent backend
|
||||
- https://bugzilla.samba.org/show_bug.cgi?id=12987
|
||||
|
||||
* Tue Sep 05 2017 Robbie Harwood <rharwood@redhat.com> - 0.3.0-1
|
||||
- New upstream release (0.3.0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user