base-specs/firefox.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16207 51de56d6b1b5
child 16587 3660d581f9d0
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
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
# Copyright (c) Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16207
diff changeset
     4
%define owner davelam
12858
40cdb72fe303 2008-07-21 Ginn Chen <[email protected]>
ginnchen
parents: 12835
diff changeset
     5
# bugdb: bugzilla.mozilla.org
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
##   Package Information Section   ##
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    11
Name:        firefox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Summary:     Mozilla Firefox Web browser
16201
7d5f9eba9346 2009-08-04 Ginn Chen <[email protected]>
ginnchen
parents: 16165
diff changeset
    13
Version:     3.5.2
7d5f9eba9346 2009-08-04 Ginn Chen <[email protected]>
ginnchen
parents: 16165
diff changeset
    14
%define tarball_version 3.5.2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Release:     1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Copyright:   MPL/LGPL
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Group:       Applications/Internet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution:Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Vendor:      Sun Microsystems, Inc.
15456
5b8b83806711 2009-03-20 Ginn Chen <[email protected]>
ginnchen
parents: 15310
diff changeset
    20
Source:      http://ftp.mozilla.org/pub/mozilla.org/%{name}/releases/%{tarball_version}/source/%{name}-%{tarball_version}-source.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Source1:     firefox-icon.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
Source2:     firefox.desktop
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    23
Source3:     firefox-preload.list.in
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    24
Source4:     %{name}.cfg
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    25
Source5:     %{name}-xpcom.pc.in
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    26
Source6:     %{name}-plugin.pc.in
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    27
Source7:     %{name}-js.pc.in
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
    28
%if %option_with_apoc_adapter
16203
73d294b8803d 2009-08-04 Brian <[email protected]>
hawklu
parents: 16201
diff changeset
    29
%define apoc_version 3.5
15010
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
    30
Source8:     firefox-%{apoc_version}-apoc-adapter.tar.bz2
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
    31
%endif
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
    32
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
    33
%if %option_without_moz_nss_nspr
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
    34
Source9:     nspr-nss-config
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
    35
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
15882
633fda9b0782 2009-06-10 Harry Lu <[email protected]>
harrylu
parents: 15866
diff changeset
    37
# owner:hawklu date:2007-11-28 type:branding
11257
0ce28c0e6417 2007-11-28 Evan Yan <[email protected]>
evan
parents: 11254
diff changeset
    38
# change preference to support multi-language
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    39
Patch1: firefox3-01-locale.diff
9397
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
# owner:davelam date:2006-02-24 type:branding
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
# enable firefox preload mechanism
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    43
Patch2: firefox3-02-preload.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
    45
# owner:hawklu date:2007-04-27 type:branding
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
    46
# bugster:6542910
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    47
Patch3: firefox3-03-disable-online-update.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
15686
527413c5a594 2009-04-28 Ginn Chen <[email protected]>
ginnchen
parents: 15532
diff changeset
    49
# owner:ginnchen date:2009-04-27 type:bug
527413c5a594 2009-04-28 Ginn Chen <[email protected]>
ginnchen
parents: 15532
diff changeset
    50
# bugzilla:487197
527413c5a594 2009-04-28 Ginn Chen <[email protected]>
ginnchen
parents: 15532
diff changeset
    51
Patch4: firefox3-04-oggplay.diff
9802
e71ce7a9ca4f grey out checking update menu item in FF/TB
davelam
parents: 9773
diff changeset
    52
12088
06d98c601d58 2008-04-11 Takao Fujiwara <[email protected]>
fujiwara
parents: 11942
diff changeset
    53
# owner:fujiwara date:2008-04-10 type:bug
06d98c601d58 2008-04-11 Takao Fujiwara <[email protected]>
fujiwara
parents: 11942
diff changeset
    54
# bugster:6686579 bugzilla:285267
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    55
Patch5: firefox3-05-g11n-nav-lang.diff
12088
06d98c601d58 2008-04-11 Takao Fujiwara <[email protected]>
fujiwara
parents: 11942
diff changeset
    56
13172
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
    57
# owner:ginnchen date:2008-08-19 type:bug
13173
f229afe8bda3 add bugster ids
ginnchen
parents: 13172
diff changeset
    58
# bugster:6724471 bugzilla:451007
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    59
Patch6: firefox3-06-donot-delay-stopping-realplayer.diff
13172
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
    60
15961
d04d3eb5c1aa 2009-06-25 Ginn Chen <[email protected]>
ginnchen
parents: 15951
diff changeset
    61
# owner:ginnchen date:2008-09-19 type:bug
d04d3eb5c1aa 2009-06-25 Ginn Chen <[email protected]>
ginnchen
parents: 15951
diff changeset
    62
# bugzilla:442231 bugzilla:499660 status:upstream
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    63
Patch7: firefox3-07-spellchecker-default.diff
13683
067154d2e156 2008-09-19 Ginn Chen <[email protected]>
ginnchen
parents: 13634
diff changeset
    64
15929
233329962b37 2009-06-17 Ginn Chen <[email protected]>
ginnchen
parents: 15905
diff changeset
    65
# owner:alfred date:2008-10-10 type:bug bugster:6750518 bugzilla:456719
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    66
Patch8: firefox3-08-ksh.diff
14439
6e75187e1144 2008-10-10 Alfred Peng <[email protected]>
alfred
parents: 14438
diff changeset
    67
15846
7ea92640e169 2009-06-03 Ginn Chen <[email protected]>
ginnchen
parents: 15803
diff changeset
    68
# owner:ginnchen date:2008-10-15 type:feature
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    69
# bugzilla:457196
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    70
Patch9: firefox3-09-jemalloc-shared-library.diff
14465
43051bebb931 2008-10-15 Ginn Chen <[email protected]>
ginnchen
parents: 14440
diff changeset
    71
14667
9ffc12deca3f 2008-11-27 Ginn Chen <[email protected]>
ginnchen
parents: 14614
diff changeset
    72
# owner:ginnchen date:2008-11-27 type:bug bugzilla:464443
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    73
Patch10: firefox3-10-fix-mimetype-for-helper-app.diff
14667
9ffc12deca3f 2008-11-27 Ginn Chen <[email protected]>
ginnchen
parents: 14614
diff changeset
    74
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
    75
%if %option_without_moz_nss_nspr
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
    76
# owner:ginnchen date:2009-05-21 type:branding
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
    77
Patch11: firefox3-11-system-nss-nspr.diff
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
    78
%endif
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
    79
15299
46abf181f7d3 2009-03-04 Ginn Chen <[email protected]>
ginnchen
parents: 15269
diff changeset
    80
# owner:hawklu date:2008-12-12 type:bug bugzilla:468041 status:upstream
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    81
Patch13: firefox3-13-js-dtrace.diff
14765
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
    82
15846
7ea92640e169 2009-06-03 Ginn Chen <[email protected]>
ginnchen
parents: 15803
diff changeset
    83
# owner:ginnchen date:2009-03-04 type:feature bugzilla:478390 bugster:6805829
15299
46abf181f7d3 2009-03-04 Ginn Chen <[email protected]>
ginnchen
parents: 15269
diff changeset
    84
Patch14: firefox3-14-compiler-workaround.diff
14765
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
    85
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    86
# owner:hawklu date:2008-12-16 type:branding
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    87
Patch19: firefox3-19-xpcom-glue-no-hidden.diff
14778
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
    88
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    89
# owner:hawklu date:2008-04-20 type:branding bugster:664645
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
    90
Patch20: firefox3-20-gen-devel-files.diff
14778
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
    91
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
    92
%if %option_with_apoc_adapter
15010
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
    93
# owner:brian.lu date:2009-02-04 type:branding bugster:6801006
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
    94
Patch23: firefox3-23-package-apoc-adapter.diff
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
    95
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
    96
# owner:brian.lu date:2009-02-04 type:branding bugster:6478680
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
    97
Patch24: firefox3-24-enable-apoc-adapter.diff
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
    98
%endif
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
    99
15528
2a2cd690dbfc 2009-03-30 Ginn Chen <[email protected]>
ginnchen
parents: 15456
diff changeset
   100
# owner:ginnchen date:2009-03-30 type:branding
2a2cd690dbfc 2009-03-30 Ginn Chen <[email protected]>
ginnchen
parents: 15456
diff changeset
   101
# disable sessionstore for form by default
2a2cd690dbfc 2009-03-30 Ginn Chen <[email protected]>
ginnchen
parents: 15456
diff changeset
   102
Patch28 : firefox3-28-ss-privacy-level.diff
2a2cd690dbfc 2009-03-30 Ginn Chen <[email protected]>
ginnchen
parents: 15456
diff changeset
   103
15269
377e9fa7796a 2009-03-03 Alfred Peng <[email protected]>
alfred
parents: 15151
diff changeset
   104
%if %option_with_indiana_branding
377e9fa7796a 2009-03-03 Alfred Peng <[email protected]>
alfred
parents: 15151
diff changeset
   105
# owner:alfred date:2009-03-02 type:branding
377e9fa7796a 2009-03-03 Alfred Peng <[email protected]>
alfred
parents: 15151
diff changeset
   106
Patch29 : firefox3-29-getting-started.diff
377e9fa7796a 2009-03-03 Alfred Peng <[email protected]>
alfred
parents: 15151
diff changeset
   107
%endif
377e9fa7796a 2009-03-03 Alfred Peng <[email protected]>
alfred
parents: 15151
diff changeset
   108
15938
31f4a148d540 2009-06-18 Brian <[email protected]>
hawklu
parents: 15929
diff changeset
   109
# owner:hawklu date:2009-05-19 type:bug doo:8471 status:upstream
15798
319ecce81819 * base-specs/firefox.spec:
hawklu
parents: 15781
diff changeset
   110
Patch31: firefox3-31-sunaudio-sparc.diff
319ecce81819 * base-specs/firefox.spec:
hawklu
parents: 15781
diff changeset
   111
15850
85f8c0e7daca * base-specs/firefox.spec:
hawklu
parents: 15846
diff changeset
   112
# owner:hawklu date:2009-05-22 type:bug doo:9112
15798
319ecce81819 * base-specs/firefox.spec:
hawklu
parents: 15781
diff changeset
   113
Patch32: firefox3-32-use-system-theora.diff
15781
055d867d6d9c * base-specs/firefox.spec:
hawklu
parents: 15759
diff changeset
   114
16050
24ad2811fc69 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16044
diff changeset
   115
# owner:chrisk date:2009-07-19 type:bug
24ad2811fc69 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16044
diff changeset
   116
Patch34: firefox3-34-gtk-includes.diff
24ad2811fc69 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16044
diff changeset
   117
16165
d3587bfd6494 2009-07-29 Ginn Chen <[email protected]>
ginnchen
parents: 16050
diff changeset
   118
# owner:ginnchen date:2009-07-29 type:bug bugzilla:505678 status:upstream
d3587bfd6494 2009-07-29 Ginn Chen <[email protected]>
ginnchen
parents: 16050
diff changeset
   119
Patch35: firefox3-35-downloadable-font.diff
d3587bfd6494 2009-07-29 Ginn Chen <[email protected]>
ginnchen
parents: 16050
diff changeset
   120
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   121
URL:         http://www.mozilla.com/firefox
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
BuildRoot:   %{_tmppath}/%{name}-%{tarball_version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
Prefix:      /usr
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
Provides:    webclient
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
Autoreqprov: on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
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
##     Package Defines Section     ##
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%define _unpackaged_files_terminate_build 0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%define _ffdir %{_libdir}/%{name}
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   134
%if %option_without_moz_nss_nspr
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%define nss_nspr_dir %{_libdir}/mps
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   136
%else
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   137
%define nss_nspr_dir %{_libdir}/%{name}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   138
%endif
9397
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 Requirements 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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   144
BuildRequires: libjpeg
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   145
BuildRequires: zip
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   146
BuildRequires: perl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   147
BuildRequires: autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   148
BuildRequires: libIDL-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   149
BuildRequires: glib2-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   150
BuildRequires: gtk2-devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   151
Prereq: fileutils perl
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   152
Prereq: /usr/bin/killall
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   153
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   154
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
##   Package Description Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
Mozilla Firefox is an open-source web browser, designed for standards
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
compliance, performance and portability.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
##   Package Preparation Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
%prep
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   167
%if %option_with_apoc_adapter
15010
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
   168
%setup -q -c -n %{name} -a8
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
   169
%else
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
%setup -q -c -n %{name}
15010
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
   171
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
/bin/mv %{name} %{name}.tmp.$$
15299
46abf181f7d3 2009-03-04 Ginn Chen <[email protected]>
ginnchen
parents: 15269
diff changeset
   175
mkdir %{name}
15310
bbf294500927 2009-03-05 Ginn Chen <[email protected]>
ginnchen
parents: 15299
diff changeset
   176
if [ -d %{name}.tmp.$$/mozilla-* ]
bbf294500927 2009-03-05 Ginn Chen <[email protected]>
ginnchen
parents: 15299
diff changeset
   177
then
15299
46abf181f7d3 2009-03-04 Ginn Chen <[email protected]>
ginnchen
parents: 15269
diff changeset
   178
/bin/cp -r %{name}.tmp.$$/mozilla-*/* %{name}
15310
bbf294500927 2009-03-05 Ginn Chen <[email protected]>
ginnchen
parents: 15299
diff changeset
   179
fi
bbf294500927 2009-03-05 Ginn Chen <[email protected]>
ginnchen
parents: 15299
diff changeset
   180
if [ -d %{name}.tmp.$$/mozilla ]
bbf294500927 2009-03-05 Ginn Chen <[email protected]>
ginnchen
parents: 15299
diff changeset
   181
then
15299
46abf181f7d3 2009-03-04 Ginn Chen <[email protected]>
ginnchen
parents: 15269
diff changeset
   182
/bin/cp -r %{name}.tmp.$$/mozilla/* %{name}
15310
bbf294500927 2009-03-05 Ginn Chen <[email protected]>
ginnchen
parents: 15299
diff changeset
   183
fi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
rm -rf %{name}.tmp.$$
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
cd %{name}
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   186
%patch1 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
%patch2 -p1
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   188
%patch3 -p1
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   189
%patch4 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
%patch5 -p1
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   191
%patch6 -p1
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   192
%patch7 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
%patch8 -p1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
%patch9 -p1
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   195
%patch10 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
%patch13 -p1
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   197
%patch14 -p1
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   198
%patch19 -p1
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   199
%patch20 -p1
15528
2a2cd690dbfc 2009-03-30 Ginn Chen <[email protected]>
ginnchen
parents: 15456
diff changeset
   200
%patch28 -p1
15781
055d867d6d9c * base-specs/firefox.spec:
hawklu
parents: 15759
diff changeset
   201
%patch31 -p1
15798
319ecce81819 * base-specs/firefox.spec:
hawklu
parents: 15781
diff changeset
   202
%patch32 -p1
15299
46abf181f7d3 2009-03-04 Ginn Chen <[email protected]>
ginnchen
parents: 15269
diff changeset
   203
15269
377e9fa7796a 2009-03-03 Alfred Peng <[email protected]>
alfred
parents: 15151
diff changeset
   204
%if %option_with_indiana_branding
377e9fa7796a 2009-03-03 Alfred Peng <[email protected]>
alfred
parents: 15151
diff changeset
   205
%patch29 -p1
377e9fa7796a 2009-03-03 Alfred Peng <[email protected]>
alfred
parents: 15151
diff changeset
   206
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   208
%if %option_with_apoc_adapter
15010
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
   209
%patch23 -p1 
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
   210
%patch24 -p1 
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
   211
%endif
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
   212
16050
24ad2811fc69 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16044
diff changeset
   213
%patch34 -p1
16165
d3587bfd6494 2009-07-29 Ginn Chen <[email protected]>
ginnchen
parents: 16050
diff changeset
   214
%patch35 -p1
16050
24ad2811fc69 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16044
diff changeset
   215
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   216
%if %option_without_moz_nss_nspr
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   217
%patch11 -p1
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   218
%endif
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   219
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
##      Package Build Section      ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   224
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   226
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   230
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   232
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   234
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   236
cat << "EOF" > .mozconfig
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   237
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../obj
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   238
. $topsrcdir/browser/config/mozconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
mk_add_options BUILD_OFFICIAL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   240
mk_add_options MOZILLA_OFFICIAL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
ac_add_options --prefix=%{_prefix}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   242
ac_add_options --libdir=%{_libdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
ac_add_options --mandir=%{_mandir} 
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   244
%if %option_with_debug
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   245
ac_add_options --enable-debug
13784
834db32ed612 2008-09-27 Ginn Chen <[email protected]>
ginnchen
parents: 13683
diff changeset
   246
ac_add_options --enable-libxul
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   247
ac_add_options --disable-optimize
13382
3a9329c223e3 2008-09-03 Ginn Chen <[email protected]>
ginnchen
parents: 13357
diff changeset
   248
%endif
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
ac_add_options --enable-official-branding
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   250
ac_add_options --disable-updater
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
ac_add_options --disable-tests
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   252
ac_add_options --enable-dtrace
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   253
ac_add_options --with-system-jpeg
14438
b89585ac6c52 2008-10-10 Ginn Chen <[email protected]>
ginnchen
parents: 13789
diff changeset
   254
ac_add_options --enable-system-cairo
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   255
ac_add_options --disable-crashreporter
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   256
%if %option_without_moz_nss_nspr
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   257
ac_add_options --with-system-nspr
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   258
ac_add_options --with-system-nss
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   259
%endif
15905
1e5b0081ffd0 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15892
diff changeset
   260
ac_add_options --enable-system-sqlite
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
EOF
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   263
%if %option_with_apoc_adapter
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
echo "ac_add_options --enable-extensions=default,apoc" >> .mozconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
BUILD_OFFICIAL=1 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
MOZILLA_OFFICIAL=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
MOZ_PKG_FORMAT=BZ2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
PKG_SKIP_STRIP=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
export BUILD_OFFICIAL MOZILLA_OFFICIAL MOZ_PKG_FORMAT PKG_SKIP_STRIP CFLAGS CXXFLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   273
#Build in a separated directory
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   274
SRCDIR=$PWD
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   275
export MOZCONFIG=$PWD/.mozconfig
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   276
mkdir -p ../obj
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   277
cd ../obj
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   279
%if %option_without_moz_nss_nspr
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   280
cp %{SOURCE9} ${SRCDIR}/../obj
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   281
chmod +x ${SRCDIR}/../obj/nspr-nss-config
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   282
export NSPR_CONFIG=${SRCDIR}/../obj/nspr-nss-config\ nspr
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   283
export NSS_CONFIG=${SRCDIR}/../obj/nspr-nss-config\ nss
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   284
%endif
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   285
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   286
${SRCDIR}/configure
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   287
make
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   288
13382
3a9329c223e3 2008-09-03 Ginn Chen <[email protected]>
ginnchen
parents: 13357
diff changeset
   289
# install firefox.cfg (make debugging easier in obj/dist/bin)
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   290
cp %{SOURCE4} dist/bin/firefox.cfg
13382
3a9329c223e3 2008-09-03 Ginn Chen <[email protected]>
ginnchen
parents: 13357
diff changeset
   291
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   292
cd browser/installer
12092
d1820adb0449 2008-04-11 Takao Fujiwara <[email protected]>
fujiwara
parents: 12088
diff changeset
   293
make
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   295
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   296
/bin/rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   297
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   298
mkdir -p $RPM_BUILD_ROOT%{_bindir}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   299
mkdir -p $RPM_BUILD_ROOT%{_libdir}/%{name}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   300
mkdir -p $RPM_BUILD_ROOT%{_includedir}/%{name}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   301
mkdir -p $RPM_BUILD_ROOT%{_datadir}/idl/%{name}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   302
mkdir -p $RPM_BUILD_ROOT/tmp
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   303
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   304
LIBDIR=$RPM_BUILD_ROOT%{_libdir}/%{name}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   305
INCLUDEDIR=$RPM_BUILD_ROOT%{_includedir}/%{name}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   306
IDLDIR=$RPM_BUILD_ROOT%{_datadir}/idl/%{name}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   307
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   308
BUILDDIR=$PWD/../obj
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   309
cd $RPM_BUILD_ROOT/tmp
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   310
bzip2 -dc $BUILDDIR/dist/firefox-*.sdk.tar.bz2 | tar -xf -
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   311
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   312
cd firefox*
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   313
mv bin/*  ${LIBDIR}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   314
mv sdk/bin/xpidl  ${LIBDIR}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   315
mv sdk/bin/xpt_link  ${LIBDIR}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   316
mv sdk/bin/xpt_dump  ${LIBDIR}
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   317
echo `date` > ${LIBDIR}/.autoreg
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   318
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   319
mv include/* ${INCLUDEDIR}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   320
mv idl/* ${IDLDIR}
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   321
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   322
# Fix *.h *.idl attribute issue
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   323
find ${INCLUDEDIR} ${IDLDIR} \
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   324
  -type f -name "*.h" -o -type f -name "*.idl" | xargs chmod 644
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   325
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   326
/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/applications
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   327
/bin/mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   328
/bin/mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   329
install -c -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps/firefox-icon.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   330
install -c -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_datadir}/applications/firefox.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   331
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   332
/bin/ln -s ../lib/firefox/firefox $RPM_BUILD_ROOT%{_bindir}/firefox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   333
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   334
# install preloaded library list that would be picked up by gdmprefetch 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   335
/usr/bin/sed -e 's,NSS_NSPR_DIR,%{nss_nspr_dir},g' \
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   336
             -e 's,FIREFOX_LIB_DIR,%{_ffdir},g' %{SOURCE3} > \
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   337
  $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   338
/bin/chmod 644 $RPM_BUILD_ROOT%{_ffdir}/firefox-preload.list
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   339
9802
e71ce7a9ca4f grey out checking update menu item in FF/TB
davelam
parents: 9773
diff changeset
   340
# install firefox.cfg
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   341
install -c -m 644 %{SOURCE4} $RPM_BUILD_ROOT%{_ffdir}/firefox.cfg
9802
e71ce7a9ca4f grey out checking update menu item in FF/TB
davelam
parents: 9773
diff changeset
   342
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   343
# install firefox-xpcom.pc
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   344
mkdir -p  $RPM_BUILD_ROOT%{_libdir}/pkgconfig
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   345
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   346
/usr/bin/sed -e "s,BASEDIR,%{_basedir},g" \
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   347
             -e "s,LIBDIR,%{_libdir},g" \
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   348
             -e "s,DATADIR,%{_datadir},g"\
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   349
             -e "s,IDLDIR,%{_datadir}/idl/%{name},g"\
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   350
             -e "s,INCLUDEDIR,%{_includedir},g" \
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   351
             -e "s,NAME,%{name},g" \
15866
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   352
%if %option_without_moz_nss_nspr
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   353
             -e "s,REQUIRES_NSPR,Requires: nspr >= 4.7,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   354
             -e "s,NSPR_RUNPATH,-R/usr/lib/mps,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   355
             -e "s,NSPR_LIB,,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   356
             -e "s,NSPR_INCLUDE,,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   357
%else
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   358
             -e "s,REQUIRES_NSPR,,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   359
             -e "s,NSPR_RUNPATH,,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   360
             -e "s,NSPR_LIB,-lnspr4,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   361
             -e "s,NSPR_INCLUDE,-I\$\{includedir\}/nspr,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   362
%endif
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   363
             %{SOURCE5} > $RPM_BUILD_ROOT/tmp/%{name}-xpcom.pc
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   364
install -c -m 644 $RPM_BUILD_ROOT/tmp/%{name}-xpcom.pc \
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   365
             $RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-xpcom.pc
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   366
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   367
/usr/bin/sed -e "s,BASEDIR,%{_basedir},g" \
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   368
             -e "s,LIBDIR,%{_libdir},g" \
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   369
             -e "s,DATADIR,%{_datadir},g"\
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   370
             -e "s,INCLUDEDIR,%{_includedir},g" \
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   371
             -e "s,NAME,%{name},g" \
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   372
             %{SOURCE6} > $RPM_BUILD_ROOT/tmp/%{name}-plugin.pc
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   373
install -c -m 644 $RPM_BUILD_ROOT/tmp/%{name}-plugin.pc \
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   374
$RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-plugin.pc
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   375
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   376
/usr/bin/sed -e "s,BASEDIR,%{_basedir},g" \
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   377
             -e "s,LIBDIR,%{_libdir},g" \
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   378
             -e "s,DATADIR,%{_datadir},g"\
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   379
             -e "s,INCLUDEDIR,%{_includedir},g" \
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   380
             -e "s,NAME,%{name},g" \
15866
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   381
%if %option_without_moz_nss_nspr
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   382
             -e "s,REQUIRES_NSPR,Requires: nspr >= 4.7,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   383
             -e "s,NSPR_RUNPATH,-R/usr/lib/mps,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   384
             -e "s,NSPR_LIB,,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   385
             -e "s,NSPR_INCLUDE,,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   386
%else
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   387
             -e "s,REQUIRES_NSPR,,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   388
             -e "s,NSPR_RUNPATH,,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   389
             -e "s,NSPR_LIB,-lnspr4,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   390
             -e "s,NSPR_INCLUDE,-I\$\{includedir\}/nspr,g" \
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   391
%endif
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   392
             %{SOURCE7} > $RPM_BUILD_ROOT/tmp/%{name}-js.pc
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   393
install -c -m 644 $RPM_BUILD_ROOT/tmp/%{name}-js.pc \
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   394
$RPM_BUILD_ROOT%{_libdir}/pkgconfig/%{name}-js.pc
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   395
16207
51de56d6b1b5 Get out of the tmp dir before remove it
davelam
parents: 16203
diff changeset
   396
# get out of the tmp dir before remove it
51de56d6b1b5 Get out of the tmp dir before remove it
davelam
parents: 16203
diff changeset
   397
cd $RPM_BUILD_ROOT
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   398
rm -rf $RPM_BUILD_ROOT/tmp
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   399
9808
370d8eb89584 remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
davelam
parents: 9802
diff changeset
   400
# remove local dictionary and share the one that delivered 
370d8eb89584 remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
davelam
parents: 9802
diff changeset
   401
# by myspell-dictionary
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   402
rm -rf $RPM_BUILD_ROOT%{_ffdir}/dictionaries
9808
370d8eb89584 remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
davelam
parents: 9802
diff changeset
   403
14702
d4c7ba4d4dd4 2008-12-03 Alfred Peng <[email protected]>
alfred
parents: 14667
diff changeset
   404
# move the default bookmarks file to a separated package: SUNWfirefox-bookmark
d4c7ba4d4dd4 2008-12-03 Alfred Peng <[email protected]>
alfred
parents: 14667
diff changeset
   405
# remove this one
d4c7ba4d4dd4 2008-12-03 Alfred Peng <[email protected]>
alfred
parents: 14667
diff changeset
   406
rm -f $RPM_BUILD_ROOT%{_libdir}/firefox/defaults/profile/bookmarks.html
d4c7ba4d4dd4 2008-12-03 Alfred Peng <[email protected]>
alfred
parents: 14667
diff changeset
   407
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   408
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   409
/bin/rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   410
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   411
#########################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   412
##  Package Post[Un] Install Section   ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   413
#########################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   414
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   415
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   416
# run ldconfig before regxpcom
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   417
/sbin/ldconfig >/dev/null 2>/dev/null
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   418
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   419
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   420
/sbin/ldconfig >/dev/null 2>/dev/null
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   421
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   422
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   423
##      Package Files Section      ##
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   424
#####################################
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   425
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   426
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   427
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   428
%dir %{_ffdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   429
%{_ffdir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   430
%{_bindir}/firefox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   431
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   432
%{_datadir}/applications/%{name}.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   433
%{_datadir}/pixmaps/%{name}-icon.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   434
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   435
%changelog
16203
73d294b8803d 2009-08-04 Brian <[email protected]>
hawklu
parents: 16201
diff changeset
   436
* Tue Aug 04 2009 - [email protected]
73d294b8803d 2009-08-04 Brian <[email protected]>
hawklu
parents: 16201
diff changeset
   437
- Use new apoc adapter source tarball
73d294b8803d 2009-08-04 Brian <[email protected]>
hawklu
parents: 16201
diff changeset
   438
  firefox-3.5-apoc-adapter.tar.bz2
73d294b8803d 2009-08-04 Brian <[email protected]>
hawklu
parents: 16201
diff changeset
   439
  which uses mozilla public string APIs
73d294b8803d 2009-08-04 Brian <[email protected]>
hawklu
parents: 16201
diff changeset
   440
- Remove patch firefox3-33-apoc-failed-to-shutdown.diff
16201
7d5f9eba9346 2009-08-04 Ginn Chen <[email protected]>
ginnchen
parents: 16165
diff changeset
   441
* Tue Aug 04 2009 - [email protected]
7d5f9eba9346 2009-08-04 Ginn Chen <[email protected]>
ginnchen
parents: 16165
diff changeset
   442
- Bump to Firefox 3.5.2.
7d5f9eba9346 2009-08-04 Ginn Chen <[email protected]>
ginnchen
parents: 16165
diff changeset
   443
- Remove patch firefox3-12-bug492720.diff firefox3-26-bug504043.diff
16165
d3587bfd6494 2009-07-29 Ginn Chen <[email protected]>
ginnchen
parents: 16050
diff changeset
   444
* Wed Jul 29 2009 - [email protected]
d3587bfd6494 2009-07-29 Ginn Chen <[email protected]>
ginnchen
parents: 16050
diff changeset
   445
- Add patch firefox3-35-downloadable-font.diff
16050
24ad2811fc69 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16044
diff changeset
   446
* Sun Jul 19 2009 - [email protected]
24ad2811fc69 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 16044
diff changeset
   447
- Add patch to fix gtk includes.
16044
98c399f84aa8 2009-07-17 Ginn Chen <[email protected]>
ginnchen
parents: 16043
diff changeset
   448
* Thu Jul 16 2009 - [email protected]
98c399f84aa8 2009-07-17 Ginn Chen <[email protected]>
ginnchen
parents: 16043
diff changeset
   449
- Bump to Firefox 3.5.1.
98c399f84aa8 2009-07-17 Ginn Chen <[email protected]>
ginnchen
parents: 16043
diff changeset
   450
- Remove patch firefox3-25-bug502584.diff
16043
485cf24a0c8b 2009-07-17 Leon Sha <leon.sha>
leon.sha
parents: 16015
diff changeset
   451
* Thu Jul 16 2009 - [email protected]
485cf24a0c8b 2009-07-17 Leon Sha <leon.sha>
leon.sha
parents: 16015
diff changeset
   452
- Add patch firefox3-26-bug504043.diff
16015
6f897498ec7c 2009-07-14 Brian <[email protected]>
hawklu
parents: 16007
diff changeset
   453
* Mon Jul 13 2009 - [email protected]
6f897498ec7c 2009-07-14 Brian <[email protected]>
hawklu
parents: 16007
diff changeset
   454
- Fix the bug doo 10012 
16007
8028e4d012d7 2009-07-07 Ginn Chen <[email protected]>
ginnchen
parents: 15981
diff changeset
   455
* Tue Jul 07 2009 - [email protected]
8028e4d012d7 2009-07-07 Ginn Chen <[email protected]>
ginnchen
parents: 15981
diff changeset
   456
- Add patch firefox3-25-bug502584.diff
15981
0aad9d48d8ce 2009-07-01 Ginn Chen <[email protected]>
ginnchen
parents: 15961
diff changeset
   457
* Wed Jul 01 2009 - [email protected]
0aad9d48d8ce 2009-07-01 Ginn Chen <[email protected]>
ginnchen
parents: 15961
diff changeset
   458
- Bump to Firefox 3.5.
15961
d04d3eb5c1aa 2009-06-25 Ginn Chen <[email protected]>
ginnchen
parents: 15951
diff changeset
   459
* Thu Jun 25 2009 - [email protected]
d04d3eb5c1aa 2009-06-25 Ginn Chen <[email protected]>
ginnchen
parents: 15951
diff changeset
   460
- Bump to Firefox 3.5 rc3. Add fix for bugzilla 499660.
15951
3656bff6c290 2009-06-20 Ginn Chen <[email protected]>
ginnchen
parents: 15938
diff changeset
   461
* Sat Jun 20 2009 - [email protected]
3656bff6c290 2009-06-20 Ginn Chen <[email protected]>
ginnchen
parents: 15938
diff changeset
   462
- Bump to Firefox 3.5 rc2.
15938
31f4a148d540 2009-06-18 Brian <[email protected]>
hawklu
parents: 15929
diff changeset
   463
* Thu Jun 18 2009 - [email protected]
31f4a148d540 2009-06-18 Brian <[email protected]>
hawklu
parents: 15929
diff changeset
   464
- The patch firefox3-31-sunaudio-sparc.diff is upstream
15929
233329962b37 2009-06-17 Ginn Chen <[email protected]>
ginnchen
parents: 15905
diff changeset
   465
* Wed Jun 17 2009 - [email protected]
233329962b37 2009-06-17 Ginn Chen <[email protected]>
ginnchen
parents: 15905
diff changeset
   466
- Bump to Firefox 3.5 rc1.
15905
1e5b0081ffd0 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15892
diff changeset
   467
* Tue Jun 16 2009 - [email protected]
1e5b0081ffd0 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15892
diff changeset
   468
- Re-enable use of system sqlite, build systems have the newer version 
1e5b0081ffd0 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15892
diff changeset
   469
  installed now.
15892
68e19c224c4e 2009-06-14 Christian Kelly <[email protected]>
chrisk
parents: 15888
diff changeset
   470
* Sun Jun 14 2009 - [email protected]
68e19c224c4e 2009-06-14 Christian Kelly <[email protected]>
chrisk
parents: 15888
diff changeset
   471
- Disable use of system sqlite.
15888
85e59be772ed 2009-06-11 Ginn Chen <[email protected]>
ginnchen
parents: 15882
diff changeset
   472
* Thu Jun 11 2009 - [email protected]
85e59be772ed 2009-06-11 Ginn Chen <[email protected]>
ginnchen
parents: 15882
diff changeset
   473
- Use system libsqlite3.so
15857
be75815c9dc8 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15850
diff changeset
   474
* Fri Jun 05 2009 - [email protected]
15866
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   475
- Use system nspr in firefox-*.pc.
8871e1b2cadd 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15857
diff changeset
   476
* Fri Jun 05 2009 - [email protected]
15857
be75815c9dc8 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15850
diff changeset
   477
- Add patch firefox3-12-bug492720.diff to fix build issue of libgjs.
be75815c9dc8 2009-06-05 Ginn Chen <[email protected]>
ginnchen
parents: 15850
diff changeset
   478
* Wed Jun 03 2009 - [email protected]
15850
85f8c0e7daca * base-specs/firefox.spec:
hawklu
parents: 15846
diff changeset
   479
- Change bugzilla:9112 to doo:9112 and bugzilla:8471 to doo:8471
15802
6b5530d84691 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15798
diff changeset
   480
* Mon May 25 2009 - [email protected]
15803
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   481
- Use system NSS NSPR libraries by default
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   482
  Add patch firefox3-11-system-nss-nspr.diff
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   483
  Add source nspr-nss-config
7a50541de864 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15802
diff changeset
   484
* Mon May 25 2009 - [email protected]
15802
6b5530d84691 2009-05-25 Ginn Chen <[email protected]>
ginnchen
parents: 15798
diff changeset
   485
- Update patch firefox3-32-use-system-theora.diff to use libogg, libvobis.
15798
319ecce81819 * base-specs/firefox.spec:
hawklu
parents: 15781
diff changeset
   486
* Tue May 22 2009 - [email protected]
319ecce81819 * base-specs/firefox.spec:
hawklu
parents: 15781
diff changeset
   487
- Add patch firefox3-32-use-system-theora.diff for d.o.o 9112 
319ecce81819 * base-specs/firefox.spec:
hawklu
parents: 15781
diff changeset
   488
* Tue May 18 2009 - [email protected]
319ecce81819 * base-specs/firefox.spec:
hawklu
parents: 15781
diff changeset
   489
- Add patch firefox3-31-sunaudio-sparc.diff for d.o.o 8471
15686
527413c5a594 2009-04-28 Ginn Chen <[email protected]>
ginnchen
parents: 15532
diff changeset
   490
* Tue Apr 28 2009 - [email protected]
527413c5a594 2009-04-28 Ginn Chen <[email protected]>
ginnchen
parents: 15532
diff changeset
   491
- Bump to 3.5 beta 4, add patch firefox3-04-oggplay.diff
527413c5a594 2009-04-28 Ginn Chen <[email protected]>
ginnchen
parents: 15532
diff changeset
   492
  firefox3-30-timer-execution.diff for d.o.o. 8450.
15532
677c50822fe8 2009-03-31 Alfred Peng <[email protected]>
alfred
parents: 15528
diff changeset
   493
* Tue Mar 31 2009 - [email protected]
677c50822fe8 2009-03-31 Alfred Peng <[email protected]>
alfred
parents: 15528
diff changeset
   494
- Add patch firefox3-22-308-security-fixes.diff to include the security
677c50822fe8 2009-03-31 Alfred Peng <[email protected]>
alfred
parents: 15528
diff changeset
   495
  fixes released in Firefox 3.0.8.
15528
2a2cd690dbfc 2009-03-30 Ginn Chen <[email protected]>
ginnchen
parents: 15456
diff changeset
   496
* Mon Mar 30 2009 - [email protected]
2a2cd690dbfc 2009-03-30 Ginn Chen <[email protected]>
ginnchen
parents: 15456
diff changeset
   497
- Add patch firefox3-27-bug484932.diff. Fix d.o.o. 7638.
2a2cd690dbfc 2009-03-30 Ginn Chen <[email protected]>
ginnchen
parents: 15456
diff changeset
   498
- Add patch firefox3-28-ss-privacy-level.diff. Workaround for d.o.o. 7634.
15456
5b8b83806711 2009-03-20 Ginn Chen <[email protected]>
ginnchen
parents: 15310
diff changeset
   499
* Fri Mar 20 2009 - [email protected]
5b8b83806711 2009-03-20 Ginn Chen <[email protected]>
ginnchen
parents: 15310
diff changeset
   500
- Add patch firefox3-26-bug468727.diff.
15310
bbf294500927 2009-03-05 Ginn Chen <[email protected]>
ginnchen
parents: 15299
diff changeset
   501
* Thu Mar 05 2009 - [email protected]
bbf294500927 2009-03-05 Ginn Chen <[email protected]>
ginnchen
parents: 15299
diff changeset
   502
- Bump to 3.1b3 build 1.
15299
46abf181f7d3 2009-03-04 Ginn Chen <[email protected]>
ginnchen
parents: 15269
diff changeset
   503
* Wed Mar 04 2009 - [email protected]
46abf181f7d3 2009-03-04 Ginn Chen <[email protected]>
ginnchen
parents: 15269
diff changeset
   504
- Bump to 3.1b3 pre. Update patches accordingly.
15269
377e9fa7796a 2009-03-03 Alfred Peng <[email protected]>
alfred
parents: 15151
diff changeset
   505
* Mon Mar 02 2009 - [email protected]
377e9fa7796a 2009-03-03 Alfred Peng <[email protected]>
alfred
parents: 15151
diff changeset
   506
- Add patch for OpenSolaris getting started page.
15151
16144e7a7a89 * base-specs/firefox.spec:
hawklu
parents: 15046
diff changeset
   507
* Thu Feb 19 2009 - [email protected]
16144e7a7a89 * base-specs/firefox.spec:
hawklu
parents: 15046
diff changeset
   508
- Fix the issue caused by pango upgrade
15046
06e582de37cf enable apoc adapter ad default
davelam
parents: 15010
diff changeset
   509
* Tue Feb 10 2009 - [email protected]
06e582de37cf enable apoc adapter ad default
davelam
parents: 15010
diff changeset
   510
- Enable apoc adapter as default.
15010
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
   511
* Web Feb 04 2009 - [email protected]
c61df03ccf5b Enable APOC adapter when build with --with-apoc-apdater
hawklu
parents: 14996
diff changeset
   512
- Enable APOC adapter when build with --with-apoc-apdater
14996
4d01ccd0ebda 2009-02-02 Alfred Peng <[email protected]>
alfred
parents: 14855
diff changeset
   513
* Mon Feb 02 2009 - [email protected]
4d01ccd0ebda 2009-02-02 Alfred Peng <[email protected]>
alfred
parents: 14855
diff changeset
   514
- fit and finish: add default-to-downloads.diff for bugster CR#6735323.
14855
4ad4704918cf Change version number from 3.1b2 to 3.1 since svr4 pkg requires digit only.
davelam
parents: 14797
diff changeset
   515
* Wed Jan 07 2009 - [email protected]
4ad4704918cf Change version number from 3.1b2 to 3.1 since svr4 pkg requires digit only.
davelam
parents: 14797
diff changeset
   516
- Change version number from 3.1b2 to 3.1 since
4ad4704918cf Change version number from 3.1b2 to 3.1 since svr4 pkg requires digit only.
davelam
parents: 14797
diff changeset
   517
  svr4 pkg requires digit only.
14797
15a231ef45f4 2008-12-22 Ginn Chen <[email protected]>
ginnchen
parents: 14785
diff changeset
   518
* Thu Dec 18 2008 - [email protected]
15a231ef45f4 2008-12-22 Ginn Chen <[email protected]>
ginnchen
parents: 14785
diff changeset
   519
- add firefox3-21-cache-directives.diff
15a231ef45f4 2008-12-22 Ginn Chen <[email protected]>
ginnchen
parents: 14785
diff changeset
   520
- update firefox3-29-strip-gtk-module-settings.diff
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   521
* Wed Dec 17 2008 - [email protected]
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   522
- clean up and update some patches
14784
b667d17ee065 2008-12-17 Alfred Peng <[email protected]>
alfred
parents: 14778
diff changeset
   523
* Wed Dec 17 2008 - [email protected]
b667d17ee065 2008-12-17 Alfred Peng <[email protected]>
alfred
parents: 14778
diff changeset
   524
- correct the name typo of patch36.
14778
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
   525
* Tue Dec 16 2008 - [email protected]
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   526
- patches/firefox3-36-font-config.diff
14778
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
   527
  patches/firefox3-37-xpcom-no-hidden.diff
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
   528
* Mon Dec 15 2008 - [email protected]
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
   529
- Removed upstreamed patch -24-moz-fix-link-path.diff.
14774
536ded061b93 patches/firefox3-32-alloca.diff: added patch
hawklu
parents: 14765
diff changeset
   530
* Mon Dec 15 2008 - [email protected]
14785
a5e7415416e0 2008-12-17 Ginn Chen <[email protected]>
ginnchen
parents: 14784
diff changeset
   531
- patches/firefox3-18-gen-devel-files.diff
14778
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
   532
  patches/firefox3-21-donot-delay-stopping-realplayer.diff: 
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
   533
  update patch 
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
   534
- patches/firefox3-31-js-dtrace.diff: add patch 
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
   535
- patches/firefox3-32-alloca.diff: add patch 
02de7f71c5ac * patches/firefox3--36-font-config.diff
hawklu
parents: 14774
diff changeset
   536
14774
536ded061b93 patches/firefox3-32-alloca.diff: added patch
hawklu
parents: 14765
diff changeset
   537
* Fri Dec 12 2008 - [email protected]
14765
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   538
- Bump to firefox 3.1b2
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   539
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   540
  Remove following patches (upstreamed):
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   541
  firefox3-19-no-xrender-perf.diff
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   542
  firefox3-20-remap-pixman-functions.diff
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   543
  firefox3-26-know-your-rights.diff
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   544
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   545
  Add following patches:
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   546
  firefox3-30-js.diff
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   547
  firefox3-33-libogg.diff
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   548
  firefox3-34-liboggz.diff
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   549
  firefox3-35-theora-disable-inline-asm.diff
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   550
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   551
  Update follwoing patches:
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   552
  firefox3-09-remove-core-file-check.diff
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   553
  firefox3-29-strip-gtk-module-settings.diff
380ee482d9e0 * - Bump to firefox 3.1b2
hawklu
parents: 14702
diff changeset
   554
14702
d4c7ba4d4dd4 2008-12-03 Alfred Peng <[email protected]>
alfred
parents: 14667
diff changeset
   555
* Wed Dec 03 2008 - [email protected]
d4c7ba4d4dd4 2008-12-03 Alfred Peng <[email protected]>
alfred
parents: 14667
diff changeset
   556
- Move the default bookmarks file to a separated package, CR6777386.
d4c7ba4d4dd4 2008-12-03 Alfred Peng <[email protected]>
alfred
parents: 14667
diff changeset
   557
  Remove patches: firefox3-11-getting-started-bookmark.diff and
d4c7ba4d4dd4 2008-12-03 Alfred Peng <[email protected]>
alfred
parents: 14667
diff changeset
   558
  firefox3-22-bug-report-bookmark.diff
14667
9ffc12deca3f 2008-11-27 Ginn Chen <[email protected]>
ginnchen
parents: 14614
diff changeset
   559
* Thu Nov 27 2008 - [email protected]
9ffc12deca3f 2008-11-27 Ginn Chen <[email protected]>
ginnchen
parents: 14614
diff changeset
   560
- Add firefox3-28-fix-mimetype-for-helper-app.diff
9ffc12deca3f 2008-11-27 Ginn Chen <[email protected]>
ginnchen
parents: 14614
diff changeset
   561
- Add firefox3-29-strip-gtk-module-settings.diff
14614
004df5237540 base-specs/firefox.spec: Bump to 3.0.4
hawklu
parents: 14465
diff changeset
   562
* Mon Nov 17 2008 - [email protected]
004df5237540 base-specs/firefox.spec: Bump to 3.0.4
hawklu
parents: 14465
diff changeset
   563
- bump to 3.0.4
14465
43051bebb931 2008-10-15 Ginn Chen <[email protected]>
ginnchen
parents: 14440
diff changeset
   564
* Wed Oct 15 2008 - [email protected]
43051bebb931 2008-10-15 Ginn Chen <[email protected]>
ginnchen
parents: 14440
diff changeset
   565
- Add firefox3-27-jemalloc-interpose-flag.diff.
14439
6e75187e1144 2008-10-10 Alfred Peng <[email protected]>
alfred
parents: 14438
diff changeset
   566
* Fri Oct 10 2008 - [email protected]
14440
49004689d23a 2008-10-10 Alfred Peng <[email protected]>
alfred
parents: 14439
diff changeset
   567
- Add %option_with_indiana_branding for firefox3-25-ksh.diff.
49004689d23a 2008-10-10 Alfred Peng <[email protected]>
alfred
parents: 14439
diff changeset
   568
* Fri Oct 10 2008 - [email protected]
14439
6e75187e1144 2008-10-10 Alfred Peng <[email protected]>
alfred
parents: 14438
diff changeset
   569
- Add firefox3-25-ksh.diff for indiana only to fix bugster CR6750518.
6e75187e1144 2008-10-10 Alfred Peng <[email protected]>
alfred
parents: 14438
diff changeset
   570
  Add firefox3-26-know-your-rights.diff for the EULA pop-up bugster CR6757178.
6e75187e1144 2008-10-10 Alfred Peng <[email protected]>
alfred
parents: 14438
diff changeset
   571
  Update firefox3-11-getting-started-bookmark.diff for the default
6e75187e1144 2008-10-10 Alfred Peng <[email protected]>
alfred
parents: 14438
diff changeset
   572
  bookmarks and toolbar entries on OpenSolaris 2008.11.
14438
b89585ac6c52 2008-10-10 Ginn Chen <[email protected]>
ginnchen
parents: 13789
diff changeset
   573
* Fri Oct 10 2008 - [email protected]
b89585ac6c52 2008-10-10 Ginn Chen <[email protected]>
ginnchen
parents: 13789
diff changeset
   574
- enable system cairo: fix for #3586
13784
834db32ed612 2008-09-27 Ginn Chen <[email protected]>
ginnchen
parents: 13683
diff changeset
   575
* Sat Sep 27 2008 - [email protected]
834db32ed612 2008-09-27 Ginn Chen <[email protected]>
ginnchen
parents: 13683
diff changeset
   576
- Bump to 3.0.3.
834db32ed612 2008-09-27 Ginn Chen <[email protected]>
ginnchen
parents: 13683
diff changeset
   577
- Add enable-libxul for debug version.
13683
067154d2e156 2008-09-19 Ginn Chen <[email protected]>
ginnchen
parents: 13634
diff changeset
   578
* Fri Sep 19 2008 - [email protected]
067154d2e156 2008-09-19 Ginn Chen <[email protected]>
ginnchen
parents: 13634
diff changeset
   579
- Add firefox3-23-spellchecker-default.diff
067154d2e156 2008-09-19 Ginn Chen <[email protected]>
ginnchen
parents: 13634
diff changeset
   580
- Add firefox3-24-moz-fix-link-path.diff
13634
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   581
* Wed Sep 17 2008 - [email protected]
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   582
- Remove firefox3-01-change-install-dir.diff
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   583
- Remove firefox3-03-plugins.diff
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   584
- Remove firefox3-04-common-tar-option.diff
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   585
- Remove firefox3-06-find-opt.diff
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   586
- Remove firefox3-11-developer-guide-bookmark.diff
9eb696015065 2008-09-17 Ginn Chen <[email protected]>
ginnchen
parents: 13448
diff changeset
   587
- Put timestamp into .autoreg as a workaround for IPS for now.
13448
04068e8b4a04 2008-09-09 Ginn Chen <[email protected]>
ginnchen
parents: 13382
diff changeset
   588
* Tue Sep 09 2008 - [email protected]
04068e8b4a04 2008-09-09 Ginn Chen <[email protected]>
ginnchen
parents: 13382
diff changeset
   589
- Do not remove nss/nspr header files for now.
13382
3a9329c223e3 2008-09-03 Ginn Chen <[email protected]>
ginnchen
parents: 13357
diff changeset
   590
* Wed Sep 03 2008 - [email protected]
3a9329c223e3 2008-09-03 Ginn Chen <[email protected]>
ginnchen
parents: 13357
diff changeset
   591
- Fix firefox-preload.list.in and some small tweaks for specfile.
13357
3ede0033f9a3 base-specs/firefox.spec: Add %if option_with_sun_branding around patch22
hawklu
parents: 13291
diff changeset
   592
* Tue Sep 02 2008 - [email protected]
3ede0033f9a3 base-specs/firefox.spec: Add %if option_with_sun_branding around patch22
hawklu
parents: 13291
diff changeset
   593
- Add %if option_with_sun_branding around patch22
13291
3229b4d35efa 2008-08-27 Ginn Chen <[email protected]>
ginnchen
parents: 13254
diff changeset
   594
* Wed Aug 27 2008 - [email protected]
3229b4d35efa 2008-08-27 Ginn Chen <[email protected]>
ginnchen
parents: 13254
diff changeset
   595
- Update patch firefox3-20-remap-pixman-functions.diff
3229b4d35efa 2008-08-27 Ginn Chen <[email protected]>
ginnchen
parents: 13254
diff changeset
   596
* Fri Aug 22 2008 - [email protected]
13254
6d3ab7bf6920 patches/firefox3-22-bug-report-bookmark.diff:
hawklu
parents: 13184
diff changeset
   597
- add patch firefox3-22-bug-report-bookmark.diff 
13184
9f6a4fb8493f 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 13173
diff changeset
   598
* Wed Aug 20 2008 - [email protected]
9f6a4fb8493f 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 13173
diff changeset
   599
- Rename firefox3-preload.list.in to firefox-preload.list.in.
13172
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   600
* Tue Aug 19 2008 - [email protected]
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   601
- Add firefox3-21-donot-delay-stopping-realplayer.diff
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   602
- Update firefox3-20-remap-pixman-functions.diff
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   603
- Remove firefox3-16-crash-in-8-bit-mode.diff
07608655dc8e 2008-08-19 Ginn Chen <[email protected]>
ginnchen
parents: 13156
diff changeset
   604
- Remove firefox3-07-no-ldlibpath.diff
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   605
* Mon Aug 18 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   606
- Rename firefox3.spec to firefox.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: 12861
diff changeset
   607
* Mon Aug 18 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   608
- Enable debug mode when --with-debug specified
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   609
* Mon Jul 21 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   610
- Fixed another "-type f" issue of find command, which is similar as below
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   611
* Mon Jul 21 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   612
- Add another "-type f" to /usr/bin/find command because Solaris find needs it
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   613
  on both sides of -o to only find files.
12858
40cdb72fe303 2008-07-21 Ginn Chen <[email protected]>
ginnchen
parents: 12835
diff changeset
   614
* Mon Jul 21 2008 - [email protected]
40cdb72fe303 2008-07-21 Ginn Chen <[email protected]>
ginnchen
parents: 12835
diff changeset
   615
- Add bugdb info.
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   616
* Sat Jul 19 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   617
- Fixed *.h *.idl 755 attribute issue.
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   618
* Thu Jul 17 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   619
- bump to 3.0.1 
12835
9401c44c1016 2008-07-17 Dave Lin <[email protected]>
davelam
parents: 12526
diff changeset
   620
* Thu Jul 17 2008 - [email protected]
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   621
- Change the patch firefox3-03-plugins as branding patch
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   622
* Fri Jul 11 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   623
- Add bugId for the patch firefox3-09-remove-core-file-check.diff
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   624
- Remove patch firefox3-16-crash-in-8-bit-mode.diff: upstreamed 
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   625
- Add bugId for firefox3-18-gen-devel-files.diff
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   626
* Thu Jun 26 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   627
- Add patch 
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   628
* Fri Jun 20 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   629
- Bump to Firefox 3.0 official release
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   630
* Thu Jun 12 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   631
- Bump to Firefox 3.0 RC3
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   632
- Add with-system-jpeg (bugzilla 437041)
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   633
- Add firefox3-19-no-xrender-perf.diff to improve Firefox rendering performance
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   634
  when X Render is not available.
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   635
- Remove patch10, patch14
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   636
12526
81fda0badec6 2008-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 12325
diff changeset
   637
* Thu May 29 2008 - [email protected]
81fda0badec6 2008-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 12325
diff changeset
   638
- Disable developer guide patch to fix 6700877 as the developer guide is not
81fda0badec6 2008-05-29 Damien Carbery <[email protected]>
dcarbery
parents: 12325
diff changeset
   639
  needed for OpenSolaris or SXCE.
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   640
* Thu May 22 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   641
- change to build as default browser
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   642
* Mon Apr 21 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   643
- new firefox3 devel package
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   644
  remove unnecessary comment
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   645
* Mon Apr 14 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   646
- bump to beta 5
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   647
  remove patch14 which has been fixed in cario trunk (to be fixed in 
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   648
  firefox3 final release) but not in firefox3 beta 5
12088
06d98c601d58 2008-04-11 Takao Fujiwara <[email protected]>
fujiwara
parents: 11942
diff changeset
   649
* Thu Apr 10 2008 - [email protected]
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   650
- Add firefox3-17-g11n-nav-lang.diff to assign locales in
12088
06d98c601d58 2008-04-11 Takao Fujiwara <[email protected]>
fujiwara
parents: 11942
diff changeset
   651
  general.useragent.locale so that JavaScript navigator.language works.
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   652
* Thu Feb 28 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   653
- Remove the patch firefox3-10-cario-perf.diff 
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   654
  which causes a regression CR6668422
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   655
* Mon Feb 25 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   656
- Fix the bug CR6656460 firefox crash in 8 bit mode
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   657
* Wed Feb 20 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   658
- Bump to beta3, and removed upstreamed patche firefox3-15-printing-failed.diff
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   659
* Wed Jan 24 2008 - [email protected]
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   660
- patch fixing the bug CR6646478 status:upstream
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: 11422
diff changeset
   661
* Wed Jan 09 2008 - [email protected]
13156
46ad923b2137 2008-08-18 Dave Lin <[email protected]>
davelam
parents: 12861
diff changeset
   662
- renamed FF 3 spec to *firefox3 to let FF 3 coexist with FF 2
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: 11422
diff changeset
   663
* Wed Jan 09 2008 - [email protected]
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: 11422
diff changeset
   664
- the patch is from bugzilla.freedesktop.org (bug 4945) Fixing CR6646456
11360
b84201ab8a4b changed to use "make" instead of "make export" and "make libs"
davelam
parents: 11355
diff changeset
   665
* Sat Dec 29 2007 - [email protected]
b84201ab8a4b changed to use "make" instead of "make export" and "make libs"
davelam
parents: 11355
diff changeset
   666
- changed to use "make" instead of "make export" and "make libs"
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: 11276
diff changeset
   667
* 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: 11276
diff changeset
   668
- 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: 11276
diff changeset
   669
- set not building apoc adapter as default
11276
d8acbd8c2235 bump to FF 2.0.0.11
davelam
parents: 11257
diff changeset
   670
* Mon Dec 03 2007 - [email protected]
d8acbd8c2235 bump to FF 2.0.0.11
davelam
parents: 11257
diff changeset
   671
- bump to 2.0.0.11 for several regressions in 2.0.0.10
11257
0ce28c0e6417 2007-11-28 Evan Yan <[email protected]>
evan
parents: 11254
diff changeset
   672
* Fir Nov 28 2007 - [email protected]
0ce28c0e6417 2007-11-28 Evan Yan <[email protected]>
evan
parents: 11254
diff changeset
   673
- replace firefox-06-locale.diff with mozilla-09-locale.diff, to correct our way
0ce28c0e6417 2007-11-28 Evan Yan <[email protected]>
evan
parents: 11254
diff changeset
   674
  of supporting multi-language
11254
e28ff50f3667 corrected %changelog in firefox.spec
davelam
parents: 11245
diff changeset
   675
* Thu Nov 27 2007 - [email protected]
e28ff50f3667 corrected %changelog in firefox.spec
davelam
parents: 11245
diff changeset
   676
- bump to 2.0.0.10 for several security bug fixes
11166
da8afc765f47 2007-11-12 Brian Lu <[email protected]>
hawklu
parents: 11112
diff changeset
   677
* Fri Nov 11 2007 - [email protected]
11168
1d78af8128a2 Fix ChangeLog and %changelog entries.
dcarbery
parents: 11166
diff changeset
   678
- Add firefox-15-remove-core-file-check.diff patch to remove core file checking
1d78af8128a2 Fix ChangeLog and %changelog entries.
dcarbery
parents: 11166
diff changeset
   679
  code in run-mozilla.sh. Fixes CR6589754.
11112
86f76c12080e Bump to 2.0.0.9 to fix several regressions
davelam
parents: 10698
diff changeset
   680
* Fri Nov 02 2007 - [email protected]
86f76c12080e Bump to 2.0.0.9 to fix several regressions
davelam
parents: 10698
diff changeset
   681
- bump to 2.0.0.9 to fix several regressions in previous release
10698
7853b214390d bump to 2.0.0.8 for security bug fixes(CR6619093)
davelam
parents: 10683
diff changeset
   682
* Mon Oct 22 2007 - [email protected]
7853b214390d bump to 2.0.0.8 for security bug fixes(CR6619093)
davelam
parents: 10683
diff changeset
   683
- bump to 2.0.0.8
10683
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   684
* Sat Oct 20 2007 - [email protected]
410f49dcbe7d 2007-10-21 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10572
diff changeset
   685
- add indiana branding patch
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10538
diff changeset
   686
* Fri Sep 28 2007 - [email protected]
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10538
diff changeset
   687
- do not add developer guide bookmark when sun branding is not requested
10538
509b53902ca7 bump to 2.0.0.7
davelam
parents: 10262
diff changeset
   688
* Wed Sep 19 2007 - [email protected]
509b53902ca7 bump to 2.0.0.7
davelam
parents: 10262
diff changeset
   689
- bump to 2.0.0.7
10262
c691f6ce4ec0 bump to FF/TB 2.0.0.6
davelam
parents: 10204
diff changeset
   690
* Fri Aug 03 2007 - [email protected]
c691f6ce4ec0 bump to FF/TB 2.0.0.6
davelam
parents: 10204
diff changeset
   691
- bump to 2.0.0.6
10204
500ff73fd10e Bump to 2.0.0.5 and remove patch firefox-15-infinite-recursion.diff which has been upstreamed in that release(CR6582544)
davelam
parents: 10102
diff changeset
   692
* Mon Jul 23 2007 - [email protected]
500ff73fd10e Bump to 2.0.0.5 and remove patch firefox-15-infinite-recursion.diff which has been upstreamed in that release(CR6582544)
davelam
parents: 10102
diff changeset
   693
- bump to 2.0.0.5 and remove patch firefox-15-infinite-recursion.diff which
500ff73fd10e Bump to 2.0.0.5 and remove patch firefox-15-infinite-recursion.diff which has been upstreamed in that release(CR6582544)
davelam
parents: 10102
diff changeset
   694
  has been upstreamed in that release
10102
c4c1e0455dc3 2007-06-21 Damien Carbery <[email protected]>
dcarbery
parents: 9969
diff changeset
   695
* Thu Jun 21 2007 - [email protected]
c4c1e0455dc3 2007-06-21 Damien Carbery <[email protected]>
dcarbery
parents: 9969
diff changeset
   696
- Add patch, mozilla-08-cairo-update.diff, to update the private copy of
c4c1e0455dc3 2007-06-21 Damien Carbery <[email protected]>
dcarbery
parents: 9969
diff changeset
   697
  cairo.h used in the build.
9969
5afcb35b0811 bump to 2.0.0.4
davelam
parents: 9943
diff changeset
   698
* Thu May 31 2007 - [email protected]
5afcb35b0811 bump to 2.0.0.4
davelam
parents: 9943
diff changeset
   699
- bump to 2.0.0.4
9943
8a7fd08105e7 Fix the bug CR6546931:Firefox dumps core due to infinite recursion
hawklu
parents: 9808
diff changeset
   700
* Fri May 18 2007 - [email protected]
8a7fd08105e7 Fix the bug CR6546931:Firefox dumps core due to infinite recursion
hawklu
parents: 9808
diff changeset
   701
- Firefox dumps core due to infinite recursion 
9808
370d8eb89584 remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
davelam
parents: 9802
diff changeset
   702
* Mon Apr 30 2007 - [email protected]
370d8eb89584 remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
davelam
parents: 9802
diff changeset
   703
- remove local dictionary and use the one delivered by myspell-dictionary(CR6218511)
9802
e71ce7a9ca4f grey out checking update menu item in FF/TB
davelam
parents: 9773
diff changeset
   704
* Thu Apr 27 2007 - [email protected]
e71ce7a9ca4f grey out checking update menu item in FF/TB
davelam
parents: 9773
diff changeset
   705
- add patch to grey out "Check for Updates" in Firefox menu since it's not supported
9723
a23265ee9b04 disable update feature in Thunderbird menu since it's not supported on Solaris so far(CR#6542910)
davelam
parents: 9705
diff changeset
   706
* Thu Apr 12 2007 - [email protected]
a23265ee9b04 disable update feature in Thunderbird menu since it's not supported on Solaris so far(CR#6542910)
davelam
parents: 9705
diff changeset
   707
- disable update feature in Firefox menu since it's not supported
a23265ee9b04 disable update feature in Thunderbird menu since it's not supported on Solaris so far(CR#6542910)
davelam
parents: 9705
diff changeset
   708
  on Solaris so far(CR#6542910)
9705
f329aa5b9861 Change the comments of Patch15 from type:upstream to type:bug state:upstream
hawklu
parents: 9662
diff changeset
   709
* Wed Apri 10 2007 - [email protected]
f329aa5b9861 Change the comments of Patch15 from type:upstream to type:bug state:upstream
hawklu
parents: 9662
diff changeset
   710
- change the comments of Patch15 from type:upstream to type:bug state:upstream 
9662
efce2ddea936 # bugster: CR6331694 partly fixed, the patch has been upstreamed
hawklu
parents: 9598
diff changeset
   711
* Wed Apri 04 2007 - [email protected]
efce2ddea936 # bugster: CR6331694 partly fixed, the patch has been upstreamed
hawklu
parents: 9598
diff changeset
   712
- # bugster: CR6331694 partly fixed, the patch has been upstreamed
9598
c366d9003639 bump to 2.0.0.3
davelam
parents: 9588
diff changeset
   713
* Wed Mar 21 2007 - [email protected]
c366d9003639 bump to 2.0.0.3
davelam
parents: 9588
diff changeset
   714
- bump to 2.0.0.3
9588
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9419
diff changeset
   715
* Tue Mar 20 2007 - [email protected]
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9419
diff changeset
   716
- fix bug CR#6521792
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9419
diff changeset
   717
    part1: add file ".autoreg" and add postinstall/postremove scripts in
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9419
diff changeset
   718
           SUNWfirefox-apoc-adapter
34417bcd888f Fix bug CR#CR6521792,
davelam
parents: 9419
diff changeset
   719
    part2: add patch firefox-12-regenerate-compreg-file.diff
9419
28fec6be19e6 2007-03-03 Dave Lin <[email protected]>
davelam
parents: 9397
diff changeset
   720
* Sat Mar 03 2007 - [email protected]
28fec6be19e6 2007-03-03 Dave Lin <[email protected]>
davelam
parents: 9397
diff changeset
   721
- removed patch firefox-12-bookmark-drag-and-drop.diff which has been
28fec6be19e6 2007-03-03 Dave Lin <[email protected]>
davelam
parents: 9397
diff changeset
   722
  upstreamed in 2.0.0.2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   723
* Mon Feb 26 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   724
- bump version to 2.0.0.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   725
* Mon Feb 12 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   726
- Add patch, 02-xpcom-mps.diff, to add '-I/usr/include/mps' to firefox-xpcom.pc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   727
  to allow totem to find prtypes.h (as nscore.h includes this).
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   728
* Mon Feb 05 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   729
- fix bug CR6519241:bookmark drag and drop crash firefox
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   730
- bugzilla id 367203. The patch has been put into upstream
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   731
* Fri Jan 26 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   732
- enable xinerama support to fix bug CR6507236
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   733
* Thu Jan 18 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   734
- Fix 'patch7 -p0' - change to -p1 and change patch file too.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   735
* Wed Jan 17 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   736
- Remove unneeded patch, firefox-02-font_Xft.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   737
* Fri Jan 05 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   738
- remove firefox-rebuild-databases and %preun since it's unnecessary for
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   739
  Firefox 2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   740
* Thu Dec 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   741
- change the patch type to branding for some patches in patch comments
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   742
- bump version to 2.0.0.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   743
* Thu Dec 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   744
- Add "solaris developer guide" to bookmark and default home page etc 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   745
* Wed Nov 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   746
- Correct path to sparcv8plus dir. Enclose code within '%ifarch sparc'.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   747
* Tue Nov 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   748
- add %if %with_apoc_adapter to conditinoally disable building apoc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   749
  adapter, default: build apoc adapter, use 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   750
  --without-apoc-adapter to disable it
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   751
- remove empty firefox/cpu/sparcv8plus and firefox/cpu
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   752
* Mon Nov 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   753
- enable apoc adapter(CR#6478680)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   754
- move manpage related part in "%ifos linux" since SUNWfirefox.spec
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   755
  would cover that on Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   756
* Fri Nov 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   757
- add patch comments
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   758
* Wed Oct 25 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   759
- bump verion to 2.0(official release)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   760
* Fri Oct 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   761
- bump version to 2.0rc3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   762
* Mon Oct 09 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   763
- bump version to 2.0rc2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   764
* Thu Sep 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   765
- add patch firefox-09-no-pkg-files.diff to remove patch checker scripts 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   766
  since it's unnecessary to deliver them with the bundled version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   767
- change the version 2.0bx to 2.0 to comply WOS integration rules
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   768
- re-organize the patch list 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   769
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   770
- bump version to 2.0 beta 2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   771
* Mon Aug 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   772
- create symbol link libnssckbi.so -> /usr/lib/mps/libnssckbi.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   773
  to fix bug CR#6459752
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   774
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   775
- bump version to 2.0b1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   776
- remove the patch mozilla-03-s11s-smkfl.diff, mozilla-04-s11x-smkfl.diff,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   777
  firefox-03-yelp-hang.diff which have been fixed in 2.0b1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   778
- change to xpinstall/packager to run make to make the binary tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   779
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   780
- fixed the preload list problem
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   781
* Thu Jul 27 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   782
- 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
   783
* Wed Jul 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   784
- Remove firefox-10-gecko.m4.diff : yelp uses local copy now, and re-shuffled
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   785
  the rest of the firefox-* patches to be in sequence.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   786
* Fri Jul 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   787
- add patch mozilla-07-no-ldlibpath.diff to remove the LD_LIBRARY_PATH in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   788
  the startup script
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   789
* Tue Jun 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   790
- add patch firefox-15-no-nss-nspr.diff to let firefox use nss, nspr in 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   791
  /usr/lib/mps required by ARC
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   792
- remove all nss, nspr header files in development package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   793
* Mon Jun 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   794
- add patch firefox-14-plugins.diff to add Mozilla plugins direcotry
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   795
  (/usr/sfw/lib/mozilla/plugins) in Firefox plugin searching path(CR#6428445)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   796
* Fri Jun 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   797
- bump src version to 1.5.0.4
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   798
* Mon May 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   799
- bump src version to 1.5.0.3
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   800
* Fri Apr 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   801
- remove patch mozilla-06-skip-strip.diff, use another simple way to skip
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   802
  strip instead, setting PKG_SKIP_STRIP=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   803
* Fri Apr 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   804
- switch back to 1.5.0.2 since we're not get ARC approved yet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   805
* Fri Apr 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   806
- removed firefox-chrome-lang.txt per l10n team's request, firefox uses new
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   807
  strategy to register chrome entries, so this file is useless
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   808
* Thu Apr 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   809
- Changed the installation location from "/usr/sfw/lib" to "/usr/lib"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   810
  on Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   811
* Tue Apr 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   812
- Bump version to 2.0 alpha1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   813
- Remove Patch3,4,11 which have been upstreamed into this version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   814
- Add patch mozilla-06-skip-strip.diff to make no stripped libraries 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   815
* Fri Mar 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   816
- Add patch firefox-13-locale.diff to make firefox automatically
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   817
  pick up locale setting from user environment and start up in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   818
  that locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   819
* Fri Feb 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   820
- Add patch firefox-11-new-tab.diff to fix CR6368789
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   821
- Add patch firefox-12-preload.diff and extra source file 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   822
  firefox-preload.list.in to enable firefox preload mechanism
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   823
- Remove useless file firefox-rebuild-databases since it's only
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   824
  for Linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   825
- Remove useless sources and patch
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   826
* Thu Dec 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   827
- Add patch firefox-09-yelp-hang.diff to fix yelp hang problem.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   828
* Fri Dec 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   829
- Add Makefile.in patch to link fontconfig and Xft libraries.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   830
- make from top directory to build nsIconChannel.o.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   831
* Fri Dec 02 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   832
- Bump tarball version to 1.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   833
- Modify the configuration options
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   834
* Fri Nov 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   835
- Bump tarball version to 1.5rc3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   836
* Fri Nov 11 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   837
- Bump tarball version to 1.5rc2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   838
* Tue Nov 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   839
- Bump tarball version to 1.5rc1
10572
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10538
diff changeset
   840
- Remove the patch mozilla-07-bz307041.diff since it's upstreamed in 1.5rc1
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10538
diff changeset
   841
  already
8cdee8cd9c9c 2007-09-29 Laszlo (Laca) Peter <[email protected]>
laca
parents: 10538
diff changeset
   842
- Enable '--enalbe-timeline' in nightly builds
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   843
* Thu Nov  1 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   844
- change version to numeric and introduce %tarball_version
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   845
* Fri Oct 21 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   846
- Update version from 1.5b1 to 1.5b2 and add patch 307041 from bugzilla
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   847
- Change configure option per Leo Sha from developer team
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   848
- Add nss header file in development package
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   849
* Mon Sep 26 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   850
- Bump to 1.5b1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   851
- Move dir mozilla to firefox after tarball unpacking.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   852
* Mon Sep 12 2005 - <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   853
- get rid of %builddir as it would be different on Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   854
* Thu Sep 08 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   855
- Change BuildPrereq to BuildRequires, a format that build-gnome2 understands.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   856
* Mon Sep 05 2005 - Dave Lin <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   857
- Add patches to remove the specific gtar options 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   858
- Set MOZ_PKG_FORMAT=BZ2 to keep consistent of tarball
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   859
  format between linux and solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   860
* Fri Sep 01 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   861
- Change gtar to tar; add two necessary mkdir's.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   862
* Mon Aug 22 2005 Dave Lin <[email protected]>
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   863
- initial version of the spec file created