]> git.pld-linux.org Git - packages/firefox.git/blob - firefox.spec
extract bcond for lowering build's memory footprint
[packages/firefox.git] / firefox.spec
1 # TODO:
2 # - consider --enable-libproxy
3 # - do something with *.rdf file, there if file conflict with other lang packages
4 #
5 # Conditional build:
6 %bcond_with     tests           # enable tests (whatever they check)
7 %bcond_without  kerberos        # disable krb5 support
8 %bcond_without  official        # official Firefox branding
9 %bcond_with     lto             # build with link time optimization
10 %bcond_with     pgo             # PGO-enabled build (requires working $DISPLAY == :100)
11 %bcond_without  geckodriver     # WebDriver
12 %bcond_without  gold            # use default linker instead of gold
13 # - disabled shared_js - https://bugzilla.mozilla.org/show_bug.cgi?id=1039964
14 %bcond_with     shared_js       # shared libmozjs library [broken]
15 %bcond_without  system_icu      # build without system ICU
16 %bcond_with     system_cairo    # build with system cairo (not supported in 60.0)
17 %bcond_without  system_libvpx   # build with system libvpx
18 %bcond_without  clang           # build using Clang/LLVM
19 %bcond_with     lowmem          # lower memory requirements
20
21 %if %{with lto}
22 %define         with_clang      1
23 %undefine       with_gold
24 %endif
25
26 %ifarch %{ix86} %{arm} aarch64
27 %define         with_lowmem     1
28 %endif
29
30 # On updating version, grab CVE links from:
31 # https://www.mozilla.org/security/known-vulnerabilities/firefox.html
32 # Release Notes:
33 # https://developer.mozilla.org/en-US/Firefox/Releases
34 # UPDATING TRANSLATIONS:
35 %if 0
36 rm -vf *.xpi
37 ../builder -g firefox-languages.spec
38 V=53.0
39 U=http://releases.mozilla.org/pub/firefox/releases/$V/linux-i686/
40 curl -s $U | sed -ne 's,.*href="\([^"]\+\)/".*,'"$U"'xpi/\1.xpi,p'
41 %endif
42
43 %define         nspr_ver        4.25
44 %define         nss_ver         3.51
45
46 Summary:        Firefox web browser
47 Summary(hu.UTF-8):      Firefox web böngésző
48 Summary(pl.UTF-8):      Firefox - przeglądarka WWW
49 Name:           firefox
50 Version:        75.0
51 Release:        5
52 License:        MPL v2.0
53 Group:          X11/Applications/Networking
54 Source0:        http://releases.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
55 # Source0-md5:  0c36d407fe41f69e049e87e86c56ae31
56 Source3:        %{name}.desktop
57 Source4:        %{name}.sh
58 Source5:        vendor.js
59 Source6:        vendor-ac.js
60 Source100:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ach.xpi
61 # Source100-md5:        939e7ba3d44d030e059386cfa29a33c9
62 Source101:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
63 # Source101-md5:        0b9f7c895866e71c07bb09a8091281c9
64 Source102:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
65 # Source102-md5:        e886ec74c5f74368f6e868d2e6859a44
66 Source103:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
67 # Source103-md5:        e48e0434254e3674cdcdb509e147457e
68 Source104:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
69 # Source104-md5:        e1a33615507b70737af96e79cee447fa
70 Source105:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
71 # Source105-md5:        79c8762facea044d59307ea3b9383640
72 Source106:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi
73 # Source106-md5:        140d5e989f2031bae71ebd4df80c56e4
74 Source107:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
75 # Source107-md5:        4f6b96c47f27d76bf73384a54d6e6e73
76 Source108:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi
77 # Source108-md5:        871e4d9ac4036323ccb3c35c28f088fa
78 Source109:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
79 # Source109-md5:        867c97861c6397f6b02f47bf6d7518b0
80 Source110:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
81 # Source110-md5:        fe88e95f28869523759337eab88ffdc0
82 Source111:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
83 # Source111-md5:        56bd4ed785a8ff67ff4371ca059c9d66
84 Source112:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
85 # Source112-md5:        c5aa2c87a190d146fbc988e5a0dfef6d
86 Source113:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
87 # Source113-md5:        ceabbaa474b65d558b1ce7d88d618121
88 Source114:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
89 # Source114-md5:        5aaca694c1d835fec6d69d2327581f34
90 Source115:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
91 # Source115-md5:        98488c7f610a55bf0e72702f97790bd4
92 Source116:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
93 # Source116-md5:        9aa263c83179f64b54a6e80fc7cdcc96
94 Source117:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
95 # Source117-md5:        92d7e70bab71286b9b18bb73995652ac
96 Source118:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/el.xpi
97 # Source118-md5:        0aaac2268537c24583394862b109f7a4
98 Source119:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-CA.xpi
99 # Source119-md5:        e86cd98dbfbeabcb8e582e3480d08141
100 Source120:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-GB.xpi
101 # Source120-md5:        9342dd99e7ff39dfcb609b674e37b640
102 Source121:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-US.xpi
103 # Source121-md5:        9dbfb1266a0e2cd80bdce8dfc9156949
104 Source122:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eo.xpi
105 # Source122-md5:        9a55195746a04128173f30e0b1625f6d
106 Source123:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-AR.xpi
107 # Source123-md5:        f71cb9ce10dce237feaf0d0417ce5027
108 Source124:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-CL.xpi
109 # Source124-md5:        2faa7426c5b3749d5eeb01e6767e7a5b
110 Source125:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-ES.xpi
111 # Source125-md5:        a7a5b67621ad74044a2cd7d49957ccd1
112 Source126:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-MX.xpi
113 # Source126-md5:        13e82728a8a1fb0457daf525f61c05ea
114 Source127:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/et.xpi
115 # Source127-md5:        33081baaa0d78f490c20c36aa1d28db1
116 Source128:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eu.xpi
117 # Source128-md5:        30e11087d49694250969369d84d54686
118 Source129:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fa.xpi
119 # Source129-md5:        1eec03ebc458637217e1d6dff7f97270
120 Source130:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ff.xpi
121 # Source130-md5:        93e5ac0f03115da6bb797bd355674c97
122 Source131:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fi.xpi
123 # Source131-md5:        264d9ad43f8b120eb5587dcc6efd7acf
124 Source132:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fr.xpi
125 # Source132-md5:        605d46b83c0224128ec07cff77461197
126 Source133:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fy-NL.xpi
127 # Source133-md5:        3ff292147864b606ca57d57e1e016359
128 Source134:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ga-IE.xpi
129 # Source134-md5:        d7d8a8531acb01fd7721974a7e3b073a
130 Source135:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gd.xpi
131 # Source135-md5:        39859e8ceaba107ae98173cf9238407a
132 Source136:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gl.xpi
133 # Source136-md5:        5d53e13b60729004a58518132e304a31
134 Source137:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gn.xpi
135 # Source137-md5:        f460bdc5601def5675d7d02344b626d8
136 Source138:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gu-IN.xpi
137 # Source138-md5:        7022e5449886acfb3a2588a26a3dbc44
138 Source139:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/he.xpi
139 # Source139-md5:        4ec93098310a91f8b4da285f7cdf51b7
140 Source140:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hi-IN.xpi
141 # Source140-md5:        a9af175b17e220a3e05d8961310860cf
142 Source141:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hr.xpi
143 # Source141-md5:        371ea9c0f9d13d5a2b47cd8add8a5d3f
144 Source142:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hsb.xpi
145 # Source142-md5:        536a618696c145aa646d10797f45a548
146 Source143:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hu.xpi
147 # Source143-md5:        aaa786dbe68f7e4e846d43b2dd3d96ef
148 Source144:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hy-AM.xpi
149 # Source144-md5:        1b1e7135dd11ae4b1e618edab393e7cf
150 Source145:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ia.xpi
151 # Source145-md5:        46590cb73e3ca4290ff7e5e12261d8cd
152 Source146:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/id.xpi
153 # Source146-md5:        f9afd53f1a6117d16e531827012a5f8e
154 Source147:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/is.xpi
155 # Source147-md5:        704a21f989dbc7d51f27ee464f5ccfcd
156 Source148:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/it.xpi
157 # Source148-md5:        de5e796e93883aa9689f6b4a036f154c
158 Source149:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ja.xpi
159 # Source149-md5:        4c4e302f2a35f5fe3ce55de6ac5734da
160 Source150:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ka.xpi
161 # Source150-md5:        2498466e03a273e5a8b7ed23fdc6f318
162 Source151:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kab.xpi
163 # Source151-md5:        dac97bc7c6d3d79d9ea73331959c9a9a
164 Source152:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kk.xpi
165 # Source152-md5:        3fe6ee864f4707f809976238004682bf
166 Source153:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/km.xpi
167 # Source153-md5:        be3bfe7ea998366dbf6f5ccaeb5a9718
168 Source154:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kn.xpi
169 # Source154-md5:        db4ce7ed14b6921af9161f18c16077ba
170 Source155:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ko.xpi
171 # Source155-md5:        d38a585471fab31b248f633e28b1494b
172 Source156:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lij.xpi
173 # Source156-md5:        a39b2c8bed3b43a4ce02f0b495fd2b6c
174 Source157:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lt.xpi
175 # Source157-md5:        cbc47f4c1c32d28b7179971cfcf97d6e
176 Source158:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lv.xpi
177 # Source158-md5:        6b68b9ec4df08c9931262c4e84947e35
178 Source159:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mk.xpi
179 # Source159-md5:        e0e7d4fae17663a00f24802e6e90284e
180 Source160:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mr.xpi
181 # Source160-md5:        19cd2ee73c1fff44774aedca87b92c1b
182 Source161:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ms.xpi
183 # Source161-md5:        f30432cb9ed87e41aa9390c908976903
184 Source162:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/my.xpi
185 # Source162-md5:        b88eec3d2adaecba3b4a155e6d732bda
186 Source163:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nb-NO.xpi
187 # Source163-md5:        d00cc442ea896c6c3d6f6d6c89278497
188 Source164:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ne-NP.xpi
189 # Source164-md5:        2bddeeada6e724489e00fb55fcd73722
190 Source165:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nl.xpi
191 # Source165-md5:        011b5ac3f038ec2ba35312baa6b918ab
192 Source166:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nn-NO.xpi
193 # Source166-md5:        e09d1ba27a199f1546f96cf028befc15
194 Source167:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/oc.xpi
195 # Source167-md5:        0f8631422a17e0dcf07a3230bf1aed5e
196 Source168:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pa-IN.xpi
197 # Source168-md5:        0d1fb787d5a6741ddad19c05cc9d2ede
198 Source169:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pl.xpi
199 # Source169-md5:        4104ebe0e20e5007a93fe2c2f1b10649
200 Source170:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-BR.xpi
201 # Source170-md5:        957d52816abc98c98223cdbf81ac4de3
202 Source171:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-PT.xpi
203 # Source171-md5:        dd2aa8e492bf4508b31eef6a907dac61
204 Source172:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/rm.xpi
205 # Source172-md5:        417120c40804a837e8a3818dc57f3dc0
206 Source173:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ro.xpi
207 # Source173-md5:        060c4845f8c55ef5035c031c5c9e202d
208 Source174:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ru.xpi
209 # Source174-md5:        4b5e25932afb72b45919fe0c9a12b2b9
210 Source175:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/si.xpi
211 # Source175-md5:        91d484f9aab23a4279ce52f70cd54a0a
212 Source176:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sk.xpi
213 # Source176-md5:        3fee6f7410745c7c3320ca187286fdae
214 Source177:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sl.xpi
215 # Source177-md5:        39b63eeeaab051426aa5765028a76393
216 Source178:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/son.xpi
217 # Source178-md5:        a40e6a711944df4f14cae2d40465053a
218 Source179:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sq.xpi
219 # Source179-md5:        35d848568a4a42152ea054eadcf9ceee
220 Source180:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sr.xpi
221 # Source180-md5:        8c4db34d0c2af465a8cdd3c1ac374fab
222 Source181:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sv-SE.xpi
223 # Source181-md5:        8e5b7a3db9f97c5e920f380a6bf45a06
224 Source182:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ta.xpi
225 # Source182-md5:        f12f141305012267fa51faff9416657d
226 Source183:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/te.xpi
227 # Source183-md5:        e47fed9ef222358b78751ac4d0ac790d
228 Source184:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/th.xpi
229 # Source184-md5:        5a2b4094ca325cb24a9eb76dfcae6b7c
230 Source185:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tr.xpi
231 # Source185-md5:        432f3498c2da96b8eeb7e1aa7bdb5510
232 Source186:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uk.xpi
233 # Source186-md5:        3c91042cb31875981b5cd9531a4df49d
234 Source187:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ur.xpi
235 # Source187-md5:        d9b337caff616a64fa9bb603d46a371b
236 Source188:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uz.xpi
237 # Source188-md5:        707e0b143a937045ba20d0ce516fbd20
238 Source189:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/vi.xpi
239 # Source189-md5:        63f16c064cad8b0d803aaf95a5529676
240 Source190:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/xh.xpi
241 # Source190-md5:        2af85bbd5132fd261fe64482b96a5071
242 Source191:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-CN.xpi
243 # Source191-md5:        7b4803f4890ee0b698403505de3546be
244 Source192:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-TW.xpi
245 # Source192-md5:        c0fcf287406101135700004203dc503c
246
247 Patch4:         %{name}-prefs.patch
248 Patch5:         %{name}-pld-bookmarks.patch
249 Patch6:         %{name}-no-subshell.patch
250 Patch7:         %{name}-middle_click_paste.patch
251 Patch8:         %{name}-system-virtualenv.patch
252 Patch9:         %{name}-Disable-Firefox-Health-Report.patch
253 Patch10:        system-cairo.patch
254 URL:            https://www.mozilla.org/firefox/
255 BuildRequires:  OpenGL-devel
256 BuildRequires:  alsa-lib-devel
257 BuildRequires:  autoconf2_13
258 BuildRequires:  automake
259 %{?with_gold:BuildRequires:     binutils >= 3:2.20.51.0.7}
260 BuildRequires:  bzip2-devel
261 %{?with_system_cairo:BuildRequires:     cairo-devel >= 1.10.2-5}
262 BuildRequires:  cargo >= 1.32.0
263 %{?with_clang:BuildRequires:    clang}
264 BuildRequires:  clang-devel >= 3.9.0
265 BuildRequires:  dbus-glib-devel >= 0.60
266 BuildRequires:  fontconfig-devel >= 1:2.7.0
267 BuildRequires:  freetype-devel >= 1:2.1.8
268 %{!?with_clang:BuildRequires:   gcc-c++ >= 6:4.4}
269 BuildRequires:  glib2-devel >= 1:2.22
270 BuildRequires:  gstreamer-devel >= 1.0
271 BuildRequires:  gstreamer-plugins-base-devel >= 1.0
272 BuildRequires:  gtk+2-devel >= 2:2.18.0
273 BuildRequires:  gtk+3-devel >= 3.4.0
274 %{?with_kerberos:BuildRequires: heimdal-devel >= 0.7.1}
275 BuildRequires:  libIDL-devel >= 0.8.0
276 BuildRequires:  libatomic-devel
277 # DECnet (dnprogs.spec), not dummy net (libdnet.spec)
278 #BuildRequires: libdnet-devel
279 BuildRequires:  libevent-devel >= 1.4.7
280 # standalone libffi 3.0.9 or gcc's from 4.5(?)+
281 BuildRequires:  libffi-devel >= 6:3.0.9
282 %{?with_system_icu:BuildRequires:       libicu-devel >= 63.1}
283 # requires libjpeg-turbo implementing at least libjpeg 6b API
284 BuildRequires:  libjpeg-devel >= 6b
285 BuildRequires:  libjpeg-turbo-devel
286 BuildRequires:  libpng(APNG)-devel >= 0.10
287 BuildRequires:  libpng-devel >= 2:1.6.35
288 BuildRequires:  libstdc++-devel >= 6:4.4
289 BuildRequires:  libxcb-devel
290 %{?with_system_libvpx:BuildRequires:    libvpx-devel >= 1.7.0}
291 BuildRequires:  libwebp-devel >= 1.0.2
292 %{?with_clang:BuildRequires:    lld}
293 BuildRequires:  llvm-devel >= 3.9.0
294 # or --disable-nodejs ?
295 BuildRequires:  nodejs >= 10.19
296 BuildRequires:  nspr-devel >= 1:%{nspr_ver}
297 BuildRequires:  nss-devel >= 1:%{nss_ver}
298 BuildRequires:  pango-devel >= 1:1.22.0
299 BuildRequires:  pixman-devel >= 0.19.2
300 BuildRequires:  perl-modules >= 5.004
301 BuildRequires:  pkgconfig >= 1:0.9.0
302 BuildRequires:  pkgconfig(libffi) >= 3.0.9
303 BuildRequires:  pulseaudio-devel
304 BuildRequires:  python-modules >= 1:2.5
305 %{?with_pgo:BuildRequires:      python-modules-sqlite}
306 BuildRequires:  python-simplejson
307 BuildRequires:  python-virtualenv >= 15
308 BuildRequires:  python3-virtualenv >= 16
309 BuildRequires:  readline-devel
310 BuildRequires:  rpm >= 4.4.9-56
311 BuildRequires:  rpmbuild(macros) >= 1.601
312 BuildRequires:  rust >= 1.32.0
313 BuildRequires:  rust-cbindgen >= 0.12.0
314 BuildRequires:  sed >= 4.0
315 BuildRequires:  startup-notification-devel >= 0.8
316 BuildRequires:  xorg-lib-libX11-devel
317 BuildRequires:  xorg-lib-libXScrnSaver-devel
318 BuildRequires:  xorg-lib-libXcomposite-devel
319 BuildRequires:  xorg-lib-libXdamage-devel
320 BuildRequires:  xorg-lib-libXext-devel
321 BuildRequires:  xorg-lib-libXfixes-devel
322 BuildRequires:  xorg-lib-libXinerama-devel
323 BuildRequires:  xorg-lib-libXt-devel
324 %{?with_pgo:BuildRequires:      xorg-xserver-Xvfb}
325 %ifarch %{x8664}
326 BuildRequires:  yasm >= 1.0.1
327 %endif
328 BuildRequires:  unzip
329 BuildRequires:  zip
330 BuildRequires:  zlib-devel >= 1.2.3
331 BuildConflicts: %{name}-devel < %{version}
332 Requires(post): mktemp >= 1.5-18
333 Requires:       browser-plugins >= 2.0
334 %{?with_system_cairo:Requires:  cairo >= 1.10.2-5}
335 Requires:       dbus-glib >= 0.60
336 Requires:       desktop-file-utils
337 Requires:       fontconfig-libs >= 1:2.7.0
338 Requires:       glib2 >= 1:2.22
339 Requires:       gtk+2 >= 2:2.18.0
340 Requires:       gtk+3 >= 3.4.0
341 Requires:       hicolor-icon-theme
342 Requires:       libjpeg-turbo
343 Requires:       libpng >= 2:1.6.35
344 Requires:       libpng(APNG) >= 0.10
345 %{?with_system_libvpx:Requires: libvpx >= 1.7.0}
346 Requires:       myspell-common
347 Requires:       nspr >= 1:%{nspr_ver}
348 Requires:       nss >= 1:%{nss_ver}
349 Requires:       pango >= 1:1.22.0
350 Requires:       pixman >= 0.19.2
351 Requires:       startup-notification >= 0.8
352 Provides:       xulrunner-libs = 2:%{version}-%{release}
353 Provides:       wwwbrowser
354 Obsoletes:      firefox-devel
355 Obsoletes:      firefox-lang-as < 68.0-1
356 Obsoletes:      firefox-lang-en_ZA < 68.0-1
357 Obsoletes:      firefox-lang-mai < 68.0-1
358 Obsoletes:      firefox-lang-ml < 68.0-1
359 Obsoletes:      firefox-lang-or < 68.0-1
360 Obsoletes:      firefox-libs
361 Obsoletes:      iceweasel
362 Obsoletes:      iceweasel-libs
363 Obsoletes:      mozilla-firebird
364 Obsoletes:      mozilla-firefox
365 Obsoletes:      mozilla-firefox-lang-en < 2.0.0.8-3
366 Obsoletes:      mozilla-firefox-libs
367 Obsoletes:      xulrunner
368 Obsoletes:      xulrunner-gnome
369 Obsoletes:      xulrunner-libs < 42
370 Conflicts:      firefox-lang-resources < %{version}
371 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
372
373 %define         filterout_cpp           -D_FORTIFY_SOURCE=[0-9]+
374
375 %if %{with clang}
376 %define         filterout               -fvar-tracking-assignments
377 %else
378 %define         filterout               -Werror=format-security
379 %endif
380
381 # don't satisfy other packages
382 %define         _noautoprovfiles        %{_libdir}/%{name}
383
384 # and as we don't provide them, don't require either
385 %define         _noautoreq      liblgpllibs.so libmozavcodec.so libmozavutil.so libmozgtk.so libmozjs.so libmozsandbox.so libmozsqlite3.so libmozwayland.so libxul.so
386
387 # 67.0 libxul.so: debugedit: canonicalization unexpectedly shrank by one character
388 %define         _enable_debug_packages  0
389
390 %description
391 Firefox is an open-source web browser, designed for standards
392 compliance, performance and portability.
393
394 %description -l hu.UTF-8
395 Firefox egy nyílt forrású webböngésző, hatékonyságra és
396 hordozhatóságra tervezve.
397
398 %description -l pl.UTF-8
399 Firefox jest przeglądarką WWW rozpowszechnianą zgodnie z ideami
400 ruchu otwartego oprogramowania oraz tworzoną z myślą o zgodności ze
401 standardami, wydajnością i przenośnością.
402
403 %package -n gmp-api
404 Summary:        GeckoMediaPlugins API header files
405 Summary(pl.UTF-8):      Pliki nagłówkowe API GeckoMediaPlugins
406 Group:          Development/Libraries
407 URL:            https://wiki.mozilla.org/GeckoMediaPlugins
408 # actually C++ compiler; STL is not even used
409 Requires:       libstdc++-devel
410
411 %description -n gmp-api
412 GeckoMediaPlugins API header files.
413
414 %description -n gmp-api -l pl.UTF-8
415 Pliki nagłówkowe API GeckoMediaPlugins.
416
417 %package lang-ach
418 Summary:        Acoli resources for Firefox
419 Summary(pl.UTF-8):      Pliki językowe aczoli dla Firefoksa
420 Group:          I18n
421 Requires:       firefox >= %{version}
422 Provides:       firefox-lang-resources = %{version}
423 Obsoletes:      iceweasel-lang-ach
424 Obsoletes:      mozilla-firefox-lang-ach
425 BuildArch:      noarch
426
427 %description lang-ach
428 Acoli resources for Firefox.
429
430 %description lang-ach -l pl.UTF-8
431 Pliki językowe aczoli dla Firefoksa.
432
433 %package lang-af
434 Summary:        Afrikaans resources for Firefox
435 Summary(pl.UTF-8):      Afrykanerskie pliki językowe dla Firefoksa
436 Group:          I18n
437 Requires:       firefox >= %{version}
438 Provides:       firefox-lang-resources = %{version}
439 Obsoletes:      iceweasel-lang-af
440 Obsoletes:      mozilla-firefox-lang-af
441 BuildArch:      noarch
442
443 %description lang-af
444 Afrikaans resources for Firefox.
445
446 %description lang-af -l pl.UTF-8
447 Afrykanerskie pliki językowe dla Firefoksa.
448
449 %package lang-an
450 Summary:        Aragonese resources for Firefox
451 Summary(pl.UTF-8):      Aragońskie pliki językowe dla Firefoksa
452 Group:          I18n
453 Requires:       firefox >= %{version}
454 Provides:       firefox-lang-resources = %{version}
455 Obsoletes:      iceweasel-lang-an
456 Obsoletes:      mozilla-firefox-lang-an
457 BuildArch:      noarch
458
459 %description lang-an
460 Aragonese resources for Firefox.
461
462 %description lang-an -l pl.UTF-8
463 Aragońskie pliki językowe dla Firefoksa.
464
465 %package lang-ar
466 Summary:        Arabic resources for Firefox
467 Summary(pl.UTF-8):      Arabskie pliki językowe dla Firefoksa
468 Group:          I18n
469 Requires:       firefox >= %{version}
470 Provides:       firefox-lang-resources = %{version}
471 Obsoletes:      iceweasel-lang-ar
472 Obsoletes:      mozilla-firefox-lang-ar
473 BuildArch:      noarch
474
475 %description lang-ar
476 Arabic resources for Firefox.
477
478 %description lang-ar -l pl.UTF-8
479 Arabskie pliki językowe dla Firefoksa.
480
481 %package lang-ast
482 Summary:        Asturian resources for Firefox
483 Summary(pl.UTF-8):      Asturyjskie pliki językowe dla Firefoksa
484 Group:          I18n
485 Requires:       firefox >= %{version}
486 Provides:       firefox-lang-resources = %{version}
487 Obsoletes:      iceweasel-lang-ast
488 Obsoletes:      mozilla-firefox-lang-ast
489 BuildArch:      noarch
490
491 %description lang-ast
492 Asturian resources for Firefox.
493
494 %description lang-ast -l pl.UTF-8
495 Asturyjskie pliki językowe dla Firefoksa.
496
497 %package lang-az
498 Summary:        Azerbaijani resources for Firefox
499 Summary(pl.UTF-8):      Azerskie pliki językowe dla Firefoksa
500 Group:          I18n
501 Requires:       firefox >= %{version}
502 Provides:       firefox-lang-resources = %{version}
503 Obsoletes:      iceweasel-lang-az
504 Obsoletes:      mozilla-firefox-lang-az
505 BuildArch:      noarch
506
507 %description lang-az
508 Azerbaijani resources for Firefox.
509
510 %description lang-az -l pl.UTF-8
511 Azerskie pliki językowe dla Firefoksa.
512
513 %package lang-be
514 Summary:        Belarusian resources for Firefox
515 Summary(pl.UTF-8):      Białoruskie pliki językowe dla Firefoksa
516 Group:          I18n
517 Requires:       firefox >= %{version}
518 Provides:       firefox-lang-resources = %{version}
519 Obsoletes:      iceweasel-lang-be
520 Obsoletes:      mozilla-firefox-lang-be
521 BuildArch:      noarch
522
523 %description lang-be
524 Belarusian resources for Firefox.
525
526 %description lang-be -l pl.UTF-8
527 Białoruskie pliki językowe dla Firefoksa.
528
529 %package lang-bg
530 Summary:        Bulgarian resources for Firefox
531 Summary(pl.UTF-8):      Bułgarskie pliki językowe dla Firefoksa
532 Group:          I18n
533 Requires:       firefox >= %{version}
534 Provides:       firefox-lang-resources = %{version}
535 Obsoletes:      iceweasel-lang-bg
536 Obsoletes:      mozilla-firefox-lang-bg
537 BuildArch:      noarch
538
539 %description lang-bg
540 Bulgarian resources for Firefox.
541
542 %description lang-bg -l pl.UTF-8
543 Bułgarskie pliki językowe dla Firefoksa.
544
545 %package lang-bn
546 Summary:        Bengali (Bangladesh) resources for Firefox
547 Summary(pl.UTF-8):      Bengalskie pliki językowe dla Firefoksa (wersja dla Bangladeszu)
548 Group:          I18n
549 Requires:       firefox >= %{version}
550 Provides:       firefox-lang-resources = %{version}
551 Obsoletes:      firefox-lang-bn_IN
552 Obsoletes:      iceweasel-lang-bn
553 Obsoletes:      mozilla-firefox-lang-bn
554 BuildArch:      noarch
555
556 %description lang-bn
557 Bengali (Bangladesh) resources for Firefox.
558
559 %description lang-bn -l pl.UTF-8
560 Bengalskie pliki językowe dla Firefoksa (wersja dla Bangladeszu).
561
562 %package lang-bn_IN
563 Summary:        Bengali (India) resources for Firefox
564 Summary(pl.UTF-8):      Bengalskie pliki językowe dla Firefoksa (wersja dla Indii)
565 Group:          I18n
566 Requires:       firefox >= %{version}
567 Provides:       firefox-lang-resources = %{version}
568 Obsoletes:      iceweasel-lang-bn_IN
569 Obsoletes:      mozilla-firefox-lang-bn_IN
570 BuildArch:      noarch
571
572 %description lang-bn_IN
573 Bengali (India) resources for Firefox.
574
575 %description lang-bn_IN -l pl.UTF-8
576 Bengalskie pliki językowe dla Firefoksa (wersja dla Indii).
577
578 %package lang-br
579 Summary:        Breton resources for Firefox
580 Summary(pl.UTF-8):      Bretońskie pliki językowe dla Firefoksa
581 Group:          I18n
582 Requires:       firefox >= %{version}
583 Provides:       firefox-lang-resources = %{version}
584 Obsoletes:      iceweasel-lang-br
585 Obsoletes:      mozilla-firefox-lang-br
586 BuildArch:      noarch
587
588 %description lang-br
589 Breton resources for Firefox.
590
591 %description lang-br -l pl.UTF-8
592 Bretońskie pliki językowe dla Firefoksa.
593
594 %package lang-bs
595 Summary:        Bosnian resources for Firefox
596 Summary(pl.UTF-8):      Bośniackie pliki językowe dla Firefoksa
597 Group:          I18n
598 Requires:       firefox >= %{version}
599 Provides:       firefox-lang-resources = %{version}
600 Obsoletes:      iceweasel-lang-bs
601 Obsoletes:      mozilla-firefox-lang-bs
602 BuildArch:      noarch
603
604 %description lang-bs
605 Bosnian resources for Firefox.
606
607 %description lang-bs -l pl.UTF-8
608 Bośniackie pliki językowe dla Firefoksa.
609
610 %package lang-ca
611 Summary:        Catalan resources for Firefox
612 Summary(ca.UTF-8):      Recursos catalans per Firefox
613 Summary(es.UTF-8):      Recursos catalanes para Firefox
614 Summary(pl.UTF-8):      Katalońskie pliki językowe dla Firefoksa
615 Group:          I18n
616 URL:            http://www.softcatala.org/projectes/mozilla/
617 Requires:       firefox >= %{version}
618 Provides:       firefox-lang-resources = %{version}
619 Obsoletes:      iceweasel-lang-ca
620 Obsoletes:      mozilla-firefox-lang-ca
621 BuildArch:      noarch
622
623 %description lang-ca
624 Catalan resources for Firefox.
625
626 %description lang-ca -l ca.UTF-8
627 Recursos catalans per Firefox.
628
629 %description lang-ca -l es.UTF-8
630 Recursos catalanes para Firefox.
631
632 %description lang-ca -l pl.UTF-8
633 Katalońskie pliki językowe dla Firefoksa.
634
635 %package lang-cak
636 Summary:        Kaqchikel resources for Firefox
637 Summary(pl.UTF-8):      Pliki językowe kaqchikel dla Firefoksa
638 Group:          I18n
639 Requires:       firefox >= %{version}
640 Provides:       firefox-lang-resources = %{version}
641 BuildArch:      noarch
642
643 %description lang-cak
644 Kaqchikel resources for Firefox.
645
646 %description lang-cak -l pl.UTF-8
647 Pliki językowe kaqchikel dla Firefoksa.
648
649 %package lang-cs
650 Summary:        Czech resources for Firefox
651 Summary(pl.UTF-8):      Czeskie pliki językowe dla Firefoksa
652 Group:          I18n
653 Requires:       firefox >= %{version}
654 Provides:       firefox-lang-resources = %{version}
655 Obsoletes:      iceweasel-lang-cs
656 Obsoletes:      mozilla-firefox-lang-cs
657 BuildArch:      noarch
658
659 %description lang-cs
660 Czech resources for Firefox.
661
662 %description lang-cs -l pl.UTF-8
663 Czeskie pliki językowe dla Firefoksa.
664
665 %package lang-csb
666 Summary:        Kashubian resources for Firefox
667 Summary(pl.UTF-8):      Kaszubskie pliki językowe dla Firefoksa
668 Group:          I18n
669 Requires:       firefox >= %{version}
670 Provides:       firefox-lang-resources = %{version}
671 Obsoletes:      iceweasel-lang-csb
672 Obsoletes:      mozilla-firefox-lang-csb
673 BuildArch:      noarch
674
675 %description lang-csb
676 Kashubian resources for Firefox.
677
678 %description lang-csb -l pl.UTF-8
679 Kaszubskie pliki językowe dla Firefoksa.
680
681 %package lang-cy
682 Summary:        Welsh resources for Firefox
683 Summary(pl.UTF-8):      Walijskie pliki językowe dla Firefoksa
684 Group:          I18n
685 Requires:       firefox >= %{version}
686 Provides:       firefox-lang-resources = %{version}
687 Obsoletes:      iceweasel-lang-cy
688 Obsoletes:      mozilla-firefox-lang-cy
689 BuildArch:      noarch
690
691 %description lang-cy
692 Welsh resources for Firefox.
693
694 %description lang-cy -l pl.UTF-8
695 Walijskie pliki językowe dla Firefoksa.
696
697 %package lang-da
698 Summary:        Danish resources for Firefox
699 Summary(pl.UTF-8):      Duńskie pliki językowe dla Firefoksa
700 Group:          I18n
701 Requires:       firefox >= %{version}
702 Provides:       firefox-lang-resources = %{version}
703 Obsoletes:      iceweasel-lang-da
704 Obsoletes:      mozilla-firefox-lang-da
705 BuildArch:      noarch
706
707 %description lang-da
708 Danish resources for Firefox.
709
710 %description lang-da -l pl.UTF-8
711 Duńskie pliki językowe dla Firefoksa.
712
713 %package lang-de
714 Summary:        German resources for Firefox
715 Summary(pl.UTF-8):      Niemieckie pliki językowe dla Firefoksa
716 Group:          I18n
717 Requires:       firefox >= %{version}
718 Provides:       firefox-lang-resources = %{version}
719 Obsoletes:      iceweasel-lang-de
720 Obsoletes:      mozilla-firefox-lang-de
721 BuildArch:      noarch
722
723 %description lang-de
724 German resources for Firefox.
725
726 %description lang-de -l pl.UTF-8
727 Niemieckie pliki językowe dla Firefoksa.
728
729 %package lang-dsb
730 Summary:        Lower Sorbian resources for Firefox
731 Summary(pl.UTF-8):      Dolnołużyckie pliki językowe dla Firefoksa
732 Group:          I18n
733 Requires:       firefox >= %{version}
734 Provides:       firefox-lang-resources = %{version}
735 Obsoletes:      iceweasel-lang-dsb
736 Obsoletes:      mozilla-firefox-lang-dsb
737 BuildArch:      noarch
738
739 %description lang-dsb
740 Lower Sorbian resources for Firefox.
741
742 %description lang-dsb -l pl.UTF-8
743 Dolnołużyckie pliki językowe dla Firefoksa.
744
745 %package lang-el
746 Summary:        Greek resources for Firefox
747 Summary(pl.UTF-8):      Greckie pliki językowe dla Firefoksa
748 Group:          I18n
749 Requires:       firefox >= %{version}
750 Provides:       firefox-lang-resources = %{version}
751 Obsoletes:      iceweasel-lang-el
752 Obsoletes:      mozilla-firefox-lang-el
753 BuildArch:      noarch
754
755 %description lang-el
756 Greek resources for Firefox.
757
758 %description lang-el -l pl.UTF-8
759 Greckie pliki językowe dla Firefoksa.
760
761 %package lang-en_CA
762 Summary:        English (Canadian) resources for Firefox
763 Summary(pl.UTF-8):      Angielskie (kanadyjskie) pliki językowe dla Firefoksa
764 Group:          I18n
765 Requires:       firefox >= %{version}
766 Provides:       firefox-lang-resources = %{version}
767 BuildArch:      noarch
768
769 %description lang-en_CA
770 English (Canadian) resources for Firefox.
771
772 %description lang-en_CA -l pl.UTF-8
773 Angielskie (kanadyjskie) pliki językowe dla Firefoksa.
774
775 %package lang-en_GB
776 Summary:        English (British) resources for Firefox
777 Summary(pl.UTF-8):      Angielskie (brytyjskie) pliki językowe dla Firefoksa
778 Group:          I18n
779 Requires:       firefox >= %{version}
780 Provides:       firefox-lang-resources = %{version}
781 Obsoletes:      iceweasel-lang-en_GB
782 Obsoletes:      mozilla-firefox-lang-en_GB
783 BuildArch:      noarch
784
785 %description lang-en_GB
786 English (British) resources for Firefox.
787
788 %description lang-en_GB -l pl.UTF-8
789 Angielskie (brytyjskie) pliki językowe dla Firefoksa.
790
791 %package lang-en_US
792 Summary:        English (American) resources for Firefox
793 Summary(pl.UTF-8):      Angielskie (amerykańskie) pliki językowe dla Firefoksa
794 Group:          I18n
795 Requires:       firefox >= %{version}
796 Provides:       firefox-lang-resources = %{version}
797 Obsoletes:      iceweasel-lang-en_US
798 Obsoletes:      mozilla-firefox-lang-en_US
799 BuildArch:      noarch
800
801 %description lang-en_US
802 English (American) resources for Firefox.
803
804 %description lang-en_US -l pl.UTF-8
805 Angielskie (amerykańskie) pliki językowe dla Firefoksa.
806
807 %package lang-eo
808 Summary:        Esperanto resources for Firefox
809 Summary(pl.UTF-8):      Pliki językowe esperanto dla Firefoksa
810 Group:          I18n
811 Requires:       firefox >= %{version}
812 Provides:       firefox-lang-resources = %{version}
813 Obsoletes:      iceweasel-lang-eo
814 Obsoletes:      mozilla-firefox-lang-eo
815 BuildArch:      noarch
816
817 %description lang-eo
818 Esperanto resources for Firefox.
819
820 %description lang-eo -l pl.UTF-8
821 Pliki językowe esperanto dla Firefoksa.
822
823 %package lang-es_AR
824 Summary:        Spanish (Andorra) resources for Firefox
825 Summary(ca.UTF-8):      Recursos espanyols (Andorra) per Firefox
826 Summary(es.UTF-8):      Recursos españoles (Andorra) para Firefox
827 Summary(pl.UTF-8):      Hiszpańskie pliki językowe dla Firefoksa (wersja dla Andory)
828 Group:          I18n
829 Requires:       firefox >= %{version}
830 Provides:       firefox-lang-resources = %{version}
831 Obsoletes:      iceweasel-lang-es_AR
832 Obsoletes:      mozilla-firefox-lang-es_AR
833 BuildArch:      noarch
834
835 %description lang-es_AR
836 Spanish (Spain) resources for Firefox.
837
838 %description lang-es_AR -l ca.UTF-8
839 Recursos espanyols (Andorra) per Firefox.
840
841 %description lang-es_AR -l es.UTF-8
842 Recursos españoles (Andorra) para Firefox.
843
844 %description lang-es_AR -l pl.UTF-8
845 Hiszpańskie pliki językowe dla Firefoksa (wersja dla Andory).
846
847 %package lang-es_CL
848 Summary:        Spanish (Chile) resources for Firefox
849 Summary(ca.UTF-8):      Recursos espanyols (Xile) per Firefox
850 Summary(es.UTF-8):      Recursos españoles (Chile) para Firefox
851 Summary(pl.UTF-8):      Hiszpańskie pliki językowe dla Firefoksa (wersja dla Chile)
852 Group:          I18n
853 Requires:       firefox >= %{version}
854 Provides:       firefox-lang-resources = %{version}
855 Obsoletes:      iceweasel-lang-es_CL
856 Obsoletes:      mozilla-firefox-lang-es_CL
857 BuildArch:      noarch
858
859 %description lang-es_CL
860 Spanish (Chile) resources for Firefox.
861
862 %description lang-es_CL -l ca.UTF-8
863 Recursos espanyols (Xile) per Firefox.
864
865 %description lang-es_CL -l es.UTF-8
866 Recursos españoles (Chile) para Firefox.
867
868 %description lang-es_CL -l pl.UTF-8
869 Hiszpańskie pliki językowe dla Firefoksa (wersja dla Chile).
870
871 %package lang-es
872 Summary:        Spanish (Spain) resources for Firefox
873 Summary(ca.UTF-8):      Recursos espanyols (Espanya) per Firefox
874 Summary(es.UTF-8):      Recursos españoles (España) para Firefox
875 Summary(pl.UTF-8):      Hiszpańskie pliki językowe dla Firefoksa (wersja dla Hiszpanii)
876 Group:          I18n
877 Requires:       firefox >= %{version}
878 Provides:       firefox-lang-resources = %{version}
879 Obsoletes:      iceweasel-lang-es
880 Obsoletes:      mozilla-firefox-lang-es
881 BuildArch:      noarch
882
883 %description lang-es
884 Spanish (Spain) resources for Firefox.
885
886 %description lang-es -l ca.UTF-8
887 Recursos espanyols (Espanya) per Firefox.
888
889 %description lang-es -l es.UTF-8
890 Recursos españoles (España) para Firefox.
891
892 %description lang-es -l pl.UTF-8
893 Hiszpańskie pliki językowe dla Firefoksa (wersja dla Hiszpanii).
894
895 %package lang-es_MX
896 Summary:        Spanish (Mexico) resources for Firefox
897 Summary(ca.UTF-8):      Recursos espanyols (Mèxic) per Firefox
898 Summary(es.UTF-8):      Recursos españoles (México) para Firefox
899 Summary(pl.UTF-8):      Hiszpańskie pliki językowe dla Firefoksa (wersja dla Meksyku)
900 Group:          I18n
901 Requires:       firefox >= %{version}
902 Provides:       firefox-lang-resources = %{version}
903 Obsoletes:      iceweasel-lang-es_MX
904 Obsoletes:      mozilla-firefox-lang-es_MX
905 BuildArch:      noarch
906
907 %description lang-es_MX
908 Spanish (Mexico) resources for Firefox.
909
910 %description lang-es_MX -l ca.UTF-8
911 Recursos espanyols (Mèxic) per Firefox.
912
913 %description lang-es_MX -l es.UTF-8
914 Recursos españoles (México) para Firefox.
915
916 %description lang-es_MX -l pl.UTF-8
917 Hiszpańskie pliki językowe dla Firefoksa (wersja dla Meksyku).
918
919 %package lang-et
920 Summary:        Estonian resources for Firefox
921 Summary(pl.UTF-8):      Estońskie pliki językowe dla Firefoksa
922 Group:          I18n
923 Requires:       firefox >= %{version}
924 Provides:       firefox-lang-resources = %{version}
925 Obsoletes:      iceweasel-lang-et
926 Obsoletes:      mozilla-firefox-lang-et
927 BuildArch:      noarch
928
929 %description lang-et
930 Estonian resources for Firefox.
931
932 %description lang-et -l pl.UTF-8
933 Estońskie pliki językowe dla Firefoksa.
934
935 %package lang-eu
936 Summary:        Basque resources for Firefox
937 Summary(pl.UTF-8):      Baskijskie pliki językowe dla Firefoksa
938 Group:          I18n
939 Requires:       firefox >= %{version}
940 Provides:       firefox-lang-resources = %{version}
941 Obsoletes:      iceweasel-lang-eu
942 Obsoletes:      mozilla-firefox-lang-eu
943 BuildArch:      noarch
944
945 %description lang-eu
946 Basque resources for Firefox.
947
948 %description lang-eu -l pl.UTF-8
949 Baskijskie pliki językowe dla Firefoksa.
950
951 %package lang-fa
952 Summary:        Persian resources for Firefox
953 Summary(pl.UTF-8):      Perskie pliki językowe dla Firefoksa
954 Group:          I18n
955 Requires:       firefox >= %{version}
956 Provides:       firefox-lang-resources = %{version}
957 Obsoletes:      iceweasel-lang-fa
958 Obsoletes:      mozilla-firefox-lang-fa
959 BuildArch:      noarch
960
961 %description lang-fa
962 Persian resources for Firefox.
963
964 %description lang-fa -l pl.UTF-8
965 Perskie pliki językowe dla Firefoksa.
966
967 %package lang-ff
968 Summary:        Fulah resources for Firefox
969 Summary(pl.UTF-8):      Pliki językowe fulani dla Firefoksa
970 Group:          I18n
971 Requires:       firefox >= %{version}
972 Provides:       firefox-lang-resources = %{version}
973 Obsoletes:      iceweasel-lang-ff
974 Obsoletes:      mozilla-firefox-lang-ff
975 BuildArch:      noarch
976
977 %description lang-ff
978 Fulah resources for Firefox.
979
980 %description lang-ff -l pl.UTF-8
981 Pliki językowe fulani dla Firefoksa.
982
983 %package lang-fi
984 Summary:        Finnish resources for Firefox
985 Summary(pl.UTF-8):      Fińskie pliki językowe dla Firefoksa
986 Group:          I18n
987 Requires:       firefox >= %{version}
988 Provides:       firefox-lang-resources = %{version}
989 Obsoletes:      iceweasel-lang-fi
990 Obsoletes:      mozilla-firefox-lang-fi
991 BuildArch:      noarch
992
993 %description lang-fi
994 Finnish resources for Firefox.
995
996 %description lang-fi -l pl.UTF-8
997 Fińskie pliki językowe dla Firefoksa.
998
999 %package lang-fr
1000 Summary:        French resources for Firefox
1001 Summary(pl.UTF-8):      Francuskie pliki językowe dla Firefoksa
1002 Group:          I18n
1003 Requires:       firefox >= %{version}
1004 Provides:       firefox-lang-resources = %{version}
1005 Obsoletes:      iceweasel-lang-fr
1006 Obsoletes:      mozilla-firefox-lang-fr
1007 BuildArch:      noarch
1008
1009 %description lang-fr
1010 French resources for Firefox.
1011
1012 %description lang-fr -l pl.UTF-8
1013 Francuskie pliki językowe dla Firefoksa.
1014
1015 %package lang-fy
1016 Summary:        Frisian resources for Firefox
1017 Summary(pl.UTF-8):      Fryzyjskie pliki językowe dla Firefoksa
1018 Group:          I18n
1019 Requires:       firefox >= %{version}
1020 Provides:       firefox-lang-resources = %{version}
1021 Obsoletes:      iceweasel-lang-fy
1022 Obsoletes:      mozilla-firefox-lang-fy
1023 BuildArch:      noarch
1024
1025 %description lang-fy
1026 Frisian resources for Firefox.
1027
1028 %description lang-fy -l pl.UTF-8
1029 Fryzyjskie pliki językowe dla Firefoksa.
1030
1031 %package lang-ga
1032 Summary:        Irish resources for Firefox
1033 Summary(pl.UTF-8):      Irlandzkie pliki językowe dla Firefoksa
1034 Group:          I18n
1035 Requires:       firefox >= %{version}
1036 Provides:       firefox-lang-resources = %{version}
1037 Obsoletes:      iceweasel-lang-ga
1038 Obsoletes:      mozilla-firefox-lang-ga
1039 BuildArch:      noarch
1040
1041 %description lang-ga
1042 Irish resources for Firefox.
1043
1044 %description lang-ga -l pl.UTF-8
1045 Irlandzkie pliki językowe dla Firefoksa.
1046
1047 %package lang-gd
1048 Summary:        Gaelic resources for Firefox
1049 Summary(pl.UTF-8):      Szkockie (gaelickie) pliki językowe dla Firefoksa
1050 Group:          I18n
1051 Requires:       firefox >= %{version}
1052 Provides:       firefox-lang-resources = %{version}
1053 Obsoletes:      iceweasel-lang-gd
1054 Obsoletes:      mozilla-firefox-lang-gd
1055 BuildArch:      noarch
1056
1057 %description lang-gd
1058 Gaelic resources for Firefox.
1059
1060 %description lang-gd -l pl.UTF-8
1061 Szkockie (gaelickie) pliki językowe dla Firefoksa.
1062
1063 %package lang-gl
1064 Summary:        Galician resources for Firefox
1065 Summary(pl.UTF-8):      Galicyjskie pliki językowe dla Firefoksa
1066 Group:          I18n
1067 Requires:       firefox >= %{version}
1068 Provides:       firefox-lang-resources = %{version}
1069 Obsoletes:      iceweasel-lang-gl
1070 Obsoletes:      mozilla-firefox-lang-gl
1071 BuildArch:      noarch
1072
1073 %description lang-gl
1074 Galician resources for Firefox.
1075
1076 %description lang-gl -l pl.UTF-8
1077 Galicyjskie pliki językowe dla Firefoksa.
1078
1079 %package lang-gn
1080 Summary:        Guarani resources for Firefox
1081 Summary(pl.UTF-8):      Pliki językowe guarani dla Firefoksa
1082 Group:          I18n
1083 Requires:       firefox >= %{version}
1084 Provides:       firefox-lang-resources = %{version}
1085 Obsoletes:      iceweasel-lang-gn
1086 Obsoletes:      mozilla-firefox-lang-gn
1087 BuildArch:      noarch
1088
1089 %description lang-gn
1090 Guarani resources for Firefox.
1091
1092 %description lang-gn -l pl.UTF-8
1093 Pliki językowe guarani dla Firefoksa.
1094
1095 %package lang-gu
1096 Summary:        Gujarati resources for Firefox
1097 Summary(pl.UTF-8):      Pliki językowe gudźarati dla Firefoksa
1098 Group:          I18n
1099 Requires:       firefox >= %{version}
1100 Provides:       firefox-lang-resources = %{version}
1101 Obsoletes:      iceweasel-lang-gu
1102 Obsoletes:      mozilla-firefox-lang-gu
1103 BuildArch:      noarch
1104
1105 %description lang-gu
1106 Gujarati resources for Firefox.
1107
1108 %description lang-gu -l pl.UTF-8
1109 Pliki językowe gudźarati dla Firefoksa.
1110
1111 %package lang-he
1112 Summary:        Hebrew resources for Firefox
1113 Summary(pl.UTF-8):      Hebrajskie pliki językowe dla Firefoksa
1114 Group:          I18n
1115 Requires:       firefox >= %{version}
1116 Provides:       firefox-lang-resources = %{version}
1117 Obsoletes:      iceweasel-lang-he
1118 Obsoletes:      mozilla-firefox-lang-he
1119 BuildArch:      noarch
1120
1121 %description lang-he
1122 Hebrew resources for Firefox.
1123
1124 %description lang-he -l pl.UTF-8
1125 Hebrajskie pliki językowe dla Firefoksa.
1126
1127 %package lang-hi
1128 Summary:        Hindi resources for Firefox
1129 Summary(pl.UTF-8):      Pliki językowe hindi dla Firefoksa
1130 Group:          I18n
1131 Requires:       firefox >= %{version}
1132 Provides:       firefox-lang-resources = %{version}
1133 Obsoletes:      iceweasel-lang-hi
1134 Obsoletes:      mozilla-firefox-lang-hi
1135 BuildArch:      noarch
1136
1137 %description lang-hi
1138 Hindi resources for Firefox.
1139
1140 %description lang-hi -l pl.UTF-8
1141 Pliki językowe hindi dla Firefoksa.
1142
1143 %package lang-hr
1144 Summary:        Croatian resources for Firefox
1145 Summary(pl.UTF-8):      Chorwackie pliki językowe dla Firefoksa
1146 Group:          I18n
1147 Requires:       firefox >= %{version}
1148 Provides:       firefox-lang-resources = %{version}
1149 Obsoletes:      iceweasel-lang-hr
1150 Obsoletes:      mozilla-firefox-lang-hr
1151 BuildArch:      noarch
1152
1153 %description lang-hr
1154 Croatian resources for Firefox.
1155
1156 %description lang-hr -l pl.UTF-8
1157 Chorwackie pliki językowe dla Firefoksa.
1158
1159 %package lang-hsb
1160 Summary:        Upper Sorbian resources for Firefox
1161 Summary(pl.UTF-8):      Górnołużyckie pliki językowe dla Firefoksa
1162 Group:          I18n
1163 Requires:       firefox >= %{version}
1164 Provides:       firefox-lang-resources = %{version}
1165 Obsoletes:      iceweasel-lang-hsb
1166 Obsoletes:      mozilla-firefox-lang-hsb
1167 BuildArch:      noarch
1168
1169 %description lang-hsb
1170 Upper Sorbian resources for Firefox.
1171
1172 %description lang-hsb -l pl.UTF-8
1173 Górnołużyckie pliki językowe dla Firefoksa.
1174
1175 %package lang-hu
1176 Summary:        Hungarian resources for Firefox
1177 Summary(hu.UTF-8):      Magyar nyelv Firefox-hez
1178 Summary(pl.UTF-8):      Węgierskie pliki językowe dla Firefoksa
1179 Group:          I18n
1180 Requires:       firefox >= %{version}
1181 Provides:       firefox-lang-resources = %{version}
1182 Obsoletes:      iceweasel-lang-hu
1183 Obsoletes:      mozilla-firefox-lang-hu
1184 BuildArch:      noarch
1185
1186 %description lang-hu
1187 Hungarian resources for Firefox.
1188
1189 %description lang-hu -l hu.UTF-8
1190 Magyar nyelv Firefox-hez.
1191
1192 %description lang-hu -l pl.UTF-8
1193 Węgierskie pliki językowe dla Firefoksa.
1194
1195 %package lang-hy
1196 Summary:        Armenian resources for Firefox
1197 Summary(pl.UTF-8):      Ormiańskie pliki językowe dla Firefoksa
1198 Group:          I18n
1199 Requires:       firefox >= %{version}
1200 Provides:       firefox-lang-resources = %{version}
1201 Obsoletes:      iceweasel-lang-hy
1202 Obsoletes:      mozilla-firefox-lang-hy
1203 BuildArch:      noarch
1204
1205 %description lang-hy
1206 Armenian resources for Firefox.
1207
1208 %description lang-hy -l pl.UTF-8
1209 Ormiańskie pliki językowe dla Firefoksa.
1210
1211 %package lang-ia
1212 Summary:        Interlingua resources for Firefox
1213 Summary(pl.UTF-8):      Pliki językowe interlingua dla Firefoksa
1214 Group:          I18n
1215 Requires:       %{name} >= %{version}
1216 Provides:       %{name}-lang-resources = %{version}
1217 BuildArch:      noarch
1218
1219 %description lang-ia
1220 Interlingua resources for Firefox.
1221
1222 %description lang-ia -l pl.UTF-8
1223 Pliki językowe interlingua dla Firefoksa.
1224
1225 %package lang-id
1226 Summary:        Indonesian resources for Firefox
1227 Summary(pl.UTF-8):      Indonezyjskie pliki językowe dla Firefoksa
1228 Group:          I18n
1229 Requires:       firefox >= %{version}
1230 Provides:       firefox-lang-resources = %{version}
1231 Obsoletes:      iceweasel-lang-id
1232 Obsoletes:      mozilla-firefox-lang-id
1233 BuildArch:      noarch
1234
1235 %description lang-id
1236 Indonesian resources for Firefox.
1237
1238 %description lang-id -l pl.UTF-8
1239 Indonezyjskie pliki językowe dla Firefoksa.
1240
1241 %package lang-is
1242 Summary:        Icelandic resources for Firefox
1243 Summary(pl.UTF-8):      Islandzkie pliki językowe dla Firefoksa
1244 Group:          I18n
1245 Requires:       firefox >= %{version}
1246 Provides:       firefox-lang-resources = %{version}
1247 Obsoletes:      iceweasel-lang-is
1248 Obsoletes:      mozilla-firefox-lang-is
1249 BuildArch:      noarch
1250
1251 %description lang-is
1252 Icelandic resources for Firefox.
1253
1254 %description lang-is -l pl.UTF-8
1255 Islandzkie pliki językowe dla Firefoksa.
1256
1257 %package lang-it
1258 Summary:        Italian resources for Firefox
1259 Summary(pl.UTF-8):      Włoskie pliki językowe dla Firefoksa
1260 Group:          I18n
1261 Requires:       firefox >= %{version}
1262 Provides:       firefox-lang-resources = %{version}
1263 Obsoletes:      iceweasel-lang-it
1264 Obsoletes:      mozilla-firefox-lang-it
1265 BuildArch:      noarch
1266
1267 %description lang-it
1268 Italian resources for Firefox.
1269
1270 %description lang-it -l pl.UTF-8
1271 Włoskie pliki językowe dla Firefoksa.
1272
1273 %package lang-ja
1274 Summary:        Japanese resources for Firefox
1275 Summary(pl.UTF-8):      Japońskie pliki językowe dla Firefoksa
1276 Group:          I18n
1277 Requires:       firefox >= %{version}
1278 Provides:       firefox-lang-resources = %{version}
1279 Obsoletes:      iceweasel-lang-ja
1280 Obsoletes:      mozilla-firefox-lang-ja
1281 BuildArch:      noarch
1282
1283 %description lang-ja
1284 Japanese resources for Firefox.
1285
1286 %description lang-ja -l pl.UTF-8
1287 Japońskie pliki językowe dla Firefoksa.
1288
1289 %package lang-ka
1290 Summary:        Georgian resources for Firefox
1291 Summary(pl.UTF-8):      Gruzińskie pliki językowe dla Firefoksa
1292 Group:          I18n
1293 Requires:       firefox >= %{version}
1294 Provides:       firefox-lang-resources = %{version}
1295 Obsoletes:      iceweasel-lang-ka
1296 Obsoletes:      mozilla-firefox-lang-ka
1297 BuildArch:      noarch
1298
1299 %description lang-ka
1300 Georgian resources for Firefox.
1301
1302 %description lang-ka -l pl.UTF-8
1303 Gruzińskie pliki językowe dla Firefoksa.
1304
1305 %package lang-kab
1306 Summary:        Kabyle resources for Firefox
1307 Summary(pl.UTF-8):      Kabylskie pliki językowe dla Firefoksa
1308 Group:          I18n
1309 Requires:       firefox >= %{version}
1310 Provides:       firefox-lang-resources = %{version}
1311 BuildArch:      noarch
1312
1313 %description lang-kab
1314 Kabyle resources for Firefox.
1315
1316 %description lang-kab -l pl.UTF-8
1317 Kabylskie pliki językowe dla Firefoksa.
1318
1319 %package lang-kk
1320 Summary:        Kazakh resources for Firefox
1321 Summary(pl.UTF-8):      Kazachskie pliki językowe dla Firefoksa
1322 Group:          I18n
1323 Requires:       firefox >= %{version}
1324 Provides:       firefox-lang-resources = %{version}
1325 Obsoletes:      iceweasel-lang-kk
1326 Obsoletes:      mozilla-firefox-lang-kk
1327 BuildArch:      noarch
1328
1329 %description lang-kk
1330 Kazakh resources for Firefox.
1331
1332 %description lang-kk -l pl.UTF-8
1333 Kazachskie pliki językowe dla Firefoksa.
1334
1335 %package lang-km
1336 Summary:        Khmer resources for Firefox
1337 Summary(pl.UTF-8):      Khmerskie pliki językowe dla Firefoksa
1338 Group:          I18n
1339 Requires:       firefox >= %{version}
1340 Provides:       firefox-lang-resources = %{version}
1341 Obsoletes:      iceweasel-lang-km
1342 Obsoletes:      mozilla-firefox-lang-km
1343 BuildArch:      noarch
1344
1345 %description lang-km
1346 Khmer resources for Firefox.
1347
1348 %description lang-km -l pl.UTF-8
1349 Khmerskie pliki językowe dla Firefoksa.
1350
1351 %package lang-kn
1352 Summary:        Kannada resources for Firefox
1353 Summary(pl.UTF-8):      Pliki językowe kannada dla Firefoksa
1354 Group:          I18n
1355 Requires:       firefox >= %{version}
1356 Provides:       firefox-lang-resources = %{version}
1357 Obsoletes:      iceweasel-lang-kn
1358 Obsoletes:      mozilla-firefox-lang-kn
1359 BuildArch:      noarch
1360
1361 %description lang-kn
1362 Kannada resources for Firefox.
1363
1364 %description lang-kn -l pl.UTF-8
1365 Pliki językowe kannada dla Firefoksa.
1366
1367 %package lang-ko
1368 Summary:        Korean resources for Firefox
1369 Summary(pl.UTF-8):      Koreańskie pliki językowe dla Firefoksa
1370 Group:          I18n
1371 Requires:       firefox >= %{version}
1372 Provides:       firefox-lang-resources = %{version}
1373 Obsoletes:      iceweasel-lang-ko
1374 Obsoletes:      mozilla-firefox-lang-ko
1375 BuildArch:      noarch
1376
1377 %description lang-ko
1378 Korean resources for Firefox.
1379
1380 %description lang-ko -l pl.UTF-8
1381 Koreańskie pliki językowe dla Firefoksa.
1382
1383 %package lang-ku
1384 Summary:        Kurdish resources for Firefox
1385 Summary(pl.UTF-8):      Kurdyjskie pliki językowe dla Firefoksa
1386 Group:          I18n
1387 Requires:       firefox >= %{version}
1388 Provides:       firefox-lang-resources = %{version}
1389 Obsoletes:      iceweasel-lang-ku
1390 Obsoletes:      mozilla-firefox-lang-ku
1391 BuildArch:      noarch
1392
1393 %description lang-ku
1394 Kurdish resources for Firefox.
1395
1396 %description lang-ku -l pl.UTF-8
1397 Kurdyjskie pliki językowe dla Firefoksa.
1398
1399 %package lang-lij
1400 Summary:        Ligurian resources for Firefox
1401 Summary(pl.UTF-8):      Liguryjskie pliki językowe dla Firefoksa
1402 Group:          I18n
1403 Requires:       firefox >= %{version}
1404 Provides:       firefox-lang-resources = %{version}
1405 Obsoletes:      iceweasel-lang-lij
1406 Obsoletes:      mozilla-firefox-lang-lij
1407 BuildArch:      noarch
1408
1409 %description lang-lij
1410 Ligurian resources for Firefox.
1411
1412 %description lang-lij -l pl.UTF-8
1413 Liguryjskie pliki językowe dla Firefoksa.
1414
1415 %package lang-lt
1416 Summary:        Lithuanian resources for Firefox
1417 Summary(pl.UTF-8):      Litewskie pliki językowe dla Firefoksa
1418 Group:          I18n
1419 Requires:       firefox >= %{version}
1420 Provides:       firefox-lang-resources = %{version}
1421 Obsoletes:      iceweasel-lang-lt
1422 Obsoletes:      mozilla-firefox-lang-lt
1423 BuildArch:      noarch
1424
1425 %description lang-lt
1426 Lithuanian resources for Firefox.
1427
1428 %description lang-lt -l pl.UTF-8
1429 Litewskie pliki językowe dla Firefoksa.
1430
1431 %package lang-lv
1432 Summary:        Latvian resources for Firefox
1433 Summary(pl.UTF-8):      Łotewskie pliki językowe dla Firefoksa
1434 Group:          I18n
1435 Requires:       firefox >= %{version}
1436 Provides:       firefox-lang-resources = %{version}
1437 Obsoletes:      iceweasel-lang-lv
1438 Obsoletes:      mozilla-firefox-lang-lv
1439 BuildArch:      noarch
1440
1441 %description lang-lv
1442 Latvian resources for Firefox.
1443
1444 %description lang-lv -l pl.UTF-8
1445 Łotewskie pliki językowe dla Firefoksa.
1446
1447 %package lang-mk
1448 Summary:        Macedonian resources for Firefox
1449 Summary(pl.UTF-8):      Macedońskie pliki językowe dla Firefoksa
1450 Group:          I18n
1451 Requires:       firefox >= %{version}
1452 Provides:       firefox-lang-resources = %{version}
1453 Obsoletes:      iceweasel-lang-mk
1454 Obsoletes:      mozilla-firefox-lang-mk
1455 BuildArch:      noarch
1456
1457 %description lang-mk
1458 Macedonian resources for Firefox.
1459
1460 %description lang-mk -l pl.UTF-8
1461 Macedońskie pliki językowe dla Firefoksa.
1462
1463 %package lang-mr
1464 Summary:        Marathi resources for Firefox
1465 Summary(pl.UTF-8):      Pliki językowe marathi dla Firefoksa
1466 Group:          I18n
1467 Requires:       firefox >= %{version}
1468 Provides:       firefox-lang-resources = %{version}
1469 Obsoletes:      iceweasel-lang-mr
1470 Obsoletes:      mozilla-firefox-lang-mr
1471 BuildArch:      noarch
1472
1473 %description lang-mr
1474 Marathi resources for Firefox.
1475
1476 %description lang-mr -l pl.UTF-8
1477 Pliki językowe marathi dla Firefoksa.
1478
1479 %package lang-ms
1480 Summary:        Malay resources for Firefox
1481 Summary(pl.UTF-8):      Malajskie pliki językowe dla Firefoksa
1482 Group:          I18n
1483 Requires:       firefox >= %{version}
1484 Provides:       firefox-lang-resources = %{version}
1485 Obsoletes:      iceweasel-lang-ms
1486 Obsoletes:      mozilla-firefox-lang-ms
1487 BuildArch:      noarch
1488
1489 %description lang-ms
1490 Malay resources for Firefox.
1491
1492 %description lang-ms -l pl.UTF-8
1493 Malajskie pliki językowe dla Firefoksa.
1494
1495 %package lang-my
1496 Summary:        Burmese resources for Firefox
1497 Summary(pl.UTF-8):      Birmańskie pliki językowe dla Firefoksa
1498 Group:          I18n
1499 Requires:       firefox >= %{version}
1500 Provides:       firefox-lang-resources = %{version}
1501 BuildArch:      noarch
1502
1503 %description lang-my
1504 Burmese resources for Firefox.
1505
1506 %description lang-my -l pl.UTF-8
1507 Birmańskie pliki językowe dla Firefoksa.
1508
1509 %package lang-nb
1510 Summary:        Norwegian Bokmaal resources for Firefox
1511 Summary(pl.UTF-8):      Norweskie (bokmaal) pliki językowe dla Firefoksa
1512 Group:          I18n
1513 Requires:       firefox >= %{version}
1514 Provides:       firefox-lang-resources = %{version}
1515 Obsoletes:      iceweasel-lang-nb
1516 Obsoletes:      mozilla-firefox-lang-nb
1517 BuildArch:      noarch
1518
1519 %description lang-nb
1520 Norwegian Bokmaal resources for Firefox.
1521
1522 %description lang-nb -l pl.UTF-8
1523 Norweskie (bokmaal) pliki językowe dla Firefoksa.
1524
1525 %package lang-ne
1526 Summary:        Nepali resources for Firefox
1527 Summary(pl.UTF-8):      Nepalskie pliki językowe dla Firefoksa
1528 Group:          I18n
1529 Requires:       %{name} >= %{version}
1530 Provides:       %{name}-lang-resources = %{version}
1531 BuildArch:      noarch
1532
1533 %description lang-ne
1534 Nepali resources for Firefox.
1535
1536 %description lang-ne -l pl.UTF-8
1537 Nepalskie pliki językowe dla Firefoksa.
1538
1539 %package lang-nl
1540 Summary:        Dutch resources for Firefox
1541 Summary(pl.UTF-8):      Holenderskie pliki językowe dla Firefoksa
1542 Group:          I18n
1543 Requires:       firefox >= %{version}
1544 Provides:       firefox-lang-resources = %{version}
1545 Obsoletes:      iceweasel-lang-nl
1546 Obsoletes:      mozilla-firefox-lang-nl
1547 BuildArch:      noarch
1548
1549 %description lang-nl
1550 Dutch resources for Firefox.
1551
1552 %description lang-nl -l pl.UTF-8
1553 Holenderskie pliki językowe dla Firefoksa.
1554
1555 %package lang-nn
1556 Summary:        Norwegian Nynorsk resources for Firefox
1557 Summary(pl.UTF-8):      Norweskie (nynorsk) pliki językowe dla Firefoksa
1558 Group:          I18n
1559 Requires:       firefox >= %{version}
1560 Provides:       firefox-lang-resources = %{version}
1561 Obsoletes:      iceweasel-lang-nn
1562 Obsoletes:      mozilla-firefox-lang-nn
1563 BuildArch:      noarch
1564
1565 %description lang-nn
1566 Norwegian Nynorsk resources for Firefox.
1567
1568 %description lang-nn -l pl.UTF-8
1569 Norweskie (nynorsk) pliki językowe dla Firefoksa.
1570
1571 %package lang-oc
1572 Summary:        Occitan resources for Firefox
1573 Summary(pl.UTF-8):      Oksytańskie pliki językowe dla Firefoksa
1574 Group:          I18n
1575 Requires:       %{name} >= %{version}
1576 Provides:       %{name}-lang-resources = %{version}
1577 BuildArch:      noarch
1578
1579 %description lang-oc
1580 Occitan resources for Firefox.
1581
1582 %description lang-oc -l pl.UTF-8
1583 Oksytańskie pliki językowe dla Firefoksa.
1584
1585 %package lang-pa
1586 Summary:        Panjabi resources for Firefox
1587 Summary(pl.UTF-8):      Pendżabskie pliki językowe dla Firefoksa
1588 Group:          I18n
1589 Requires:       firefox >= %{version}
1590 Provides:       firefox-lang-resources = %{version}
1591 Obsoletes:      iceweasel-lang-pa
1592 Obsoletes:      mozilla-firefox-lang-pa
1593 BuildArch:      noarch
1594
1595 %description lang-pa
1596 Panjabi resources for Firefox.
1597
1598 %description lang-pa -l pl.UTF-8
1599 Pendżabskie pliki językowe dla Firefoksa.
1600
1601 %package lang-pl
1602 Summary:        Polish resources for Firefox
1603 Summary(pl.UTF-8):      Polskie pliki językowe dla Firefoksa
1604 Group:          I18n
1605 URL:            http://www.firefox.pl/
1606 Requires:       firefox >= %{version}
1607 Provides:       firefox-lang-resources = %{version}
1608 Obsoletes:      iceweasel-lang-pl
1609 Obsoletes:      mozilla-firefox-lang-pl
1610 BuildArch:      noarch
1611
1612 %description lang-pl
1613 Polish resources for Firefox.
1614
1615 %description lang-pl -l pl.UTF-8
1616 Polskie pliki językowe dla Firefoksa.
1617
1618 %package lang-pt_BR
1619 Summary:        Portuguese (Brazil) resources for Firefox
1620 Summary(pl.UTF-8):      Portugalskie (brazylijskie) pliki językowe dla Firefoksa
1621 Group:          I18n
1622 Requires:       firefox >= %{version}
1623 Provides:       firefox-lang-resources = %{version}
1624 Obsoletes:      iceweasel-lang-pt_BR
1625 Obsoletes:      mozilla-firefox-lang-pt_BR
1626 BuildArch:      noarch
1627
1628 %description lang-pt_BR
1629 Portuguese (Brazil) resources for Firefox.
1630
1631 %description lang-pt_BR -l pl.UTF-8
1632 Portugalskie (brazylijskie) pliki językowe dla Firefoksa.
1633
1634 %package lang-pt
1635 Summary:        Portuguese (Portugal) resources for Firefox
1636 Summary(pl.UTF-8):      Portugalskie pliki językowe dla Firefoksa (wersja dla Portugalii)
1637 Group:          I18n
1638 Requires:       firefox >= %{version}
1639 Provides:       firefox-lang-resources = %{version}
1640 Obsoletes:      iceweasel-lang-pt
1641 Obsoletes:      mozilla-firefox-lang-pt
1642 BuildArch:      noarch
1643
1644 %description lang-pt
1645 Portuguese (Portugal) resources for Firefox.
1646
1647 %description lang-pt -l pl.UTF-8
1648 Portugalskie pliki językowe dla Firefoksa (wersja dla Portugalii).
1649
1650 %package lang-rm
1651 Summary:        Romansh resources for Firefox
1652 Summary(pl.UTF-8):      Retoromańskie pliki językowe dla Firefoksa
1653 Group:          I18n
1654 Requires:       firefox >= %{version}
1655 Provides:       firefox-lang-resources = %{version}
1656 Obsoletes:      iceweasel-lang-rm
1657 Obsoletes:      mozilla-firefox-lang-rm
1658 BuildArch:      noarch
1659
1660 %description lang-rm
1661 Romansh resources for Firefox.
1662
1663 %description lang-rm -l pl.UTF-8
1664 Retoromańskie pliki językowe dla Firefoksa.
1665
1666 %package lang-ro
1667 Summary:        Romanian resources for Firefox
1668 Summary(pl.UTF-8):      Rumuńskie pliki językowe dla Firefoksa
1669 Group:          I18n
1670 Requires:       firefox >= %{version}
1671 Provides:       firefox-lang-resources = %{version}
1672 Obsoletes:      iceweasel-lang-ro
1673 Obsoletes:      mozilla-firefox-lang-ro
1674 BuildArch:      noarch
1675
1676 %description lang-ro
1677 Romanian resources for Firefox.
1678
1679 %description lang-ro -l pl.UTF-8
1680 Rumuńskie pliki językowe dla Firefoksa.
1681
1682 %package lang-ru
1683 Summary:        Russian resources for Firefox
1684 Summary(pl.UTF-8):      Rosyjskie pliki językowe dla Firefoksa
1685 Group:          I18n
1686 Requires:       firefox >= %{version}
1687 Provides:       firefox-lang-resources = %{version}
1688 Obsoletes:      iceweasel-lang-ru
1689 Obsoletes:      mozilla-firefox-lang-ru
1690 BuildArch:      noarch
1691
1692 %description lang-ru
1693 Russian resources for Firefox.
1694
1695 %description lang-ru -l pl.UTF-8
1696 Rosyjskie pliki językowe dla Firefoksa.
1697
1698 %package lang-si
1699 Summary:        Sinhala resources for Firefox
1700 Summary(pl.UTF-8):      Syngaleskie pliki językowe dla Firefoksa
1701 Group:          I18n
1702 Requires:       firefox >= %{version}
1703 Provides:       firefox-lang-resources = %{version}
1704 Obsoletes:      iceweasel-lang-si
1705 Obsoletes:      mozilla-firefox-lang-si
1706 BuildArch:      noarch
1707
1708 %description lang-si
1709 Sinhala resources for Firefox.
1710
1711 %description lang-si -l pl.UTF-8
1712 Syngaleskie pliki językowe dla Firefoksa.
1713
1714 %package lang-sk
1715 Summary:        Slovak resources for Firefox
1716 Summary(pl.UTF-8):      Słowackie pliki językowe dla Firefoksa
1717 Group:          I18n
1718 Requires:       firefox >= %{version}
1719 Provides:       firefox-lang-resources = %{version}
1720 Obsoletes:      iceweasel-lang-sk
1721 Obsoletes:      mozilla-firefox-lang-sk
1722 BuildArch:      noarch
1723
1724 %description lang-sk
1725 Slovak resources for Firefox.
1726
1727 %description lang-sk -l pl.UTF-8
1728 Słowackie pliki językowe dla Firefoksa.
1729
1730 %package lang-sl
1731 Summary:        Slovene resources for Firefox
1732 Summary(pl.UTF-8):      Słoweńskie pliki językowe dla Firefoksa
1733 Group:          I18n
1734 Requires:       firefox >= %{version}
1735 Provides:       firefox-lang-resources = %{version}
1736 Obsoletes:      iceweasel-lang-sl
1737 Obsoletes:      mozilla-firefox-lang-sl
1738 BuildArch:      noarch
1739
1740 %description lang-sl
1741 Slovene resources for Firefox.
1742
1743 %description lang-sl -l pl.UTF-8
1744 Słoweńskie pliki językowe dla Firefoksa.
1745
1746 %package lang-son
1747 Summary:        Songhai resources for Firefox
1748 Summary(pl.UTF-8):      Songhajskie pliki językowe dla Firefoksa
1749 Group:          I18n
1750 Requires:       firefox >= %{version}
1751 Provides:       firefox-lang-resources = %{version}
1752 Obsoletes:      iceweasel-lang-son
1753 Obsoletes:      mozilla-firefox-lang-son
1754 BuildArch:      noarch
1755
1756 %description lang-son
1757 Songhai resources for Firefox.
1758
1759 %description lang-son -l pl.UTF-8
1760 Songhajskie pliki językowe dla Firefoksa.
1761
1762 %package lang-sq
1763 Summary:        Albanian resources for Firefox
1764 Summary(pl.UTF-8):      Albańskie pliki językowe dla Firefoksa
1765 Group:          I18n
1766 Requires:       firefox >= %{version}
1767 Provides:       firefox-lang-resources = %{version}
1768 Obsoletes:      iceweasel-lang-sq
1769 Obsoletes:      mozilla-firefox-lang-sq
1770 BuildArch:      noarch
1771
1772 %description lang-sq
1773 Albanian resources for Firefox.
1774
1775 %description lang-sq -l pl.UTF-8
1776 Albańskie pliki językowe dla Firefoksa.
1777
1778 %package lang-sr
1779 Summary:        Serbian resources for Firefox
1780 Summary(pl.UTF-8):      Serbskie pliki językowe dla Firefoksa
1781 Group:          I18n
1782 Requires:       firefox >= %{version}
1783 Provides:       firefox-lang-resources = %{version}
1784 Obsoletes:      iceweasel-lang-sr
1785 Obsoletes:      mozilla-firefox-lang-sr
1786 BuildArch:      noarch
1787
1788 %description lang-sr
1789 Serbian resources for Firefox.
1790
1791 %description lang-sr -l pl.UTF-8
1792 Serbskie pliki językowe dla Firefoksa.
1793
1794 %package lang-sv
1795 Summary:        Swedish resources for Firefox
1796 Summary(pl.UTF-8):      Szwedzkie pliki językowe dla Firefoksa
1797 Group:          I18n
1798 Requires:       firefox >= %{version}
1799 Provides:       firefox-lang-resources = %{version}
1800 Obsoletes:      iceweasel-lang-sv
1801 Obsoletes:      mozilla-firefox-lang-sv
1802 BuildArch:      noarch
1803
1804 %description lang-sv
1805 Swedish resources for Firefox.
1806
1807 %description lang-sv -l pl.UTF-8
1808 Szwedzkie pliki językowe dla Firefoksa.
1809
1810 %package lang-ta
1811 Summary:        Tamil (India) resources for Firefox
1812 Summary(pl.UTF-8):      Tamilskie pliki językowe dla Firefoksa (wersja dla Indii)
1813 Group:          I18n
1814 Requires:       firefox >= %{version}
1815 Provides:       firefox-lang-resources = %{version}
1816 Obsoletes:      iceweasel-lang-ta
1817 Obsoletes:      mozilla-firefox-lang-ta
1818 BuildArch:      noarch
1819
1820 %description lang-ta
1821 Tamil (India) resources for Firefox.
1822
1823 %description lang-ta -l pl.UTF-8
1824 Tamilskie pliki językowe dla Firefoksa (wersja dla Indii).
1825
1826 %package lang-te
1827 Summary:        Telugu resources for Firefox
1828 Summary(pl.UTF-8):      Pliki językowe telugu dla Firefoksa
1829 Group:          I18n
1830 Requires:       firefox >= %{version}
1831 Provides:       firefox-lang-resources = %{version}
1832 Obsoletes:      iceweasel-lang-te
1833 Obsoletes:      mozilla-firefox-lang-te
1834 BuildArch:      noarch
1835
1836 %description lang-te
1837 Telugu resources for Firefox.
1838
1839 %description lang-te -l pl.UTF-8
1840 Pliki językowe telugu dla Firefoksa.
1841
1842 %package lang-th
1843 Summary:        Thai resources for Firefox
1844 Summary(pl.UTF-8):      Tajskie pliki językowe dla Firefoksa
1845 Group:          I18n
1846 Requires:       firefox >= %{version}
1847 Provides:       firefox-lang-resources = %{version}
1848 Obsoletes:      iceweasel-lang-th
1849 Obsoletes:      mozilla-firefox-lang-th
1850 BuildArch:      noarch
1851
1852 %description lang-th
1853 Thai resources for Firefox.
1854
1855 %description lang-th -l pl.UTF-8
1856 Tajskie pliki językowe dla Firefoksa.
1857
1858 %package lang-tr
1859 Summary:        Turkish resources for Firefox
1860 Summary(pl.UTF-8):      Tureckie pliki językowe dla Firefoksa
1861 Group:          I18n
1862 Requires:       firefox >= %{version}
1863 Provides:       firefox-lang-resources = %{version}
1864 Obsoletes:      iceweasel-lang-tr
1865 Obsoletes:      mozilla-firefox-lang-tr
1866 BuildArch:      noarch
1867
1868 %description lang-tr
1869 Turkish resources for Firefox.
1870
1871 %description lang-tr -l pl.UTF-8
1872 Tureckie pliki językowe dla Firefoksa.
1873
1874 %package lang-uk
1875 Summary:        Ukrainian resources for Firefox
1876 Summary(pl.UTF-8):      Ukraińskie pliki językowe dla Firefoksa
1877 Group:          I18n
1878 Requires:       firefox >= %{version}
1879 Provides:       firefox-lang-resources = %{version}
1880 Obsoletes:      iceweasel-lang-uk
1881 Obsoletes:      mozilla-firefox-lang-uk
1882 BuildArch:      noarch
1883
1884 %description lang-uk
1885 Ukrainian resources for Firefox.
1886
1887 %description lang-uk -l pl.UTF-8
1888 Ukraińskie pliki językowe dla Firefoksa.
1889
1890 %package lang-ur
1891 Summary:        Urdu resources for Firefox
1892 Summary(pl.UTF-8):      Pliki językowe urdu dla Firefoksa
1893 Group:          I18n
1894 Requires:       firefox >= %{version}
1895 Provides:       firefox-lang-resources = %{version}
1896 BuildArch:      noarch
1897
1898 %description lang-ur
1899 Urdu resources for Firefox.
1900
1901 %description lang-ur -l pl.UTF-8
1902 Pliki językowe urdu dla Firefoksa.
1903
1904 %package lang-uz
1905 Summary:        Uzbek resources for Firefox
1906 Summary(pl.UTF-8):      Uzbeckie pliki językowe dla Firefoksa
1907 Group:          I18n
1908 Requires:       firefox >= %{version}
1909 Provides:       firefox-lang-resources = %{version}
1910 Obsoletes:      iceweasel-lang-uz
1911 Obsoletes:      mozilla-firefox-lang-uz
1912 BuildArch:      noarch
1913
1914 %description lang-uz
1915 Uzbek resources for Firefox.
1916
1917 %description lang-uz -l pl.UTF-8
1918 Uzbeckie pliki językowe dla Firefoksa.
1919
1920 %package lang-vi
1921 Summary:        Vietmanese resources for Firefox
1922 Summary(pl.UTF-8):      Wietnamskie pliki językowe dla Firefoksa
1923 Group:          I18n
1924 Requires:       firefox >= %{version}
1925 Provides:       firefox-lang-resources = %{version}
1926 Obsoletes:      iceweasel-lang-vi
1927 Obsoletes:      mozilla-firefox-lang-vi
1928 BuildArch:      noarch
1929
1930 %description lang-vi
1931 Vietmanese resources for Firefox.
1932
1933 %description lang-vi -l pl.UTF-8
1934 Wietnamskie pliki językowe dla Firefoksa.
1935
1936 %package lang-xh
1937 Summary:        Xhosa resources for Firefox
1938 Summary(pl.UTF-8):      Pliki językowe xhosa dla Firefoksa
1939 Group:          I18n
1940 Requires:       firefox >= %{version}
1941 Provides:       firefox-lang-resources = %{version}
1942 Obsoletes:      iceweasel-lang-xh
1943 Obsoletes:      mozilla-firefox-lang-xh
1944 BuildArch:      noarch
1945
1946 %description lang-xh
1947 Xhosa resources for Firefox.
1948
1949 %description lang-xh -l pl.UTF-8
1950 Pliki językowe xhosa dla Firefoksa.
1951
1952 %package lang-zh_CN
1953 Summary:        Simplified Chinese resources for Firefox
1954 Summary(pl.UTF-8):      Chińskie (uproszczone) pliki językowe dla Firefoksa
1955 Group:          I18n
1956 Requires:       firefox >= %{version}
1957 Provides:       firefox-lang-resources = %{version}
1958 Obsoletes:      iceweasel-lang-zh_CN
1959 Obsoletes:      mozilla-firefox-lang-zh_CN
1960 BuildArch:      noarch
1961
1962 %description lang-zh_CN
1963 Simplified Chinese resources for Firefox.
1964
1965 %description lang-zh_CN -l pl.UTF-8
1966 Chińskie uproszczone pliki językowe dla Firefoksa.
1967
1968 %package lang-zh_TW
1969 Summary:        Traditional Chinese resources for Firefox
1970 Summary(pl.UTF-8):      Chińskie tradycyjne pliki językowe dla Firefoksa
1971 Group:          I18n
1972 Requires:       firefox >= %{version}
1973 Provides:       firefox-lang-resources = %{version}
1974 Obsoletes:      iceweasel-lang-zh_TW
1975 Obsoletes:      mozilla-firefox-lang-zh_TW
1976 BuildArch:      noarch
1977
1978 %description lang-zh_TW
1979 Traditional Chinese resources for Firefox.
1980
1981 %description lang-zh_TW -l pl.UTF-8
1982 Chińskie tradycyjne pliki językowe dla Firefoksa.
1983
1984 %package lang-zu
1985 Summary:        Zulu resources for Firefox
1986 Summary(pl.UTF-8):      Zuluskie pliki językowe dla Firefoksa
1987 Group:          I18n
1988 Requires:       firefox >= %{version}
1989 Provides:       firefox-lang-resources = %{version}
1990 Obsoletes:      iceweasel-lang-zu
1991 Obsoletes:      mozilla-firefox-lang-zu
1992 BuildArch:      noarch
1993
1994 %description lang-zu
1995 Zulu resources for Firefox.
1996
1997 %description lang-zu -l pl.UTF-8
1998 Zuluskie pliki językowe dla Firefoksa.
1999
2000 %package geckodriver
2001 Summary:        WebDriver for Firefox
2002 Summary(pl.UTF-8):      WebDriver dla Firefoksa
2003 Group:          Applications
2004 Requires:       firefox >= %{version}
2005
2006 %description geckodriver
2007 WebDriver is an open source tool for automated testing of webapps
2008 across many browsers. It provides capabilities for navigating to web
2009 pages, user input, JavaScript execution, and more.
2010
2011 %description geckodriver -l pl.UTF-8
2012 WebDriver to mające otwarte źródła narzędzia do automatycznego
2013 testowania aplikacji WWW w różnych przeglądarkach. Jego możliwości to
2014 m.in. nawigowanie po stronach WWW, wejście od użytkownika, wykonywanie
2015 JavaScriptu.
2016
2017 %prep
2018 unpack() {
2019         local args="$1" file="$2"
2020         cp -p $file .
2021 }
2022 %define __unzip unpack
2023 %setup -q %(seq -f '-a %g' 100 192 | xargs)
2024
2025 %patch4 -p1
2026 %patch5 -p1
2027 %patch6 -p2
2028 %patch7 -p1
2029 %patch8 -p2
2030 %patch9 -p1
2031 %{?with_system_cairo:%patch10 -p1}
2032
2033 %if %{with pgo}
2034 %{__sed} -i -e 's@__BROWSER_PATH__@"../../dist/bin/firefox-bin"@' build/automation.py.in
2035 %endif
2036
2037 %build
2038 cp -p %{_datadir}/automake/config.* build/autoconf
2039
2040 cat << 'EOF' > .mozconfig
2041 . $topsrcdir/browser/config/mozconfig
2042
2043 %if %{with clang}
2044 export CC="clang"
2045 export CXX="clang++"
2046 export LLVM_PROFDATA="llvm-profdata"
2047 export AR="llvm-ar"
2048 export NM="llvm-nm"
2049 export RANLIB="llvm-ranlib"
2050 %else
2051 export CC="%{__cc}"
2052 export CXX="%{__cxx}"
2053 %endif
2054 %ifarch %{ix86}
2055 export CFLAGS="%{rpmcflags} %{!?with_system_libvpx:-mmmx} -D_FILE_OFFSET_BITS=64"
2056 export CXXFLAGS="%{rpmcxxflags} -mmmx -D_FILE_OFFSET_BITS=64"
2057 %else
2058 export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
2059 export CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64"
2060 %endif
2061
2062 %if %{with lowmem}
2063 export CFLAGS="$CFLAGS -g0"
2064 export CXXFLAGS="$CXXFLAGS -g0"
2065 export MOZ_DEBUG_FLAGS=" "
2066 export LLVM_USE_SPLIT_DWARF=1
2067 export LLVM_PARALLEL_LINK_JOBS=1
2068 export MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
2069 export RUSTFLAGS="-Cdebuginfo=0"
2070 %endif
2071
2072 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{_target_cpu}
2073
2074 # Options for 'configure' (same as command-line options).
2075 ac_add_options --host=%{_target_platform}
2076 ac_add_options --prefix=%{_prefix}
2077 %if %{?debug:1}0
2078 ac_add_options --disable-optimize
2079 ac_add_options --enable-debug
2080 ac_add_options --enable-debug-modules
2081 ac_add_options --enable-debugger-info-modules
2082 ac_add_options --enable-crash-on-assert
2083 %else
2084 ac_add_options --disable-debug
2085 %endif
2086 ac_add_options --disable-strip
2087 ac_add_options --disable-install-strip
2088 %if %{with tests}
2089 ac_add_options --enable-tests
2090 ac_add_options --enable-mochitest
2091 %else
2092 %if %{with pgo}
2093 ac_add_options --enable-tests
2094 %else
2095 ac_add_options --disable-tests
2096 %endif
2097 %endif
2098 ac_add_options --disable-crashreporter
2099 ac_add_options --disable-gconf
2100 ac_add_options --disable-necko-wifi
2101 ac_add_options --disable-updater
2102 ac_add_options --enable-alsa
2103 ac_add_options --enable-chrome-format=omni
2104 ac_add_options --enable-default-toolkit=cairo-gtk3
2105 ac_add_options --enable-extensions=default
2106 %{?with_geckodriver:ac_add_options --enable-geckodriver}
2107 %{?with_gold:ac_add_options --enable-linker=gold}
2108 %ifarch %{ix86} %{x8664} %{arm}
2109 ac_add_options --disable-elf-hack
2110 %endif
2111 %if %{with lto}
2112 ac_add_options --enable-lto
2113 %endif
2114 %{?with_clang:ac_add_options --enable-linker=lld}
2115 ac_add_options --enable-readline
2116 %{?with_shared_js:ac_add_options --enable-shared-js}
2117 ac_add_options --enable-startup-notification
2118 %{?with_system_cairo:ac_add_options --enable-system-cairo}
2119 ac_add_options --enable-system-ffi
2120 %{?with_official:ac_add_options --enable-official-branding}
2121 ac_add_options --with-distribution-id=org.pld-linux
2122 ac_add_options --with-system-bz2
2123 ac_add_options --with%{!?with_system_icu:out}-system-icu
2124 ac_add_options --with-system-jpeg
2125 ac_add_options --with-system-libevent
2126 ac_add_options --with%{!?with_system_libvpx:out}-system-libvpx
2127 ac_add_options --with-system-nspr
2128 ac_add_options --with-system-nss
2129 ac_add_options --with-system-pixman
2130 ac_add_options --with-system-png
2131 ac_add_options --with-system-webp
2132 ac_add_options --with-system-zlib
2133 # Workaround for mozbz#1341234
2134 ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
2135 EOF
2136
2137 %if ! %{with clang}
2138 # On x86_64 architectures, Mozilla can build up to 4 jobs at once in parallel,
2139 # however builds tend to fail on other arches when building in parallel.
2140 MOZ_PARALLEL_BUILD=1
2141 %ifarch %{x8664}
2142 jobs="%{__jobs}"
2143 [ -n "$jobs" -a "$jobs" -gt 4 ] && MOZ_PARALLEL_BUILD=4 || MOZ_PARALLEL_BUILD="$jobs"
2144 %endif
2145 export MOZ_PARALLEL_BUILD
2146 %else
2147 %{?__jobs:export MOZ_PARALLEL_BUILD="%__jobs"}
2148 %endif
2149
2150 export MOZ_SERVICES_SYNC="1"
2151 %if %{with pgo}
2152 D=$(( RANDOM % (200 - 100 + 1 ) + 5 ))
2153 /usr/bin/Xvfb :${D} &
2154 XVFB_PID=$!
2155 [ -n "$XVFB_PID" ] || exit 1
2156 export DISPLAY=:${D}
2157 MOZ_PGO=1 AUTOCONF=/usr/bin/autoconf2_13 ./mach build
2158 kill $XVFB_PID
2159 %else
2160 AUTOCONF=/usr/bin/autoconf2_13 ./mach build
2161 %endif
2162
2163 %install
2164 rm -rf $RPM_BUILD_ROOT
2165 install -d \
2166         $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}} \
2167         $RPM_BUILD_ROOT%{_desktopdir} \
2168         $RPM_BUILD_ROOT%{_datadir}/%{name}/browser \
2169         $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/plugins \
2170         $RPM_BUILD_ROOT%{_includedir}/%{name} \
2171         $RPM_BUILD_ROOT%{_pkgconfigdir}
2172
2173 %browser_plugins_add_browser %{name} -p %{_libdir}/%{name}/browser/plugins
2174
2175 OBJDIR=obj-%{_target_cpu}
2176 %{__make} -C ${OBJDIR}/browser/installer stage-package \
2177         DESTDIR=$RPM_BUILD_ROOT \
2178         installdir=%{_libdir}/%{name} \
2179         PKG_SKIP_STRIP=1
2180
2181 cp -aL ${OBJDIR}/dist/firefox/* $RPM_BUILD_ROOT%{_libdir}/%{name}/
2182 %{?with_geckodriver:cp -aL ${OBJDIR}/dist/bin/geckodriver $RPM_BUILD_ROOT%{_bindir}/}
2183
2184 # move arch independant ones to datadir
2185 %{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/chrome $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/chrome
2186 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/extensions
2187 %{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults
2188 %{__mv} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/{pref,preferences}
2189
2190 ln -s ../../../share/%{name}/browser/chrome $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/chrome
2191 ln -s ../../../share/%{name}/browser/defaults $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/defaults
2192 ln -s ../../../share/%{name}/browser/extensions $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/extensions
2193
2194 sed 's,@LIBDIR@,%{_libdir},' %{SOURCE4} > $RPM_BUILD_ROOT%{_bindir}/firefox
2195 chmod 755 $RPM_BUILD_ROOT%{_bindir}/firefox
2196
2197 # install icons and desktop file
2198 for i in 16 32 48 %{?with_official:22 24 256}; do
2199         install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${i}x${i}/apps
2200         cp -a browser/branding/%{!?with_official:un}official/default${i}.png \
2201                 $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${i}x${i}/apps/firefox.png
2202 done
2203
2204 cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
2205
2206 # install our settings
2207 %if "%{pld_release}" == "ac"
2208 cp -a %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/preferences/vendor.js
2209 %else
2210 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/preferences/vendor.js
2211 %endif
2212
2213 # GeckoMediaPlugin API headers
2214 install -d $RPM_BUILD_ROOT%{_includedir}
2215 cp -pr dom/media/gmp/gmp-api $RPM_BUILD_ROOT%{_includedir}
2216
2217 for a in *.xpi; do
2218         basename=$(basename $a .xpi)
2219         cp -p $a $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/extensions/langpack-$basename@firefox.mozilla.org.xpi
2220 done
2221
2222 %clean
2223 rm -rf $RPM_BUILD_ROOT
2224
2225 %post
2226 %update_browser_plugins
2227 %update_icon_cache hicolor
2228 %update_desktop_database
2229
2230 %postun
2231 if [ "$1" = 0 ]; then
2232         %update_browser_plugins
2233         %update_icon_cache hicolor
2234 fi
2235
2236 %files
2237 %defattr(644,root,root,755)
2238 %attr(755,root,root) %{_bindir}/%{name}
2239
2240 %{_desktopdir}/firefox.desktop
2241 %{_iconsdir}/hicolor/*/apps/firefox.png
2242
2243 # browser plugins v2
2244 %{_browserpluginsconfdir}/browsers.d/%{name}.*
2245 %config(noreplace) %verify(not md5 mtime size) %{_browserpluginsconfdir}/blacklist.d/%{name}.*.blacklist
2246
2247 %dir %{_libdir}/%{name}/browser
2248 %dir %{_libdir}/%{name}/browser/plugins
2249 %dir %{_libdir}/%{name}/browser/features
2250
2251 %dir %{_datadir}/%{name}
2252 %dir %{_datadir}/%{name}/browser
2253 %dir %{_datadir}/%{name}/browser/extensions
2254 %{_datadir}/%{name}/browser/chrome
2255 %{_datadir}/%{name}/browser/defaults
2256
2257 # symlinks
2258 %{_libdir}/%{name}/browser/extensions
2259 %{_libdir}/%{name}/browser/chrome
2260 %{_libdir}/%{name}/browser/defaults
2261
2262 %attr(755,root,root) %{_libdir}/%{name}/firefox
2263 %attr(755,root,root) %{_libdir}/%{name}/firefox-bin
2264 %attr(755,root,root) %{_libdir}/%{name}/pingsender
2265 %{_libdir}/%{name}/application.ini
2266 %{_libdir}/%{name}/browser/blocklist.xml
2267 %{_libdir}/%{name}/browser/omni.ja
2268
2269 %{_libdir}/%{name}/browser/features/doh-rollout@mozilla.org.xpi
2270 %{_libdir}/%{name}/browser/features/formautofill@mozilla.org.xpi
2271 %{_libdir}/%{name}/browser/features/screenshots@mozilla.org.xpi
2272 %{_libdir}/%{name}/browser/features/webcompat@mozilla.org.xpi
2273 %{_libdir}/%{name}/browser/features/webcompat-reporter@mozilla.org.xpi
2274
2275 %attr(755,root,root) %{_libdir}/%{name}/plugin-container
2276
2277 %dir %{_libdir}/%{name}/fonts
2278 %{_libdir}/%{name}/fonts/TwemojiMozilla.ttf
2279
2280 %dir %{_libdir}/%{name}/gmp-clearkey
2281 %dir %{_libdir}/%{name}/gmp-clearkey/0.1
2282 %{_libdir}/%{name}/gmp-clearkey/0.1/manifest.json
2283 %attr(755,root,root) %{_libdir}/%{name}/gmp-clearkey/0.1/libclearkey.so
2284 %{!?with_system_icu:%{_libdir}/%{name}/icudt58l.dat}
2285
2286 %dir %{_libdir}/%{name}
2287 %{_libdir}/%{name}/platform.ini
2288 %{?with_shared_js:%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so}
2289 %attr(755,root,root) %{_libdir}/%{name}/liblgpllibs.so
2290 %attr(755,root,root) %{_libdir}/%{name}/libxul.so
2291 %attr(755,root,root) %{_libdir}/%{name}/libmozavcodec.so
2292 %attr(755,root,root) %{_libdir}/%{name}/libmozavutil.so
2293 %attr(755,root,root) %{_libdir}/%{name}/libmozsandbox.so
2294 %attr(755,root,root) %{_libdir}/%{name}/libmozsqlite3.so
2295 %attr(755,root,root) %{_libdir}/%{name}/libmozwayland.so
2296 %{_libdir}/%{name}/dependentlibs.list
2297 %{_libdir}/%{name}/omni.ja
2298 %dir %{_libdir}/%{name}/gtk2
2299 %attr(755,root,root) %{_libdir}/%{name}/gtk2/libmozgtk.so
2300 %attr(755,root,root) %{_libdir}/%{name}/libmozgtk.so
2301
2302 %files -n gmp-api
2303 %defattr(644,root,root,755)
2304 %{_includedir}/gmp-api
2305
2306 %files lang-ach
2307 %defattr(644,root,root,755)
2308 %{_datadir}/%{name}/browser/extensions/langpack-ach@firefox.mozilla.org.xpi
2309
2310 %files lang-af
2311 %defattr(644,root,root,755)
2312 %{_datadir}/%{name}/browser/extensions/langpack-af@firefox.mozilla.org.xpi
2313
2314 %files lang-an
2315 %defattr(644,root,root,755)
2316 %{_datadir}/%{name}/browser/extensions/langpack-an@firefox.mozilla.org.xpi
2317
2318 %files lang-ar
2319 %defattr(644,root,root,755)
2320 %{_datadir}/%{name}/browser/extensions/langpack-ar@firefox.mozilla.org.xpi
2321
2322 %files lang-ast
2323 %defattr(644,root,root,755)
2324 %{_datadir}/%{name}/browser/extensions/langpack-ast@firefox.mozilla.org.xpi
2325
2326 %files lang-az
2327 %defattr(644,root,root,755)
2328 %{_datadir}/%{name}/browser/extensions/langpack-az@firefox.mozilla.org.xpi
2329
2330 %files lang-be
2331 %defattr(644,root,root,755)
2332 %{_datadir}/%{name}/browser/extensions/langpack-be@firefox.mozilla.org.xpi
2333
2334 %files lang-bg
2335 %defattr(644,root,root,755)
2336 %{_datadir}/%{name}/browser/extensions/langpack-bg@firefox.mozilla.org.xpi
2337
2338 %files lang-bn
2339 %defattr(644,root,root,755)
2340 %{_datadir}/%{name}/browser/extensions/langpack-bn@firefox.mozilla.org.xpi
2341
2342 %files lang-br
2343 %defattr(644,root,root,755)
2344 %{_datadir}/%{name}/browser/extensions/langpack-br@firefox.mozilla.org.xpi
2345
2346 %files lang-bs
2347 %defattr(644,root,root,755)
2348 %{_datadir}/%{name}/browser/extensions/langpack-bs@firefox.mozilla.org.xpi
2349
2350 %files lang-ca
2351 %defattr(644,root,root,755)
2352 %{_datadir}/%{name}/browser/extensions/langpack-ca@firefox.mozilla.org.xpi
2353
2354 %files lang-cak
2355 %defattr(644,root,root,755)
2356 %{_datadir}/%{name}/browser/extensions/langpack-cak@firefox.mozilla.org.xpi
2357
2358 %files lang-cs
2359 %defattr(644,root,root,755)
2360 %{_datadir}/%{name}/browser/extensions/langpack-cs@firefox.mozilla.org.xpi
2361
2362 #%files lang-csb
2363 #%defattr(644,root,root,755)
2364 #%{_datadir}/%{name}/browser/extensions/langpack-csb@firefox.mozilla.org.xpi
2365
2366 %files lang-cy
2367 %defattr(644,root,root,755)
2368 %{_datadir}/%{name}/browser/extensions/langpack-cy@firefox.mozilla.org.xpi
2369
2370 %files lang-da
2371 %defattr(644,root,root,755)
2372 %{_datadir}/%{name}/browser/extensions/langpack-da@firefox.mozilla.org.xpi
2373
2374 %files lang-de
2375 %defattr(644,root,root,755)
2376 %{_datadir}/%{name}/browser/extensions/langpack-de@firefox.mozilla.org.xpi
2377
2378 %files lang-dsb
2379 %defattr(644,root,root,755)
2380 %{_datadir}/%{name}/browser/extensions/langpack-dsb@firefox.mozilla.org.xpi
2381
2382 %files lang-el
2383 %defattr(644,root,root,755)
2384 %{_datadir}/%{name}/browser/extensions/langpack-el@firefox.mozilla.org.xpi
2385
2386 %files lang-en_CA
2387 %defattr(644,root,root,755)
2388 %{_datadir}/%{name}/browser/extensions/langpack-en-CA@firefox.mozilla.org.xpi
2389
2390 %files lang-en_GB
2391 %defattr(644,root,root,755)
2392 %{_datadir}/%{name}/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi
2393
2394 %files lang-en_US
2395 %defattr(644,root,root,755)
2396 %{_datadir}/%{name}/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi
2397
2398 %files lang-eo
2399 %defattr(644,root,root,755)
2400 %{_datadir}/%{name}/browser/extensions/langpack-eo@firefox.mozilla.org.xpi
2401
2402 %files lang-es_AR
2403 %defattr(644,root,root,755)
2404 %{_datadir}/%{name}/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi
2405
2406 %files lang-es_CL
2407 %defattr(644,root,root,755)
2408 %{_datadir}/%{name}/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi
2409
2410 %files lang-es
2411 %defattr(644,root,root,755)
2412 %{_datadir}/%{name}/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi
2413
2414 %files lang-es_MX
2415 %defattr(644,root,root,755)
2416 %{_datadir}/%{name}/browser/extensions/langpack-es-MX@firefox.mozilla.org.xpi
2417
2418 %files lang-et
2419 %defattr(644,root,root,755)
2420 %{_datadir}/%{name}/browser/extensions/langpack-et@firefox.mozilla.org.xpi
2421
2422 %files lang-eu
2423 %defattr(644,root,root,755)
2424 %{_datadir}/%{name}/browser/extensions/langpack-eu@firefox.mozilla.org.xpi
2425
2426 %files lang-fa
2427 %defattr(644,root,root,755)
2428 %{_datadir}/%{name}/browser/extensions/langpack-fa@firefox.mozilla.org.xpi
2429
2430 %files lang-ff
2431 %defattr(644,root,root,755)
2432 %{_datadir}/%{name}/browser/extensions/langpack-ff@firefox.mozilla.org.xpi
2433
2434 %files lang-fi
2435 %defattr(644,root,root,755)
2436 %{_datadir}/%{name}/browser/extensions/langpack-fi@firefox.mozilla.org.xpi
2437
2438 %files lang-fr
2439 %defattr(644,root,root,755)
2440 %{_datadir}/%{name}/browser/extensions/langpack-fr@firefox.mozilla.org.xpi
2441
2442 %files lang-fy
2443 %defattr(644,root,root,755)
2444 %{_datadir}/%{name}/browser/extensions/langpack-fy-NL@firefox.mozilla.org.xpi
2445
2446 %files lang-ga
2447 %defattr(644,root,root,755)
2448 %{_datadir}/%{name}/browser/extensions/langpack-ga-IE@firefox.mozilla.org.xpi
2449
2450 %files lang-gd
2451 %defattr(644,root,root,755)
2452 %{_datadir}/%{name}/browser/extensions/langpack-gd@firefox.mozilla.org.xpi
2453
2454 %files lang-gl
2455 %defattr(644,root,root,755)
2456 %{_datadir}/%{name}/browser/extensions/langpack-gl@firefox.mozilla.org.xpi
2457
2458 %files lang-gn
2459 %defattr(644,root,root,755)
2460 %{_datadir}/%{name}/browser/extensions/langpack-gn@firefox.mozilla.org.xpi
2461
2462 %files lang-gu
2463 %defattr(644,root,root,755)
2464 %{_datadir}/%{name}/browser/extensions/langpack-gu-IN@firefox.mozilla.org.xpi
2465
2466 %files lang-he
2467 %defattr(644,root,root,755)
2468 %{_datadir}/%{name}/browser/extensions/langpack-he@firefox.mozilla.org.xpi
2469
2470 %files lang-hi
2471 %defattr(644,root,root,755)
2472 %{_datadir}/%{name}/browser/extensions/langpack-hi-IN@firefox.mozilla.org.xpi
2473
2474 %files lang-hr
2475 %defattr(644,root,root,755)
2476 %{_datadir}/%{name}/browser/extensions/langpack-hr@firefox.mozilla.org.xpi
2477
2478 %files lang-hsb
2479 %defattr(644,root,root,755)
2480 %{_datadir}/%{name}/browser/extensions/langpack-hsb@firefox.mozilla.org.xpi
2481
2482 %files lang-hu
2483 %defattr(644,root,root,755)
2484 %{_datadir}/%{name}/browser/extensions/langpack-hu@firefox.mozilla.org.xpi
2485
2486 %files lang-hy
2487 %defattr(644,root,root,755)
2488 %{_datadir}/%{name}/browser/extensions/langpack-hy-AM@firefox.mozilla.org.xpi
2489
2490 %files lang-ia
2491 %defattr(644,root,root,755)
2492 %{_datadir}/%{name}/browser/extensions/langpack-ia@firefox.mozilla.org.xpi
2493
2494 %files lang-id
2495 %defattr(644,root,root,755)
2496 %{_datadir}/%{name}/browser/extensions/langpack-id@firefox.mozilla.org.xpi
2497
2498 %files lang-is
2499 %defattr(644,root,root,755)
2500 %{_datadir}/%{name}/browser/extensions/langpack-is@firefox.mozilla.org.xpi
2501
2502 %files lang-it
2503 %defattr(644,root,root,755)
2504 %{_datadir}/%{name}/browser/extensions/langpack-it@firefox.mozilla.org.xpi
2505
2506 %files lang-ja
2507 %defattr(644,root,root,755)
2508 %{_datadir}/%{name}/browser/extensions/langpack-ja@firefox.mozilla.org.xpi
2509
2510 %files lang-ka
2511 %defattr(644,root,root,755)
2512 %{_datadir}/%{name}/browser/extensions/langpack-ka@firefox.mozilla.org.xpi
2513
2514 %files lang-kab
2515 %defattr(644,root,root,755)
2516 %{_datadir}/%{name}/browser/extensions/langpack-kab@firefox.mozilla.org.xpi
2517
2518 %files lang-kk
2519 %defattr(644,root,root,755)
2520 %{_datadir}/%{name}/browser/extensions/langpack-kk@firefox.mozilla.org.xpi
2521
2522 %files lang-km
2523 %defattr(644,root,root,755)
2524 %{_datadir}/%{name}/browser/extensions/langpack-km@firefox.mozilla.org.xpi
2525
2526 %files lang-kn
2527 %defattr(644,root,root,755)
2528 %{_datadir}/%{name}/browser/extensions/langpack-kn@firefox.mozilla.org.xpi
2529
2530 %files lang-ko
2531 %defattr(644,root,root,755)
2532 %{_datadir}/%{name}/browser/extensions/langpack-ko@firefox.mozilla.org.xpi
2533
2534 #%files lang-ku
2535 #%defattr(644,root,root,755)
2536 #%{_datadir}/%{name}/browser/extensions/langpack-ku@firefox.mozilla.org.xpi
2537
2538 %files lang-lij
2539 %defattr(644,root,root,755)
2540 %{_datadir}/%{name}/browser/extensions/langpack-lij@firefox.mozilla.org.xpi
2541
2542 %files lang-lt
2543 %defattr(644,root,root,755)
2544 %{_datadir}/%{name}/browser/extensions/langpack-lt@firefox.mozilla.org.xpi
2545
2546 %files lang-lv
2547 %defattr(644,root,root,755)
2548 %{_datadir}/%{name}/browser/extensions/langpack-lv@firefox.mozilla.org.xpi
2549
2550 %files lang-mk
2551 %defattr(644,root,root,755)
2552 %{_datadir}/%{name}/browser/extensions/langpack-mk@firefox.mozilla.org.xpi
2553
2554 %files lang-mr
2555 %defattr(644,root,root,755)
2556 %{_datadir}/%{name}/browser/extensions/langpack-mr@firefox.mozilla.org.xpi
2557
2558 %files lang-ms
2559 %defattr(644,root,root,755)
2560 %{_datadir}/%{name}/browser/extensions/langpack-ms@firefox.mozilla.org.xpi
2561
2562 %files lang-my
2563 %defattr(644,root,root,755)
2564 %{_datadir}/%{name}/browser/extensions/langpack-my@firefox.mozilla.org.xpi
2565
2566 %files lang-nb
2567 %defattr(644,root,root,755)
2568 %{_datadir}/%{name}/browser/extensions/langpack-nb-NO@firefox.mozilla.org.xpi
2569
2570 %files lang-ne
2571 %defattr(644,root,root,755)
2572 %{_datadir}/%{name}/browser/extensions/langpack-ne-NP@firefox.mozilla.org.xpi
2573
2574 %files lang-nl
2575 %defattr(644,root,root,755)
2576 %{_datadir}/%{name}/browser/extensions/langpack-nl@firefox.mozilla.org.xpi
2577
2578 %files lang-nn
2579 %defattr(644,root,root,755)
2580 %{_datadir}/%{name}/browser/extensions/langpack-nn-NO@firefox.mozilla.org.xpi
2581
2582 %files lang-oc
2583 %defattr(644,root,root,755)
2584 %{_datadir}/%{name}/browser/extensions/langpack-oc@firefox.mozilla.org.xpi
2585
2586 %files lang-pa
2587 %defattr(644,root,root,755)
2588 %{_datadir}/%{name}/browser/extensions/langpack-pa-IN@firefox.mozilla.org.xpi
2589
2590 %files lang-pl
2591 %defattr(644,root,root,755)
2592 %{_datadir}/%{name}/browser/extensions/langpack-pl@firefox.mozilla.org.xpi
2593
2594 %files lang-pt_BR
2595 %defattr(644,root,root,755)
2596 %{_datadir}/%{name}/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi
2597
2598 %files lang-pt
2599 %defattr(644,root,root,755)
2600 %{_datadir}/%{name}/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi
2601
2602 %files lang-rm
2603 %defattr(644,root,root,755)
2604 %{_datadir}/%{name}/browser/extensions/langpack-rm@firefox.mozilla.org.xpi
2605
2606 %files lang-ro
2607 %defattr(644,root,root,755)
2608 %{_datadir}/%{name}/browser/extensions/langpack-ro@firefox.mozilla.org.xpi
2609
2610 %files lang-ru
2611 %defattr(644,root,root,755)
2612 %{_datadir}/%{name}/browser/extensions/langpack-ru@firefox.mozilla.org.xpi
2613
2614 %files lang-si
2615 %defattr(644,root,root,755)
2616 %{_datadir}/%{name}/browser/extensions/langpack-si@firefox.mozilla.org.xpi
2617
2618 %files lang-sk
2619 %defattr(644,root,root,755)
2620 %{_datadir}/%{name}/browser/extensions/langpack-sk@firefox.mozilla.org.xpi
2621
2622 %files lang-sl
2623 %defattr(644,root,root,755)
2624 %{_datadir}/%{name}/browser/extensions/langpack-sl@firefox.mozilla.org.xpi
2625
2626 %files lang-son
2627 %defattr(644,root,root,755)
2628 %{_datadir}/%{name}/browser/extensions/langpack-son@firefox.mozilla.org.xpi
2629
2630 %files lang-sq
2631 %defattr(644,root,root,755)
2632 %{_datadir}/%{name}/browser/extensions/langpack-sq@firefox.mozilla.org.xpi
2633
2634 %files lang-sr
2635 %defattr(644,root,root,755)
2636 %{_datadir}/%{name}/browser/extensions/langpack-sr@firefox.mozilla.org.xpi
2637
2638 %files lang-sv
2639 %defattr(644,root,root,755)
2640 %{_datadir}/%{name}/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi
2641
2642 %files lang-ta
2643 %defattr(644,root,root,755)
2644 %{_datadir}/%{name}/browser/extensions/langpack-ta@firefox.mozilla.org.xpi
2645
2646 %files lang-te
2647 %defattr(644,root,root,755)
2648 %{_datadir}/%{name}/browser/extensions/langpack-te@firefox.mozilla.org.xpi
2649
2650 %files lang-th
2651 %defattr(644,root,root,755)
2652 %{_datadir}/%{name}/browser/extensions/langpack-th@firefox.mozilla.org.xpi
2653
2654 %files lang-tr
2655 %defattr(644,root,root,755)
2656 %{_datadir}/%{name}/browser/extensions/langpack-tr@firefox.mozilla.org.xpi
2657
2658 %files lang-uk
2659 %defattr(644,root,root,755)
2660 %{_datadir}/%{name}/browser/extensions/langpack-uk@firefox.mozilla.org.xpi
2661
2662 %files lang-ur
2663 %defattr(644,root,root,755)
2664 %{_datadir}/%{name}/browser/extensions/langpack-ur@firefox.mozilla.org.xpi
2665
2666 %files lang-uz
2667 %defattr(644,root,root,755)
2668 %{_datadir}/%{name}/browser/extensions/langpack-uz@firefox.mozilla.org.xpi
2669
2670 %files lang-vi
2671 %defattr(644,root,root,755)
2672 %{_datadir}/%{name}/browser/extensions/langpack-vi@firefox.mozilla.org.xpi
2673
2674 %files lang-xh
2675 %defattr(644,root,root,755)
2676 %{_datadir}/%{name}/browser/extensions/langpack-xh@firefox.mozilla.org.xpi
2677
2678 %files lang-zh_CN
2679 %defattr(644,root,root,755)
2680 %{_datadir}/%{name}/browser/extensions/langpack-zh-CN@firefox.mozilla.org.xpi
2681
2682 %files lang-zh_TW
2683 %defattr(644,root,root,755)
2684 %{_datadir}/%{name}/browser/extensions/langpack-zh-TW@firefox.mozilla.org.xpi
2685
2686 #%files lang-zu
2687 #%defattr(644,root,root,755)
2688 #%{_datadir}/%{name}/browser/extensions/langpack-zu@firefox.mozilla.org.xpi
2689
2690 %if %{with geckodriver}
2691 %files geckodriver
2692 %defattr(644,root,root,755)
2693 %attr(755,root,root) %{_bindir}/geckodriver
2694 %endif
This page took 0.516911 seconds and 4 git commands to generate.