]> git.pld-linux.org Git - packages/djvulibre.git/commitdiff
- support mozilla-firefox-bin; rel++
authorshadzik <shadzik@pld-linux.org>
Mon, 30 Oct 2006 18:07:20 +0000 (18:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    djvulibre.spec -> 1.51

djvulibre.spec

index 75aaae57cb43283fdb2afa9feaf4aba4bb638278..152c13726aa6a13844f4f9c6c92cd074b96265cc 100644 (file)
@@ -8,7 +8,7 @@ Summary:        DjVu viewers, encoders and utilities
 Summary(pl):   DjVu - przegl±darki, dekodery oraz narzêdzia
 Name:          djvulibre
 Version:       3.5.17
-Release:       2
+Release:       3
 License:       GPL
 Group:         Applications/Graphics
 Source0:       http://dl.sourceforge.net/djvu/%{name}-%{version}.tar.gz
@@ -29,7 +29,7 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _plugindir      %{_libdir}/browser-plugins
 
 # list of supported browsers, in free form text
-%define                browsers mozilla, mozilla-firefox, netscape, seamonkey
+%define                browsers mozilla, mozilla-firefox, mozilla-firefox-bin, netscape, seamonkey
 
 %description
 DjVu is a web-centric format and software platform for distributing
@@ -183,6 +183,12 @@ rm -rf $RPM_BUILD_ROOT
 %triggerun -n browser-plugin-%{name} -- mozilla-forefox
 %nsplugin_uninstall -d %{_libdir}/mozilla-firefox/plugins nsdejavu.so
 
+%triggerin -n browser-plugin-%{name} -- mozilla-firefox-bin
+%nsplugin_install -d %{_libdir}/mozilla-firefox-bin/plugins nsdejavu.so
+
+%triggerun -n browser-plugin-%{name} -- mozilla-forefox-bin
+%nsplugin_uninstall -d %{_libdir}/mozilla-firefox-bin/plugins nsdejavu.so
+
 %triggerin -n browser-plugin-%{name} -- netscape-common
 %nsplugin_install -d %{_libdir}/netscape/plugins nsdejavu.so
 
This page took 0.480094 seconds and 4 git commands to generate.