From c6efbc64f5d6c94a8b13e03801537b935ea1c017 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 22 Sep 2014 15:29:08 +0200 Subject: [PATCH] Drop --enable-browser-plugins now that the plugin support is gone --- totem.spec | 3 --- 1 file changed, 3 deletions(-) diff --git a/totem.spec b/totem.spec index 46e9a8d..a8ae7a8 100644 --- a/totem.spec +++ b/totem.spec @@ -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 \