Remove unnecessary workarounds
This commit is contained in:
parent
8bd18f6599
commit
9e18ca68e0
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user