From 9239356957dd6119d6d28bb256b6f14013975a60 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik Date: Fri, 18 Jan 2019 11:17:28 +0100 Subject: [PATCH] Remove unnecessary workarounds --- libtdb.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libtdb.spec b/libtdb.spec index f8985d6..923a665 100644 --- a/libtdb.spec +++ b/libtdb.spec @@ -101,12 +101,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}/libtdb.a - %files %{_libdir}/libtdb.so.*