SPECS: totem.spec - fix plugins at least for first time installs -...
patrys
patrys at pld-linux.org
Tue Sep 5 22:43:17 CEST 2006
Author: patrys Date: Tue Sep 5 20:43:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix plugins at least for first time installs
- see pld-devel-en for problem description
---- Files affected:
SPECS:
totem.spec (1.95 -> 1.96)
---- Diffs:
================================================================
Index: SPECS/totem.spec
diff -u SPECS/totem.spec:1.95 SPECS/totem.spec:1.96
--- SPECS/totem.spec:1.95 Sun Sep 3 23:13:18 2006
+++ SPECS/totem.spec Tue Sep 5 22:43:12 2006
@@ -17,7 +17,7 @@
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
@@ -224,36 +224,36 @@
%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)
@@ -297,6 +297,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.96 2006/09/05 20:43:12 patrys
+- fix plugins at least for first time installs
+- see pld-devel-en for problem description
+
Revision 1.95 2006/09/03 21:13:18 patrys
- up to stable 2.16.0
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/totem.spec?r1=1.95&r2=1.96&f=u
More information about the pld-cvs-commit
mailing list