Drop --enable-browser-plugins now that the plugin support is gone
This commit is contained in:
parent
c125c15c16
commit
c6efbc64f5
@ -132,9 +132,7 @@ audio and video files in the properties dialog.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
export BROWSER_PLUGIN_DIR=%{_libdir}/mozilla/plugins
|
||||
%configure \
|
||||
--enable-browser-plugins \
|
||||
--enable-nautilus \
|
||||
--disable-appdata-validate \
|
||||
--disable-static
|
||||
@ -146,7 +144,6 @@ make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%find_lang %{name} --with-gnome
|
||||
|
||||
rm -rf $RPM_BUILD_ROOT%{_libdir}/totem/plugins/*/*.{a,la} \
|
||||
$RPM_BUILD_ROOT%{_libdir}/mozilla/plugins/*.{a,la} \
|
||||
$RPM_BUILD_ROOT%{_libdir}/nautilus/extensions-3.0/*.{a,la} \
|
||||
$RPM_BUILD_ROOT%{_libdir}/libbaconvideowidget*.{a,la} \
|
||||
$RPM_BUILD_ROOT%{_libdir}/libbaconvideowidget.so \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user