SUNWfirefox-bookmark.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 15582 aece1b26afa9
child 17066 cdb80c388222
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.

#
# spec file for package SUNWfirefox-bookmark
#
# includes module(s): firefox-bookmark
#
# Copyright 2008 Sun Microsystems, Inc.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
%define owner Alfred
#
# DO NOT REMOVE NEXT LINE
# PACKAGE NOT INCLUDED IN GNOME UMBRELLA ARC
#
%include Solaris.inc
%use firefox = firefox.spec

Name:                    SUNWfirefox-bookmark
Summary:                 Firefox's default bookmark
Version:                 %{firefox.version}
Vendor:                  Sun Microsystems, Inc.
# default bookmarks for OpenSolaris
Source:                  opensolaris-default-bookmarks.html
# default bookmarks for development Solaris builds
Source1:                 firefox-default-bookmarks.html
SUNW_Copyright:          SUNWfirefox.copyright

SUNW_BaseDir:            %{_basedir}
BuildRoot:               %{_tmppath}/%{name}-build
%include default-depend.inc
Requires: SUNWfirefox

%install
rm -rf $RPM_BUILD_ROOT

mkdir -p $RPM_BUILD_ROOT%{_libdir}/firefox/defaults/profile/
%if %option_with_indiana_branding
cp %{SOURCE} $RPM_BUILD_ROOT%{_libdir}/firefox/defaults/profile/bookmarks.html
%else
cp %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/firefox/defaults/profile/bookmarks.html
%endif

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr (-, root, bin)
%dir %attr (0755, root, bin) %{_libdir}
%{_libdir}/*

%changelog
* Fri Feb 20 2009 - [email protected]
- Add comment to remove the output in modulediffs
* Sat Dec 20 2008 - [email protected]
- Change the mod bits of the bookmark file to 0644.
* Fri Nov 28 2008 - [email protected]
- Initial version