From 9e18ca68e055005a71199e714c475fad20e5f239 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 18 Jan 2019 11:47:14 +0100 Subject: [PATCH] Remove unnecessary workarounds --- libtevent.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libtevent.spec b/libtevent.spec index efd2c1d..f65bbe6 100644 --- a/libtevent.spec +++ b/libtevent.spec @@ -112,12 +112,6 @@ make %{?_smp_mflags} check %{?export_waf_python} make install DESTDIR=$RPM_BUILD_ROOT -# Shared libraries need to be marked executable for -# rpmbuild to strip them and include them in debuginfo -find $RPM_BUILD_ROOT -name "*.so*" -exec chmod -c +x {} \; - -rm -f $RPM_BUILD_ROOT%{_libdir}/libtevent.a - # Install API docs rm -f doc/man/man3/todo* mkdir -p $RPM_BUILD_ROOT/%{_mandir}