SUNWfirefox.spec
author daniell
Wed, 13 Oct 2010 16:43:58 +0000
branchopensolaris-2009-06
changeset 20159 f18a6979f732
parent 13701 958898139a97
child 15046 06e582de37cf
permissions -rw-r--r--
6965295 [CVE-2010-1205/CVE-2010-2249] Multiple security issues in libpng 1.2 versions before 1.2.44
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
#
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10354
diff changeset
     6
# Copyright 2007 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
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    10
# Owner:davelam
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
# PACKAGE NOT ARC REVIEWED BY SUN JDS TEAM
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 
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    17
# default: not build apoc adapter
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    18
%define with_apoc_adapter %{?_with_apoc_adapter:1}%{?!_with_apoc_adapter:0}
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
BuildRequires: SUNWzip
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
BuildRequires: SUNWgtar
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
BuildRequires: SUNWgnome-config-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
BuildRequires: SUNWgnome-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
BuildRequires: SUNWgnome-vfs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
BuildRequires: SUNWgnome-component-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
BuildRequires: SUNWgnome-base-libs-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
Requires: SUNWpostrun
10683
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10650
diff changeset
    62
%if %option_with_indiana_branding
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10650
diff changeset
    63
Requires: SUNWgetting-started-guide
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10650
diff changeset
    64
%endif
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    65
%if %without_moz_nss_nspr
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    66
Requires: SUNWpr
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
    67
Requires: SUNWprd
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
    68
Requires: SUNWtls
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
    69
Requires: SUNWtlsd
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    70
%endif
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    71
Requires: SUNWsqlite3
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
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
##   Package Description Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
#####################################
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
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
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
    79
SUNW_BaseDir:  %{_basedir}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
%include default-depend.inc
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    81
Requires:      %{name}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
%if %with_apoc_adapter
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
%package apoc-adapter
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
Summary:       %{summary} - Apoc Adapter
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
SUNW_BaseDir:  %{_basedir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
%include default-depend.inc
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
    88
Requires:      %{name}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
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
##   Package Preparation Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
#####################################
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
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
rm -rf %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
mkdir -p %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%firefox.prep -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
cd %{_builddir}/%name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
gzcat %SOURCE0 | tar xf -
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
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
##      Package Build Section      ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
#####################################
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
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
export PKG_CONFIG_PATH=${_libdir}/pkgconfig:%{_pkg_config_path}
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   108
LDFLAGS="-z ignore" 
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   109
%if %without_moz_nss_nspr
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   110
LDFLAGS="$LDFLAGS -R%{_libdir}/mps"
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%endif
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   112
export LDFLAGS
13172
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   113
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
   114
export CXXFLAGS="-xlibmil -xlibmopt -lCrun -lCstd -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
10649
5bcec618ba4d 2007-10-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   115
%if %option_with_fox
10650
laca
parents: 10649
diff changeset
   116
export CFLAGS="$CFLAGS -I/usr/X11/include"
10649
5bcec618ba4d 2007-10-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   117
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%firefox.build -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
%firefox.install -d %name-%version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   124
# 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
   125
# and maybe libmozapoc.so if apoc enabled
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
cd $RPM_BUILD_ROOT%{_libdir}
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   127
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
   128
  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
   129
    >  %{_builddir}/%name-%version/%{name}.list
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   130
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
rm -rf $RPM_BUILD_ROOT%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
cd %{_builddir}/%name-%version/sun-manpages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
make install DESTDIR=$RPM_BUILD_ROOT
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
%{?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
   136
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   138
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   139
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   140
#########################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   141
##  Package Post[Un] Install Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   142
#########################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   143
13679
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   144
%post
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   145
test -x $BASEDIR/lib/postrun || exit 0
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   146
( echo 'test -x /usr/bin/update-desktop-database || exit 0';
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   147
  echo '/usr/bin/update-desktop-database'
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   148
) | $BASEDIR/lib/postrun -b -u -c JDS_wait
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   149
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   150
PKGCOND=/usr/bin/pkgcond
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   151
test -x $PKGCOND || exit 0
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   152
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
   153
  touch $BASEDIR/lib/%{firefox.name}/.autoreg
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   154
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   155
  for f in components/compreg.dat components/xpti.dat; do
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   156
      test -f $BASEDIR/lib/%{firefox.name}/$f && \
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   157
        rm -f $BASEDIR/lib/%{firefox.name}/$f
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   158
  done
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   159
fi
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   160
exit 0
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   161
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   162
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
test -x $BASEDIR/lib/postrun || exit 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
( echo 'test -x /usr/bin/update-desktop-database || exit 0';
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
  echo '/usr/bin/update-desktop-database'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
) | $BASEDIR/lib/postrun -b -u -c JDS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   169
PKGCOND=/usr/bin/pkgcond
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   170
test -x $PKGCOND || exit 0
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   171
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
   172
  for f in components/compreg.dat components/xpti.dat; do
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   173
      test -f $BASEDIR/lib/%{firefox.name}/$f && \
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   174
        rm -f $BASEDIR/lib/%{firefox.name}/$f
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   175
  done
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   176
fi
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   177
exit 0
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   178
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   179
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   180
%if %with_apoc_adapter
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   181
%post apoc-adapter
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   182
PKGCOND=/usr/bin/pkgcond
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   183
test -x $PKGCOND || exit 0
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   184
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
   185
  touch $BASEDIR/lib/%{firefox.name}/.autoreg
13679
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   186
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   187
  for f in components/compreg.dat components/xpti.dat; do
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   188
      test -f $BASEDIR/lib/%{firefox.name}/$f && \
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   189
        rm -f $BASEDIR/lib/%{firefox.name}/$f
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   190
  done
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   191
fi
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   192
exit 0
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   193
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   194
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   195
%postun apoc-adapter
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   196
PKGCOND=/usr/bin/pkgcond
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   197
test -x $PKGCOND || exit 0
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   198
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
   199
  touch $BASEDIR/lib/%{firefox.name}/.autoreg
13679
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   200
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   201
  for f in components/compreg.dat components/xpti.dat; do
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   202
      test -f $BASEDIR/lib/%{firefox.name}/$f && \
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   203
        rm -f $BASEDIR/lib/%{firefox.name}/$f
56812c916b04 Fixed the class action scripts issue.
davelam
parents: 13672
diff changeset
   204
  done
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   205
fi
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   206
exit 0
10354
bdfd85b2aa18 made postremove/postinstall script more robust(CR#6594606)
davelam
parents: 9783
diff changeset
   207
13672
3f8f231d03bd 2008-09-19 Dave Lin <[email protected]>
davelam
parents: 13634
diff changeset
   208
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   209
%endif
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   210
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
%files -f SUNWfirefox.list
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
13554
b5f86f9be4a3 * SUNWfirefox.spec: add %doc section to generate new copyright
hawklu
parents: 13172
diff changeset
   213
%doc -d firefox README.txt LICENSE 
b5f86f9be4a3 * SUNWfirefox.spec: add %doc section to generate new copyright
hawklu
parents: 13172
diff changeset
   214
%dir %attr (0755, root, other) %{_datadir}/doc
b5f86f9be4a3 * SUNWfirefox.spec: add %doc section to generate new copyright
hawklu
parents: 13172
diff changeset
   215
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9706
diff changeset
   216
%defattr(-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
%dir %attr (0755, root, bin) %{_bindir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   218
%{_bindir}/firefox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
%dir %attr (0755, root, bin) %{_libdir}
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   220
%ghost %{_libdir}/%{firefox.name}/.autoreg
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
%dir %attr (0755, root, sys) %{_datadir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
%dir %attr (0755, root, other) %{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
%{_datadir}/applications/firefox.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
%dir %attr (0755, root, other) %{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
%{_datadir}/pixmaps/firefox-icon.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
%dir %attr (0755, root, bin) %{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
%dir %attr (0755, root, bin) %{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
%{_mandir}/man1/*
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
%files devel
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9706
diff changeset
   232
%defattr(-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
%dir %attr (0755, root, bin) %{_includedir}
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   234
%{_includedir}/%{firefox.name}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   235
%dir %attr (0755, root, sys) %{_datadir}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   236
%{_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
   237
%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
   238
%{_libdir}/pkgconfig/*
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   239
%{_libdir}/firefox/xpidl
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   240
%{_libdir}/firefox/xpt_dump
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   241
%{_libdir}/firefox/xpt_link
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
%if %with_apoc_adapter
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   244
%files apoc-adapter
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9706
diff changeset
   245
%defattr(-, root, bin)
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   246
%dir %attr (0755, root, bin) %{_libdir}
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   247
%{_libdir}/%{firefox.name}/components/libmozapoc.so
12344
7f4635c6f89d 2008-05-23 Dave Lin <[email protected]>
davelam
parents: 11921
diff changeset
   248
%endif
7f4635c6f89d 2008-05-23 Dave Lin <[email protected]>
davelam
parents: 11921
diff changeset
   249
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
%changelog
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   251
* Wed Sep 17 2008 - [email protected]
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   252
- 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
   253
- Touch /usr/lib/firefox/.autoreg in postinstall
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13554
diff changeset
   254
- Remove staroffice-mime.types.in, staroffice-mailcap.in
13172
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   255
* Tue Aug 19 2008 - [email protected]
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   256
- 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
   257
* Mon Aug 18 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   258
- 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
   259
* Fri Aug 15 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   260
- 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
   261
* Thu Jul 17 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   262
- Removed the unnecessary dependency SUNWsolaris-devel-docs(CR6700877),
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   263
  SUNWfirefox.
12344
7f4635c6f89d 2008-05-23 Dave Lin <[email protected]>
davelam
parents: 11921
diff changeset
   264
* Thu May 22 2008 - [email protected]
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   265
- 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
   266
- change to build as "SUNWfirefox" and as default browser
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   267
* Fri May 16 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   268
- 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
   269
  default browser.
11859
7ceaf3e7c7d3 2008-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 11427
diff changeset
   270
* Thu Mar 13 2008 - [email protected]
7ceaf3e7c7d3 2008-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 11427
diff changeset
   271
- 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
   272
* Mon Feb 25 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   273
- 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
   274
* Thu Feb 21 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   275
- 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
   276
* Wed Jan 09 2008 - [email protected]
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12344
diff changeset
   277
- 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
   278
* Fri Dec 28 2007 - [email protected]
64f1ad2d3149 Changed to deliver .autoreg no matter apoc enabled or not
davelam
parents: 11355
diff changeset
   279
- 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
   280
* 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
   281
- 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
   282
- 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
   283
- 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
   284
- 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
   285
* 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
   286
- set no apoc-adapter as default
10683
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10650
diff changeset
   287
* Sat Oct 20 2007 - [email protected]
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10650
diff changeset
   288
- add indiana getting started guide dependency
10649
5bcec618ba4d 2007-10-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   289
* Fri Oct 12 2007 - [email protected]
5bcec618ba4d 2007-10-12 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   290
- 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
   291
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10354
diff changeset
   292
- delete Nevada X deps
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10354
diff changeset
   293
- 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
   294
* Tue Aug 21 2007 - [email protected]
bdfd85b2aa18 made postremove/postinstall script more robust(CR#6594606)
davelam
parents: 9783
diff changeset
   295
- made postremove/postinstall script more robust(CR#6594606)
9780
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9706
diff changeset
   296
* Tue Apr 24 2007 - [email protected]
21510eb397b1 2007-04-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 9706
diff changeset
   297
- 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
   298
* 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
   299
- 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
   300
  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
   301
* 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
   302
- 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
   303
  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
   304
  in postinstall
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   305
* Tue Mar 20 2007 - [email protected]
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   306
- fix bug CR#6521792
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   307
    part1: add file ".autoreg" and add postinstall/postremove scripts in
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   308
           SUNWfirefox-apoc-adapter
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9397
diff changeset
   309
    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
   310
* Thu Dec 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   311
- remove %preun to fix bug CR#6502253
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   312
* Fri Dec  8 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   313
- add SUNWsolaris-devel-docs dependency
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   314
* Tue Nov 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   315
- 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
   316
  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
   317
* Mon Nov 27 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   318
- enable apoc adapter(SUNWfirefox-apoc-adapter), CR#6478680
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   319
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   320
- New Manpage tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   321
* Thu Jul 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   322
- 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
   323
* Fri Jul 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   324
- 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
   325
  part of 6448317
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
* Thu Jul 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
- 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
   328
* Thu Jun 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
- update postrun scripts
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
* Tue Jun 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
- 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
   332
* Mon Jun 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
- 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
   334
- remove -R%{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
* Sun Jun 11 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   336
- change group from other to bin/sys
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   337
* Fri Jun 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
- Uncomment man page lines in %files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
* Thu Jun 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   340
- add man page prepared by Leon Sha
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   341
* Thu Apr 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   342
- 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
   343
* Fri Feb 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   344
- Changed package category to FIREFOX
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   345
- Improved preremove script, using ${BASEDIR} instead of absolute path
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   346
* Mon Feb 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   347
- Update Build/Requires after running check-deps.pl script.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   348
* Thu Jan 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   349
- Add BuildRequires SUNWgnome-base-libs-devel.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   350
* Sat Dec  3 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   351
- add %post script that runs update-desktop-database
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   352
* Fri Dec 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   353
- Add .autoreg file introduced in 1.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   354
* Mon Oct 31 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   355
- Merge share pkgs into base
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   356
* Mon Oct 24 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   357
- Add BuildRequires SUNWgtar because source tarball needs GNU tar.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   358
* Mon Sep 26 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   359
- Change version same with linux verion.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   360
* Fri Sep 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   361
- Correct ownership of %{_libdir}/pkgconfig directory.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   362
* Fri Aug 26 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   363
- initial version of the spec file created