Remove unnecessary workarounds

This commit is contained in:
Lukas Slebodnik 2019-01-18 11:17:28 +01:00
parent 74818d39a0
commit 9239356957

View File

@ -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.*