]> git.pld-linux.org Git - packages/totem.git/commitdiff
- fix plugins at least for first time installs auto/th/totem-2_16_0-2
authorPatryk Zawadzki <patrys@room-303.com>
Tue, 5 Sep 2006 20:43:12 +0000 (20:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- see pld-devel-en for problem description

Changed files:
    totem.spec -> 1.96

totem.spec

index d735482bc045d35b514a58d97a0248bf352bdd5f..c2a43dd6bfafcaafe0315040777c6dd1a22908ad 100644 (file)
@@ -16,7 +16,7 @@ Summary:      Movie player for GNOME 2 based on the gstreamer engine
 Summary(pl):   Odtwarzacz filmów dla GNOME 2 oparty na silniku gstreamer
 Name:          totem
 Version:       2.16.0
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Multimedia
 Source0:       http://ftp.gnome.org/pub/gnome/sources/totem/2.16/%{name}-%{version}.tar.bz2
@@ -223,36 +223,36 @@ rm -rf $RPM_BUILD_ROOT
 %postun        libs -p /sbin/ldconfig
 
 %triggerin -n browser-plugin-%{name} -- mozilla
-%nsplugin_install -d %{_libdir}/mozilla/plugins libtotem_mozilla.{so,xpt}
+%nsplugin_install -d %{_libdir}/mozilla/plugins libtotem-{base,complex,gmp,narrowspace}-plugin.{so,xpt}
 
 %triggerun -n browser-plugin-%{name} -- mozilla
-%nsplugin_uninstall -d %{_libdir}/mozilla/plugins libtotem_mozilla.{so,xpt}
+%nsplugin_uninstall -d %{_libdir}/mozilla/plugins libtotem-{base,complex,gmp,narrowspace}-plugin.{so,xpt}
 
 %triggerin -n browser-plugin-%{name} -- mozilla-firefox
-%nsplugin_install -d %{_libdir}/mozilla-firefox/plugins libtotem_mozilla.{so,xpt}
+%nsplugin_install -d %{_libdir}/mozilla-firefox/plugins libtotem-{base,complex,gmp,narrowspace}-plugin.{so,xpt}
 
 %triggerun -n browser-plugin-%{name} -- mozilla-forefox
-%nsplugin_uninstall -d %{_libdir}/mozilla-firefox/plugins libtotem_mozilla.{so,xpt}
+%nsplugin_uninstall -d %{_libdir}/mozilla-firefox/plugins libtotem-{base,complex,gmp,narrowspace}-plugin.{so,xpt}
 
 %triggerin -n browser-plugin-%{name} -- netscape-common
-%nsplugin_install -d %{_libdir}/netscape/plugins libtotem_mozilla.{so,xpt}
+%nsplugin_install -d %{_libdir}/netscape/plugins libtotem-{base,complex,gmp,narrowspace}-plugin.{so,xpt}
 
 %triggerun -n browser-plugin-%{name} -- netscape-common
-%nsplugin_uninstall -d %{_libdir}/netscape/plugins libtotem_mozilla.{so,xpt}
+%nsplugin_uninstall -d %{_libdir}/netscape/plugins libtotem-{base,complex,gmp,narrowspace}-plugin.{so,xpt}
 
 %triggerin -n browser-plugin-%{name} -- seamonkey
-%nsplugin_install -d %{_libdir}/seamonkey/plugins libtotem_mozilla.{so,xpt}
+%nsplugin_install -d %{_libdir}/seamonkey/plugins libtotem-{base,complex,gmp,narrowspace}-plugin.{so,xpt}
 
 %triggerun -n browser-plugin-%{name} -- seamonkey
-%nsplugin_uninstall -d %{_libdir}/seamonkey/plugins libtotem_mozilla.{so,xpt}
+%nsplugin_uninstall -d %{_libdir}/seamonkey/plugins libtotem-{base,complex,gmp,narrowspace}-plugin.{so,xpt}
 
 # as rpm removes the old obsoleted package files after the triggers
 # are ran, add another trigger to make the links there.
 %triggerpostun -n browser-plugin-%{name} -- mozilla-plugin-%{name}
-%nsplugin_install -f -d %{_libdir}/mozilla/plugins libtotem_mozilla.{so,xpt}
+%nsplugin_install -f -d %{_libdir}/mozilla/plugins libtotem-{base,complex,gmp,narrowspace}-plugin.{so,xpt}
 
 %triggerpostun -n browser-plugin-%{name} -- mozilla-firefox-plugin-%{name}
-%nsplugin_install -f -d %{_libdir}/netscape/plugins libtotem_mozilla.{so,xpt}
+%nsplugin_install -f -d %{_libdir}/netscape/plugins libtotem-{base,complex,gmp,narrowspace}-plugin.{so,xpt}
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.035015 seconds and 4 git commands to generate.