clean out the audio plugins
This commit is contained in:
parent
2ac8c66b3d
commit
cb733e1c1f
@ -351,6 +351,12 @@ find $RPM_BUILD_ROOT/%{_libdir}/evolution -name '*.a' -exec rm {} \;
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-pilot/conduits/*.a
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/gnome-pilot/conduits/*.la
|
||||
|
||||
# remove additional things we don't want
|
||||
%if ! %{inline_audio_support}
|
||||
%{__rm} -f $RPM_BUILD_ROOT%{evo_plugin_dir}/org-gnome-audio-inline.eplug \
|
||||
$RPM_BUILD_ROOT%{evo_plugin_dir}/liborg-gnome-audio-inline.so
|
||||
%endif
|
||||
|
||||
# scrollkeeper gets handled in %post
|
||||
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user