From f9fb143b66f6192e4e4b3ed848f8beecec030046 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 18 Jan 2019 11:05:56 +0100 Subject: [PATCH] Remove unnecessary workarounds --- libtalloc.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/libtalloc.spec b/libtalloc.spec index 3699364..6e5b6bf 100644 --- a/libtalloc.spec +++ b/libtalloc.spec @@ -127,13 +127,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}/libtalloc.a -rm -f $RPM_BUILD_ROOT/usr/share/swig/*/talloc.i - # Install API docs cp -a doc/man/* $RPM_BUILD_ROOT/%{_mandir}