]> git.pld-linux.org Git - packages/adobe-flash.git/commitdiff
- add mozilla-firefox-bin support
authorshadzik <shadzik@pld-linux.org>
Mon, 30 Oct 2006 17:28:49 +0000 (17:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel up

Changed files:
    adobe-flash.spec -> 1.59

adobe-flash.spec

index fc1b85932632405112485a482c2dff483fb4b604..362eef5da98dd72ca04b8f5e68e1f89fb3e27bc4 100644 (file)
@@ -14,7 +14,7 @@ Name:         %{base_name}
 %else
 Name:          %{base_name}-installer
 %endif
-%define                _rel 1
+%define                _rel 2
 Version:       %{_ver_major}.%{_ver_minor}.%{_ver_patch}.%{_ver_serial}
 Release:       %{_rel}%{?with_license_agreement:wla}
 License:       Free to use, non-distributable
@@ -44,7 +44,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 # TODO: galeon and skipstone.
 # use macro, otherwise extra LF inserted along with the ifarch
-%define        browsers mozilla, mozilla-firefox, konqueror, opera, seamonkey
+%define        browsers mozilla, mozilla-firefox, mozilla-firefox-bin, konqueror, opera, seamonkey
 
 %description
 Adobe(R) Flash(R) Player is the high-performance, lightweight, highly expressive
@@ -103,6 +103,12 @@ rm -rf $RPM_BUILD_ROOT
 %triggerun -- mozilla-firefox
 %nsplugin_uninstall -d %{_libdir}/mozilla-firefox/plugins libflashplayer.so
 
+%triggerin -- mozilla-firefox-bin
+%nsplugin_install -d %{_libdir}/mozilla-firefox-bin/plugins libflashplayer.so
+
+%triggerun -- mozilla-firefox-bin
+%nsplugin_uninstall -d %{_libdir}/mozilla-firefox-bin/plugins libflashplayer.so
+
 %triggerin -- mozilla
 %nsplugin_install -d %{_libdir}/mozilla/plugins libflashplayer.so
 
This page took 0.352633 seconds and 4 git commands to generate.