]> git.pld-linux.org Git - packages/adobe-flash.git/commitdiff
- add opera support
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 23 Aug 2005 18:02:03 +0000 (18:02 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    adobe-flash.spec -> 1.29

adobe-flash.spec

index 62fb1e1ef099de56eb623ffb7df91656849454c1..75941f3e8afcfd6307b3358e8da11e3420713c6c 100644 (file)
@@ -11,7 +11,7 @@ Name:         %{base_name}
 Name:          %{base_name}-installer
 %endif
 Version:       7.0r25
-Release:       2.17%{?with_license_agreement:wla}
+Release:       2.22%{?with_license_agreement:wla}
 License:       Free to use, non-distributable
 Group:         X11/Applications/Multimedia
 %if %{with license_agreement}
@@ -35,9 +35,9 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _plugindir      %{_libdir}/browser-plugins
 
-# TODO: opera, galeon and skipstone.
+# TODO: galeon and skipstone.
 # use macro, otherwise extra LF inserted along with the ifarch
-%define        browsers mozilla, mozilla-firefox, konqueror
+%define        browsers mozilla, mozilla-firefox, konqueror, opera
 
 %description
 Flash plugin for Netscape-compatible WWW browsers.
@@ -113,6 +113,12 @@ fi
 %triggerun -- konqueror
 %nsplugin_uninstall -d %{_libdir}/kde3/plugins/konqueror libflashplayer.so
 
+%triggerin -- opera
+%nsplugin_install -d %{_libdir}/opera/plugins libflashplayer.so
+
+%triggerun -- opera
+%nsplugin_uninstall -d %{_libdir}/opera/plugins libflashplayer.so
+
 %endif
 
 %files
This page took 0.027664 seconds and 4 git commands to generate.