SUNWfirefox.spec
author yippi
Tue, 07 Apr 2009 20:23:29 +0000
changeset 15582 aece1b26afa9
parent 15556 79756053d7da
child 15650 dbcf7e3715dd
permissions -rw-r--r--
2009-04-07 Brian Cameron <[email protected]> * SUNWthunderbird.spec, SUNWgnome-a11y-mousetweaks.diff, SUNWgnome-meeting.spec, SUNWfirefox-bookmark.spec, SUNWfirefox.spec: Change comment "PACKAGE NOT ARC REVIEWED BY SUN JDS TEAM" to the more accurate "PACKAGE NOT INCLUDED IN GNOME UMBRELLA ARC". I also updated the modulediffs script in the arc-documents module to use this new string when building the module report.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package SUNWfirefox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# includes module(s): firefox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
#
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15526
diff changeset
     6
# Copyright 2009 Sun Microsystems, Inc.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
15143
d2d90ead6862 * SUNWtgnome-tsoljdsdevmgr.spec : Update Owner format string
mattman
parents: 15046
diff changeset
    10
# Owner: davelam
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
# DO NOT REMOVE NEXT LINE
15582
aece1b26afa9 2009-04-07 Brian Cameron <[email protected]>
yippi
parents: 15556
diff changeset
    13
# PACKAGE NOT INCLUDED IN GNOME UMBRELLA ARC
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
%include Solaris.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
# use --without-apoc-adapter to disable building apoc adapter 
15046
06e582de37cf enable apoc adapter ad default
davelam
parents: 13701
diff changeset
    17
# default: build apoc adapter
06e582de37cf enable apoc adapter ad default
davelam
parents: 13701
diff changeset
    18
%define with_apoc_adapter %{?!_without_apoc_adapter:1}%{?_without_apoc_adapter:0}
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    19
# use --without-moz-nss-nspr to not devlier Mozilla bundled nss, nspr libs
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    20
# default: with Mozilla bundled nss, nspr libs
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    21
%define without_moz_nss_nspr %{?_without_moz_nss_nspr:1}%{?!_without_moz_nss_nspr:0}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
%use firefox = firefox.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
##   Package Information Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
Name:          SUNWfirefox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Summary:       Mozilla Firefox Web browser
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Version:       %{firefox.version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Source:        %{name}-manpages-0.1.tar.gz
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
SUNW_BaseDir:  %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
SUNW_Category: FIREFOX,application,%{jds_version}
11921
64c1ad698b78 2008-03-27 Laszlo (Laca) Peter <[email protected]>
laca
parents: 11859
diff changeset
    34
SUNW_Copyright:%{name}.copyright
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
BuildRoot:     %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
##  Package Requirements Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
%include default-depend.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires: SUNWjdsrm
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires: SUNWj5rt
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires: SUNWgnome-base-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires: SUNWdtbas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires: SUNWfontconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires: SUNWfreetype2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
Requires: SUNWgnome-config
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
Requires: SUNWgnome-libs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Requires: SUNWgnome-vfs
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires: SUNWlibC
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires: SUNWlibms
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Requires: SUNWlibmsr
15473
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15300
diff changeset
    54
Requires: SUNWbash
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
BuildRequires: SUNWzip
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
BuildRequires: SUNWgtar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
BuildRequires: SUNWgnome-config-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
BuildRequires: SUNWgnome-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
BuildRequires: SUNWgnome-vfs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
BuildRequires: SUNWgnome-component-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
BuildRequires: SUNWgnome-base-libs-devel
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15526
diff changeset
    62
Requires: SUNWdesktop-cache
10683
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10650
diff changeset
    63
%if %option_with_indiana_branding
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10650
diff changeset
    64
Requires: SUNWgetting-started-guide
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10650
diff changeset
    65
%endif
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    66
%if %without_moz_nss_nspr
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    67
Requires: SUNWpr
15526
3cfc42797be2 2009-03-30 Ginn Chen <ginn,[email protected]>
ginnchen
parents: 15473
diff changeset
    68
BuildRequires: SUNWprd
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
    69
Requires: SUNWtls
15526
3cfc42797be2 2009-03-30 Ginn Chen <ginn,[email protected]>
ginnchen
parents: 15473
diff changeset
    70
BuildRequires: SUNWtlsd
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    71
%endif
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    72
Requires: SUNWsqlite3
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
##   Package Description Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
Summary:       %{summary} - development files
9622
d4a0583ab67b add new package SUNWfirefox-root to fix bug CR#6530982, the package would just add staroffice entries in /etc/mime.types /etc/mailcap in postinstall
davelam
parents: 9588
diff changeset
    80
SUNW_BaseDir:  %{_basedir}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
%include default-depend.inc
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    82
Requires:      %{name}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%if %with_apoc_adapter
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
%package apoc-adapter
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
Summary:       %{summary} - Apoc Adapter
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
SUNW_BaseDir:  %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%include default-depend.inc
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    89
Requires:      %{name}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
##   Package Preparation Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
mkdir -p %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%firefox.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
gzcat %SOURCE0 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
##      Package Build Section      ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
export PKG_CONFIG_PATH=${_libdir}/pkgconfig:%{_pkg_config_path}
15300
9eb95636b00d 2009-03-04 Ginn Chen <[email protected]>
ginnchen
parents: 15143
diff changeset
   109
export LDFLAGS="-z ignore"
13172
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   110
export CFLAGS="-xlibmopt -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/X11/include"
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   111
export CXXFLAGS="-xlibmil -xlibmopt -lCrun -lCstd -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%firefox.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%firefox.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   118
# create file list for SUNWfirefox to separate .autoreg(marked as 'v')
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   119
# and maybe libmozapoc.so if apoc enabled
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
cd $RPM_BUILD_ROOT%{_libdir}
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   121
find %{firefox.name} ! -type d | egrep -v "(libmozapoc.so|\.autoreg|xpidl|xpt_dump|xpt_link)" | \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
  sed -e 's#{#\\{#g' -e 's#}#\\}#g' -e 's#^.*$#%{_libdir}/&#' \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
    >  %{_builddir}/%name-%version/%{name}.list
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   124
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
make install DESTDIR=$RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%{?pkgbuild_postprocess: %pkgbuild_postprocess -v -c "%{version}:%{jds_version}:%{name}:$RPM_ARCH:%(date +%%Y-%%m-%%d):%{support_level}" $RPM_BUILD_ROOT}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
#########################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
##  Package Post[Un] Install Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
#########################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
13679
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   138
%post
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15526
diff changeset
   139
%restart_fmri desktop-mime-cache || exit 1
13679
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   140
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   141
PKGCOND=/usr/bin/pkgcond
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   142
test -x $PKGCOND || exit 0
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   143
if $PKGCOND is_path_writable $BASEDIR/lib/%{firefox.name} > /dev/null 2>&1 ; then
13679
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   144
  touch $BASEDIR/lib/%{firefox.name}/.autoreg
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   145
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   146
  for f in components/compreg.dat components/xpti.dat; do
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   147
      test -f $BASEDIR/lib/%{firefox.name}/$f && \
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   148
        rm -f $BASEDIR/lib/%{firefox.name}/$f
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   149
  done
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   150
fi
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   151
exit 0
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   152
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   153
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
%postun
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15526
diff changeset
   155
%restart_fmri desktop-mime-cache || exit 1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   157
PKGCOND=/usr/bin/pkgcond
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   158
test -x $PKGCOND || exit 0
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   159
if $PKGCOND is_path_writable $BASEDIR/lib/%{firefox.name} > /dev/null 2>&1 ; then
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   160
  for f in components/compreg.dat components/xpti.dat; do
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   161
      test -f $BASEDIR/lib/%{firefox.name}/$f && \
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   162
        rm -f $BASEDIR/lib/%{firefox.name}/$f
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   163
  done
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   164
fi
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   165
exit 0
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   166
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   167
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   168
%if %with_apoc_adapter
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   169
%post apoc-adapter
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   170
PKGCOND=/usr/bin/pkgcond
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   171
test -x $PKGCOND || exit 0
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   172
if $PKGCOND is_path_writable $BASEDIR/lib/%{firefox.name} > /dev/null 2>&1 ; then
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   173
  touch $BASEDIR/lib/%{firefox.name}/.autoreg
13679
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   174
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   175
  for f in components/compreg.dat components/xpti.dat; do
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   176
      test -f $BASEDIR/lib/%{firefox.name}/$f && \
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   177
        rm -f $BASEDIR/lib/%{firefox.name}/$f
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   178
  done
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   179
fi
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   180
exit 0
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   181
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   182
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   183
%postun apoc-adapter
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   184
PKGCOND=/usr/bin/pkgcond
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   185
test -x $PKGCOND || exit 0
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   186
if $PKGCOND is_path_writable $BASEDIR/lib/%{firefox.name} > /dev/null 2>&1 ; then
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   187
  touch $BASEDIR/lib/%{firefox.name}/.autoreg
13679
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   188
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   189
  for f in components/compreg.dat components/xpti.dat; do
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   190
      test -f $BASEDIR/lib/%{firefox.name}/$f && \
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   191
        rm -f $BASEDIR/lib/%{firefox.name}/$f
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   192
  done
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   193
fi
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   194
exit 0
10354
bdfd85b2aa18 made postremove/postinstall script more robust(CR#6594606)
davelam
parents: 9783
diff changeset
   195
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   196
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   197
%endif
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   198
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
%files -f SUNWfirefox.list
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
13554
b5f86f9be4a3 * SUNWfirefox.spec: add %doc section to generate new copyright
hawklu
parents: 13172
diff changeset
   201
%doc -d firefox README.txt LICENSE 
b5f86f9be4a3 * SUNWfirefox.spec: add %doc section to generate new copyright
hawklu
parents: 13172
diff changeset
   202
%dir %attr (0755, root, other) %{_datadir}/doc
b5f86f9be4a3 * SUNWfirefox.spec: add %doc section to generate new copyright
hawklu
parents: 13172
diff changeset
   203
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9706
diff changeset
   204
%defattr(-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
%{_bindir}/firefox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
%dir %attr (0755, root, bin) %{_libdir}
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   208
%ghost %{_libdir}/%{firefox.name}/.autoreg
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
%dir %attr (0755, root, other) %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
%{_datadir}/applications/firefox.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
%dir %attr (0755, root, other) %{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
%{_datadir}/pixmaps/firefox-icon.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
%dir %attr (0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
%dir %attr (0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
%files devel
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9706
diff changeset
   220
%defattr(-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
%dir %attr (0755, root, bin) %{_includedir}
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   222
%{_includedir}/%{firefox.name}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   223
%dir %attr (0755, root, sys) %{_datadir}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   224
%{_datadir}/idl/%{firefox.name}
11427
524ae7c62cd7 Rolled spec files *firefox.spec back to FF 2 and created new ones for FF 3 in order to let FF 3 coexist with FF 2
davelam
parents: 11357
diff changeset
   225
%dir %attr (0755, root, other) %{_libdir}/pkgconfig
524ae7c62cd7 Rolled spec files *firefox.spec back to FF 2 and created new ones for FF 3 in order to let FF 3 coexist with FF 2
davelam
parents: 11357
diff changeset
   226
%{_libdir}/pkgconfig/*
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   227
%{_libdir}/firefox/xpidl
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   228
%{_libdir}/firefox/xpt_dump
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   229
%{_libdir}/firefox/xpt_link
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
%if %with_apoc_adapter
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
%files apoc-adapter
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9706
diff changeset
   233
%defattr(-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
%dir %attr (0755, root, bin) %{_libdir}
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   235
%{_libdir}/%{firefox.name}/components/libmozapoc.so
12344
7f4635c6f89d 2008-05-23 Dave Lin <[email protected]>
davelam
parents: 11921
diff changeset
   236
%endif
7f4635c6f89d 2008-05-23 Dave Lin <[email protected]>
davelam
parents: 11921
diff changeset
   237
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
%changelog
15556
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15526
diff changeset
   239
* Fri Apr  3 2009 - [email protected]
79756053d7da 2009-04-03 Laszlo (Laca) Peter <[email protected]>
laca
parents: 15526
diff changeset
   240
- use desktop-cache instead of postrun
15526
3cfc42797be2 2009-03-30 Ginn Chen <ginn,[email protected]>
ginnchen
parents: 15473
diff changeset
   241
* Mon Mar 30 2009 - [email protected]
3cfc42797be2 2009-03-30 Ginn Chen <ginn,[email protected]>
ginnchen
parents: 15473
diff changeset
   242
- Correction for build dependency of nss, nspr.
15473
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15300
diff changeset
   243
* Mon Mar 23 2009 - [email protected]
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15300
diff changeset
   244
- Since /usr/lib/firefox/firefox (SUNWfirefox) requires /usr/bin/bash which is
22a349d94c8c 2009-03-23 Jeff Cai <[email protected]>
qc161282
parents: 15300
diff changeset
   245
  found in SUNWbash, add the dependency
15046
06e582de37cf enable apoc adapter ad default
davelam
parents: 13701
diff changeset
   246
* Tue Feb 10 2009 - [email protected]
06e582de37cf enable apoc adapter ad default
davelam
parents: 13701
diff changeset
   247
- Enable apoc adapter as default.
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   248
* Wed Sep 17 2008 - [email protected]
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   249
- Remove /usr/lib/firefox/components/compreg.dat and /usr/lib/firefox/components/xpti.dat in postinstall and postremove
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   250
- Touch /usr/lib/firefox/.autoreg in postinstall
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   251
- Remove staroffice-mime.types.in, staroffice-mailcap.in
13172
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   252
* Tue Aug 19 2008 - [email protected]
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   253
- Remove -xldscope=symbolic in CFLAGS, CXXFLAGS, use -xldscope=hidden in libpixman Makefile.in instead
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   254
* Mon Aug 18 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   255
- Rename SUNWfirefox3.spec to SUNWfirefox.spec since FF2 has been replaced by FF3 in Nevada and OS for several builds
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   256
* Fri Aug 15 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   257
- add -xldscope=symbolic in CFLAGS, CXXFLAGS to fix the cairo crash issue per Brian's request
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   258
* Thu Jul 17 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   259
- Removed the unnecessary dependency SUNWsolaris-devel-docs(CR6700877),
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   260
  SUNWfirefox.
12344
7f4635c6f89d 2008-05-23 Dave Lin <[email protected]>
davelam
parents: 11921
diff changeset
   261
* Thu May 22 2008 - [email protected]
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   262
- Change to build pkg only if "--with-ff3" is specified, otherwise build nothing
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   263
- change to build as "SUNWfirefox" and as default browser
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   264
* Fri May 16 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   265
- Disable creation of symlink for firefox 3. This means that ff2 is left as
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   266
  default browser.
11859
7ceaf3e7c7d3 2008-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 11427
diff changeset
   267
* Thu Mar 13 2008 - [email protected]
7ceaf3e7c7d3 2008-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 11427
diff changeset
   268
- Add -I/usr/X11/include to CFLAGS after update of SUNWwinc.
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   269
* Mon Feb 25 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   270
- Add "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" in CXXFLAGS to fix CR#6516110
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   271
* Thu Feb 21 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   272
- Rename SUNWsqlite dependency to SUNWsqlite3 to match pkg from SFW.
11427
524ae7c62cd7 Rolled spec files *firefox.spec back to FF 2 and created new ones for FF 3 in order to let FF 3 coexist with FF 2
davelam
parents: 11357
diff changeset
   273
* Wed Jan 09 2008 - [email protected]
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   274
- renamed FF 3 spec to *firefox3 to let FF 3 coexist with FF 2
11357
64f1ad2d3149 Changed to deliver .autoreg no matter apoc enabled or not
davelam
parents: 11355
diff changeset
   275
* Fri Dec 28 2007 - [email protected]
64f1ad2d3149 Changed to deliver .autoreg no matter apoc enabled or not
davelam
parents: 11355
diff changeset
   276
- deliver .autoreg no matter apoc enabled or not
11355
d88df8a86e26 Bumped to 3.0 beta2. Obsoleted SUNWfirefox-root. Set not building apoc adapter as default. Disabe apoc adapter since it's not available for 3.0 yet
davelam
parents: 10683
diff changeset
   277
* Thu Dec 27 2007 - [email protected]
d88df8a86e26 Bumped to 3.0 beta2. Obsoleted SUNWfirefox-root. Set not building apoc adapter as default. Disabe apoc adapter since it's not available for 3.0 yet
davelam
parents: 10683
diff changeset
   278
- move to 3.0 beta2
d88df8a86e26 Bumped to 3.0 beta2. Obsoleted SUNWfirefox-root. Set not building apoc adapter as default. Disabe apoc adapter since it's not available for 3.0 yet
davelam
parents: 10683
diff changeset
   279
- set not building apoc adapter as default
d88df8a86e26 Bumped to 3.0 beta2. Obsoleted SUNWfirefox-root. Set not building apoc adapter as default. Disabe apoc adapter since it's not available for 3.0 yet
davelam
parents: 10683
diff changeset
   280
- remove SUNWfirefox-root pkg
d88df8a86e26 Bumped to 3.0 beta2. Obsoleted SUNWfirefox-root. Set not building apoc adapter as default. Disabe apoc adapter since it's not available for 3.0 yet
davelam
parents: 10683
diff changeset
   281
- disable apoc adapter since it's not available for 3.0
d88df8a86e26 Bumped to 3.0 beta2. Obsoleted SUNWfirefox-root. Set not building apoc adapter as default. Disabe apoc adapter since it's not available for 3.0 yet
davelam
parents: 10683
diff changeset
   282
* Thu Dec 27 2007 - [email protected]
d88df8a86e26 Bumped to 3.0 beta2. Obsoleted SUNWfirefox-root. Set not building apoc adapter as default. Disabe apoc adapter since it's not available for 3.0 yet
davelam
parents: 10683
diff changeset
   283
- set no apoc-adapter as default
10683
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10650
diff changeset
   284
* Sat Oct 20 2007 - [email protected]
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10650
diff changeset
   285
- add indiana getting started guide dependency
10649
5bcec618ba4d 2007-10-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   286
* Fri Oct 12 2007 - [email protected]
5bcec618ba4d 2007-10-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   287
- add /usr/X11/include to CFLAGS if built with FOX
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10354
diff changeset
   288
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10354
diff changeset
   289
- delete Nevada X deps
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10354
diff changeset
   290
- disable developer guide dep if sun branding is not requested
10354
bdfd85b2aa18 made postremove/postinstall script more robust(CR#6594606)
davelam
parents: 9783
diff changeset
   291
* Tue Aug 21 2007 - [email protected]
bdfd85b2aa18 made postremove/postinstall script more robust(CR#6594606)
davelam
parents: 9783
diff changeset
   292
- made postremove/postinstall script more robust(CR#6594606)
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9706
diff changeset
   293
* Tue Apr 24 2007 - [email protected]
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9706
diff changeset
   294
- s/0755/-/ in defattr so that files are not made all executable
9706
1246c2e0b12b remove dependency on SUNWstaroffice-menuintegration from SUNWfirefox-root since it caused CR#6530982 fixed failed(see details in bugster)
davelam
parents: 9622
diff changeset
   295
* Tue Apr 10 2007 - [email protected]
1246c2e0b12b remove dependency on SUNWstaroffice-menuintegration from SUNWfirefox-root since it caused CR#6530982 fixed failed(see details in bugster)
davelam
parents: 9622
diff changeset
   296
- remove dependency on SUNWstaroffice-menuintegration from SUNWfirefox-root
1246c2e0b12b remove dependency on SUNWstaroffice-menuintegration from SUNWfirefox-root since it caused CR#6530982 fixed failed(see details in bugster)
davelam
parents: 9622
diff changeset
   297
  since it caused CR#6530982 fixed failed(see details in bugster)
9622
d4a0583ab67b add new package SUNWfirefox-root to fix bug CR#6530982, the package would just add staroffice entries in /etc/mime.types /etc/mailcap in postinstall
davelam
parents: 9588
diff changeset
   298
* Mon Mar 26 2007 - [email protected]
d4a0583ab67b add new package SUNWfirefox-root to fix bug CR#6530982, the package would just add staroffice entries in /etc/mime.types /etc/mailcap in postinstall
davelam
parents: 9588
diff changeset
   299
- add new package SUNWfirefox-root to fix bug CR#6530982, the package 
d4a0583ab67b add new package SUNWfirefox-root to fix bug CR#6530982, the package would just add staroffice entries in /etc/mime.types /etc/mailcap in postinstall
davelam
parents: 9588
diff changeset
   300
  would just add staroffice entries in /etc/mime.types /etc/mailcap 
d4a0583ab67b add new package SUNWfirefox-root to fix bug CR#6530982, the package would just add staroffice entries in /etc/mime.types /etc/mailcap in postinstall
davelam
parents: 9588
diff changeset
   301
  in postinstall
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   302
* Tue Mar 20 2007 - [email protected]
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   303
- fix bug CR#6521792
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   304
    part1: add file ".autoreg" and add postinstall/postremove scripts in
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   305
           SUNWfirefox-apoc-adapter
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   306
    part2: add patch firefox-12-regenerate-compreg-file.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   307
* Thu Dec 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   308
- remove %preun to fix bug CR#6502253
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   309
* Fri Dec  8 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   310
- add SUNWsolaris-devel-docs dependency
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
* Tue Nov 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
- add %if %with_apoc_adapter to conditinoally disable apoc adapter,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
  default: enable apoc adapter, use --without-apoc-adapter to disable it
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
* Mon Nov 27 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
- enable apoc adapter(SUNWfirefox-apoc-adapter), CR#6478680
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   316
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   317
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
* Thu Jul 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
- Remove 'aclocal' dir from %files as it is now empty.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
- update %post/%postun/etc scripts to support diskless client setup,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   323
* Thu Jul 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
- add "-lCrun -lCstd" in CXXFLAGS to improve the startup performance
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   325
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
- update postrun scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
* Tue Jun 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
- Add SUNWpr and SUNWtls dependencies after check-deps.pl run.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
* Mon Jun 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
- changed to let firefox use nss,nspr in /usr/lib/mps required by ARC
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
- remove -R%{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
* Fri Jun 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
- Uncomment man page lines in %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
* Thu Jun 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
- add man page prepared by Leon Sha
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
* Thu Apr 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
- changed installation location from "/usr/sfw/lib" to "/usr/lib"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
* Fri Feb 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
- Changed package category to FIREFOX
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
- Improved preremove script, using ${BASEDIR} instead of absolute path
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   343
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
* Thu Jan 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
- Add BuildRequires SUNWgnome-base-libs-devel.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
* Sat Dec  3 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
- add %post script that runs update-desktop-database
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
* Fri Dec 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
- Add .autoreg file introduced in 1.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
* Mon Oct 31 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
- Merge share pkgs into base
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
* Mon Oct 24 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
- Add BuildRequires SUNWgtar because source tarball needs GNU tar.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
* Mon Sep 26 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
- Change version same with linux verion.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
* Fri Sep 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
- Correct ownership of %{_libdir}/pkgconfig directory.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
* Fri Aug 26 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
- initial version of the spec file created