19930N/A#
19941N/A# spec file for package SUNWfirefox-multi-user-desktop
19930N/A#
19930N/A# includes module(s): None
19930N/A#
19930N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
19930N/A# This file and all modifications and additions to the pristine
19930N/A# package are under the same license as the package itself.
19930N/A#
19930N/A%define owner migi
19930N/A#
19930N/A# DO NOT REMOVE NEXT LINE
19930N/A# PACKAGE NOT INCLUDED IN GNOME UMBRELLA ARC
19930N/A#
19930N/A%include Solaris.inc
19930N/A%use firefox = firefox.spec
19930N/A
19941N/AName: SUNWfirefox-multi-user-desktop
19941N/ASourcePackage: SUNWfirefox-multi-user-src
19941N/AIPS_package_name: web/browser/firefox/multi-user-desktop
19930N/AMeta(info.classification): %{classification_prefix}:System/Administration and Configuration
19941N/ASummary: Multi User Desktop optimization for Mozilla Firefox Web browser
19930N/ALicense: cr_Oracle
19930N/AVersion: %{firefox.version}
19941N/ASource: all-multi-user-desktop.js
19930N/ASUNW_BaseDir: %{_basedir}
19930N/ASUNW_Copyright: %{name}.copyright
19930N/ABuildRoot: %{_tmppath}/%{name}-%{version}-build
19930N/A
19930N/A%include default-depend.inc
20857N/A%include desktop-incorporation.inc
20857N/ABuildRequires: consolidation/desktop/gnome-incorporation
19930N/ARequires: SUNWfirefox
19930N/A
19930N/A%prep
19930N/Arm -rf %name-%version
19930N/Amkdir %name-%version
19930N/A
19930N/A%build
19930N/A
19930N/A%install
19930N/Arm -rf $RPM_BUILD_ROOT
19930N/A
19930N/A# Sun Ray Optimization files
19930N/Ainstall -m 755 -d $RPM_BUILD_ROOT/usr/lib/firefox/greprefs
20209N/Ainstall -m 755 -d $RPM_BUILD_ROOT/usr/lib/firefox/defaults/pref
19941N/Ainstall -m 755 %{SOURCE0} $RPM_BUILD_ROOT/usr/lib/firefox/greprefs/all-multi-user-desktop.js
20209N/Acd $RPM_BUILD_ROOT/usr/lib/firefox/defaults/pref/
20209N/Aln -s ../../greprefs/all-multi-user-desktop.js ./all-multi-user-desktop.js
19930N/A
19930N/A%clean
19930N/Arm -rf $RPM_BUILD_ROOT
19930N/A
19930N/A%files
19930N/A%defattr(-, root, bin)
19930N/A%dir %attr (0755, root, bin) %{_libdir}
19941N/A%{_libdir}/firefox/greprefs/all-multi-user-desktop.js
20209N/A%{_libdir}/firefox/defaults/pref/all-multi-user-desktop.js
19930N/A
19930N/A%changelog
20209N/A* Thu Apr 14 2011 - Michal.Pryc@Oracle.Com
20209N/A- Added symbolic link to the all-multi-user-desktop.js inside the firefox
20209N/A preference directory as the default gecko one was overriden by the firefox
20209N/A pref. Fixes CR 7035883
20209N/A- Reduce number of suggestions to 3.
19930N/A* Thu Jan 13 2011 - Michal.Pryc@Oracle.Com
19930N/A- Created.