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