18797N/A#
18797N/A# spec file for package SUNWfirefox-bookmark
18797N/A#
18797N/A# includes module(s): firefox-bookmark
18797N/A#
18797N/A# Copyright 2008 Sun Microsystems, Inc.
18797N/A# This file and all modifications and additions to the pristine
18797N/A# package are under the same license as the package itself.
18797N/A#
18797N/A%define owner hawklu
18797N/A#
18797N/A# DO NOT REMOVE NEXT LINE
18797N/A# PACKAGE NOT INCLUDED IN GNOME UMBRELLA ARC
18797N/A#
18797N/A%include Solaris.inc
18797N/A%use firefox = firefox.spec
18797N/A
18797N/AName: SUNWfirefox-bookmark
18797N/AIPS_package_name: web/data/firefox-bookmarks
18797N/AMeta(info.classification): %{classification_prefix}:Applications/Internet
18797N/ASummary: Firefox's default bookmark
18797N/AVersion: %{firefox.version}
18797N/A# default bookmarks for OpenSolaris
18797N/ASource: opensolaris-default-bookmarks.html
18797N/A# default bookmarks for development Solaris builds
18797N/ASource1: firefox-default-bookmarks.html
18797N/ASUNW_Copyright: SUNWfirefox.copyright
18797N/ALicense: MOZILLA PUBLIC LICENSE V1.1
18797N/A
18797N/ASUNW_BaseDir: %{_basedir}
18797N/ABuildRoot: %{_tmppath}/%{name}-build
18797N/A%include default-depend.inc
18797N/A%include desktop-incorporation.inc
18797N/ABuildRequires: consolidation/desktop/gnome-incorporation
18797N/ARequires: SUNWfirefox
18797N/A
18797N/A%install
18797N/Arm -rf $RPM_BUILD_ROOT
18797N/A
18797N/Amkdir -p $RPM_BUILD_ROOT%{_libdir}/firefox/defaults/profile/
18797N/A%if %option_with_indiana_branding
18797N/Acp %{SOURCE} $RPM_BUILD_ROOT%{_libdir}/firefox/defaults/profile/bookmarks.html
18797N/A%else
18797N/Acp %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/firefox/defaults/profile/bookmarks.html
18797N/A%endif
18797N/A
18797N/A%clean
18797N/Arm -rf $RPM_BUILD_ROOT
18797N/A
18797N/A%files
18797N/A%defattr (-, root, bin)
18797N/A%dir %attr (0755, root, bin) %{_libdir}
18797N/A%{_libdir}/*
18797N/A
18797N/A%changelog
18797N/A* Mon Nov 08 2010 - brian.lu@oracle.com
18797N/A- Add 'License' tag
18797N/A* Fri Feb 20 2009 - jeff.cai@sun.com
18797N/A- Add comment to remove the output in modulediffs
18797N/A* Sat Dec 20 2008 - alfred.peng@sun.com
18797N/A- Change the mod bits of the bookmark file to 0644.
18797N/A* Fri Nov 28 2008 - alfred.peng@sun.com
18797N/A- Initial version
18797N/A
18797N/A
18797N/A