From f1270d71115717bf06bab2dd42fc6984d45f6ac8 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 31 Jan 2018 17:01:35 +0000 Subject: [PATCH] Stop providing the tevent backend https://bugzilla.samba.org/show_bug.cgi?id=12987 --- libverto.spec | 52 +++++++++++++++++++++++++++------------------------ 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/libverto.spec b/libverto.spec index f858fd0..b868eac 100644 --- a/libverto.spec +++ b/libverto.spec @@ -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 - 0.3.0-2 +- Stop providing the tevent backend +- https://bugzilla.samba.org/show_bug.cgi?id=12987 + * Tue Sep 05 2017 Robbie Harwood - 0.3.0-1 - New upstream release (0.3.0)