]> git.pld-linux.org Git - packages/firefox.git/blob - firefox.spec
Release 2 (by relup.sh)
[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.83
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:        106.0
54 Release:        2
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:  859f0601654a60e144b9bd7fe2c8e32a
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:        fc26536c58674ee1cdd734ca7c1d1edd
65 Source101:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
66 # Source101-md5:        2dd64912ea449b0859b066c546bf66da
67 Source102:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
68 # Source102-md5:        96034aa846448ba23cadc6936aaa893e
69 Source103:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
70 # Source103-md5:        d16093ba6057ee746d0acb576857a8c8
71 Source104:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
72 # Source104-md5:        7a83ff3bd990da9171867fabeb96b8c6
73 Source105:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
74 # Source105-md5:        22e190e5f0be75db9585bb160004e42c
75 Source106:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi
76 # Source106-md5:        5c19b9f80128db8394f34a56b29ca451
77 Source107:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
78 # Source107-md5:        ca74bd7ba30ccaf652173865811da4ce
79 Source108:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi
80 # Source108-md5:        5904c13933db2ec1cda4591946129b80
81 Source109:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
82 # Source109-md5:        db03ca90dd7708f0ca49c8c361fca74c
83 Source110:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
84 # Source110-md5:        f708e12915e7384a179d14fd8dfc534e
85 Source111:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
86 # Source111-md5:        dedfbb88850e489928e5dcc3bbad41d1
87 Source112:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca-valencia.xpi
88 # Source112-md5:        5717848f81a2d39f5230d0118da8c5bb
89 Source113:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
90 # Source113-md5:        6dfd5d3931b0aa2d9ecba64b421fea1d
91 Source114:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
92 # Source114-md5:        4fb13b564fbb869d7dc3eb94a69065b2
93 Source115:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
94 # Source115-md5:        b969258df5a03113fac144733521737b
95 Source116:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
96 # Source116-md5:        a2745d8d7ba8410ed0db06f8e0092d69
97 Source117:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
98 # Source117-md5:        92d51d4e2857e1743401b513b3bdc4b4
99 Source118:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
100 # Source118-md5:        49eb2cef0fbe796fe3d8f2d5e5735ad7
101 Source119:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/el.xpi
102 # Source119-md5:        05d46aabab634e3873032148f6761a00
103 Source120:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-CA.xpi
104 # Source120-md5:        8d2e9d7a7f48c6e9c322181caa018ba8
105 Source121:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-GB.xpi
106 # Source121-md5:        c841f9e194db2d7afb28e4bb3f0a66b0
107 Source122:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-US.xpi
108 # Source122-md5:        c9ef3fb33646b0d248e8c62b5ef19290
109 Source123:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eo.xpi
110 # Source123-md5:        75c87cae0879ded4fa1550ec4392c73b
111 Source124:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-AR.xpi
112 # Source124-md5:        5843c4cd1e8d448fbee1172a96da401d
113 Source125:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-CL.xpi
114 # Source125-md5:        dec95d2ccaf730bf28691b5c82aaff21
115 Source126:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-ES.xpi
116 # Source126-md5:        7ff214a73805434ee0b055c4b4e1cce3
117 Source127:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-MX.xpi
118 # Source127-md5:        9c7f23466db27743ebbf33416a5f69eb
119 Source128:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/et.xpi
120 # Source128-md5:        9ae2112af34d83658d8d9447cabad7e9
121 Source129:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eu.xpi
122 # Source129-md5:        07e0b8e9c3d3a6abf75fd84f7008032f
123 Source130:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fa.xpi
124 # Source130-md5:        13c9881ba20e3b6a77e898bfbb066fe6
125 Source131:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ff.xpi
126 # Source131-md5:        7b1c87bac81c2f2baa3a4e6161dc9319
127 Source132:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fi.xpi
128 # Source132-md5:        8234f02bb218f30ddf1b9c6a9e7e0290
129 Source133:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fr.xpi
130 # Source133-md5:        bbc65a003a3fd5119194b652c4d89c44
131 Source134:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fy-NL.xpi
132 # Source134-md5:        7612453c82ee30ce24e76e648d5b0624
133 Source135:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ga-IE.xpi
134 # Source135-md5:        b0abbbe8992c1d5b3fe260a52f0b726a
135 Source136:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gd.xpi
136 # Source136-md5:        2d7c43bf38ac18df650dcd94ec413cc8
137 Source137:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gl.xpi
138 # Source137-md5:        aad6802eb0099c0afbfaf96372ab3f90
139 Source138:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gn.xpi
140 # Source138-md5:        66bed71d1659095bc29aea9fa33780dd
141 Source139:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gu-IN.xpi
142 # Source139-md5:        8ff75f1f89627a96c9a2ddc0f4d93f82
143 Source140:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/he.xpi
144 # Source140-md5:        8520fe6f4f3efc317d1d30ec6b262384
145 Source141:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hi-IN.xpi
146 # Source141-md5:        b312cedc01b752c3b5c620355cbab188
147 Source142:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hr.xpi
148 # Source142-md5:        39d073e4440aad22c528768c302b09a7
149 Source143:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hsb.xpi
150 # Source143-md5:        f30ebf7f253eef4f75c2153c5cc75f40
151 Source144:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hu.xpi
152 # Source144-md5:        3c2c80aa0c440bd57381d6283811dbcf
153 Source145:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hy-AM.xpi
154 # Source145-md5:        63bd0e214d58f22567b3d0940664ebf0
155 Source146:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ia.xpi
156 # Source146-md5:        99ddf00e188a2256f3fbb14fe402493a
157 Source147:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/id.xpi
158 # Source147-md5:        ed25c9d40f95fb76d7364c32b8023be4
159 Source148:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/is.xpi
160 # Source148-md5:        e2fd74b8721c234fee2dc50d6518e87e
161 Source149:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/it.xpi
162 # Source149-md5:        c002b6407a2c40890b449a1735e90ea9
163 Source150:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ja.xpi
164 # Source150-md5:        9b8801d85daa6b6c7995987a2067d7ff
165 Source151:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ka.xpi
166 # Source151-md5:        ab1ee596dfb6015873e95065868b8e43
167 Source152:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kab.xpi
168 # Source152-md5:        f6e72939b0d52d1ed43cb161d22eee8f
169 Source153:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kk.xpi
170 # Source153-md5:        688359d1f2ed77c5cb55ecb5f2073983
171 Source154:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/km.xpi
172 # Source154-md5:        d39495ccf1895ebb453bb99c94e1be2e
173 Source155:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kn.xpi
174 # Source155-md5:        7044eada4595d964035168bac4d2b04d
175 Source156:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ko.xpi
176 # Source156-md5:        ba648b4e6c369389f087044945af0f92
177 Source157:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lij.xpi
178 # Source157-md5:        2835201234a9002df91a80cde445895a
179 Source158:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lt.xpi
180 # Source158-md5:        b25bc4d5a13a5b343ee5a96ce1b2276d
181 Source159:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lv.xpi
182 # Source159-md5:        fbe717f2d0e379f0e19cf3caed670ad2
183 Source160:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mk.xpi
184 # Source160-md5:        9748fb2ab450981c2e1d6f90556a75b5
185 Source161:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mr.xpi
186 # Source161-md5:        c751b9ba9ddefaed2f574fbc7b4d4909
187 Source162:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ms.xpi
188 # Source162-md5:        acb0ba2ac13fdc9f29e093a4306a887c
189 Source163:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/my.xpi
190 # Source163-md5:        a7b2e9c86e234045f5b051ed35a99e2a
191 Source164:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nb-NO.xpi
192 # Source164-md5:        f1d4247c953ca61b0e954e55359e0154
193 Source165:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ne-NP.xpi
194 # Source165-md5:        123ddbdd47e2ac82da6ea8b3a275c790
195 Source166:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nl.xpi
196 # Source166-md5:        ea093a3f06afb46728c2475517da7f0b
197 Source167:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nn-NO.xpi
198 # Source167-md5:        13fcfa965731a3364cbdace67cd532cf
199 Source168:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/oc.xpi
200 # Source168-md5:        93f137279a8896f3f36afeb9721f92c5
201 Source169:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pa-IN.xpi
202 # Source169-md5:        a99d7e99f9480cf2531601c9a74c7fcd
203 Source170:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pl.xpi
204 # Source170-md5:        79bf0b593698a4ba1ca620eacbf05a8a
205 Source171:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-BR.xpi
206 # Source171-md5:        605da4416cbcb6297ade7816fbb8fa97
207 Source172:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-PT.xpi
208 # Source172-md5:        a1e592999f82c01b1bb49591caf2e8d4
209 Source173:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/rm.xpi
210 # Source173-md5:        c104b8de21024211c71a93c109b5c89d
211 Source174:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ro.xpi
212 # Source174-md5:        a262e32d54d46079a79099756e73133c
213 Source175:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ru.xpi
214 # Source175-md5:        3065e149e186e62653328cc6174ccad0
215 Source176:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sco.xpi
216 # Source176-md5:        02bbb6a965e4fdb760b17782f7016bb8
217 Source177:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/si.xpi
218 # Source177-md5:        baac9fd7617c3148d700e49b8514853e
219 Source178:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sk.xpi
220 # Source178-md5:        65fb0ea959459512f14c4525cc9004d7
221 Source179:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sl.xpi
222 # Source179-md5:        1553f54fa7ccc76f8e991eaa38b9875a
223 Source180:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/son.xpi
224 # Source180-md5:        0d684c51c1722109c2a67e83c031d545
225 Source181:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sq.xpi
226 # Source181-md5:        6684971f040c1bed9f8c17a3e3c7d0a4
227 Source182:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sr.xpi
228 # Source182-md5:        44ce88fe152d7f34ebda74af4918af1b
229 Source183:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sv-SE.xpi
230 # Source183-md5:        2c9924bd43bb0dfdf2264bffc96c25f9
231 Source184:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/szl.xpi
232 # Source184-md5:        53c1cbe981d3065bd843e93dde2b8464
233 Source185:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ta.xpi
234 # Source185-md5:        e1a3076879a6595e5d76a235211ac138
235 Source186:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/te.xpi
236 # Source186-md5:        e489bf1ab8fd4a4421c0af66de67a289
237 Source187:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/th.xpi
238 # Source187-md5:        e0825019965a3b0847efb01dd3f60ab6
239 Source188:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tl.xpi
240 # Source188-md5:        2f4e0d94ceee0f79cd2b36f5db4ed1bf
241 Source189:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tr.xpi
242 # Source189-md5:        27fb8bd87a471bb785eef611ccf388e3
243 Source190:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/trs.xpi
244 # Source190-md5:        c79a8a707d444e59b76a07610383da9e
245 Source191:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uk.xpi
246 # Source191-md5:        8ca3602841c35c9f4589a287c3777c62
247 Source192:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ur.xpi
248 # Source192-md5:        d0c2aec5fd4d47131fc66a8faedd91f9
249 Source193:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uz.xpi
250 # Source193-md5:        a9583bed5147abfb2c9722ab3a5d42d8
251 Source194:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/vi.xpi
252 # Source194-md5:        ce0ef551bac69a7337c2279fa2ea6d41
253 Source195:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/xh.xpi
254 # Source195-md5:        c9358e4f2824a4f8c8caeccf617e97ce
255 Source196:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-CN.xpi
256 # Source196-md5:        d293727af26a20c1a883667ee06dcd3f
257 Source197:      https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-TW.xpi
258 # Source197-md5:        de11ece098f9cbca048bbec6b3654c6f
259 Patch0:         x86-flags.patch
260 Patch1:         aarch64-sysctl.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 Patch8:         %{name}-system-virtualenv.patch
266 Patch9:         %{name}-Disable-Firefox-Health-Report.patch
267 Patch10:        system-cairo.patch
268 Patch11:        glibc-double.patch
269 URL:            https://www.mozilla.org/firefox/
270 BuildRequires:  OpenGL-devel
271 BuildRequires:  alsa-lib-devel
272 BuildRequires:  autoconf2_13
273 BuildRequires:  automake
274 %{?with_gold:BuildRequires:     binutils >= 3:2.20.51.0.7}
275 %{?with_system_cairo:BuildRequires:     cairo-devel >= 1.10.2-5}
276 BuildRequires:  cargo >= 1.32.0
277 %{?with_clang:BuildRequires:    clang}
278 BuildRequires:  clang-devel >= 5.0
279 BuildRequires:  dbus-glib-devel >= 0.60
280 BuildRequires:  fontconfig-devel >= 1:2.7.0
281 BuildRequires:  freetype-devel >= 1:2.2.1
282 %{!?with_clang:BuildRequires:   gcc-c++ >= 6:7}
283 BuildRequires:  glib2-devel >= 1:2.42
284 %{?with_gps:BuildRequires:      gpsd-devel >= 3.11}
285 BuildRequires:  gtk+3-devel >= 3.14.0
286 BuildRequires:  libatomic-devel
287 # DECnet (dnprogs.spec), not dummy net (libdnet.spec)
288 #BuildRequires: libdnet-devel
289 BuildRequires:  libdrm-devel >= 2.4
290 BuildRequires:  libevent-devel >= 1.4.7
291 # standalone libffi 3.0.9 or gcc's from 4.5(?)+
292 BuildRequires:  libffi-devel >= 6:3.0.9
293 %{?with_system_icu:BuildRequires:       libicu-devel >= 71.1}
294 # requires libjpeg-turbo implementing at least libjpeg 6b API
295 BuildRequires:  libjpeg-devel >= 6b
296 BuildRequires:  libjpeg-turbo-devel
297 BuildRequires:  libpng(APNG)-devel >= 0.10
298 BuildRequires:  libpng-devel >= 2:1.6.35
299 BuildRequires:  libstdc++-devel >= 6:7
300 BuildRequires:  libxcb-devel
301 %{?with_system_libvpx:BuildRequires:    libvpx-devel >= 1.8.0}
302 BuildRequires:  libwebp-devel >= 1.0.2
303 %{?with_clang:BuildRequires:    lld}
304 BuildRequires:  llvm-devel >= 5.0
305 %ifarch %{ix86} %{x8664}
306 BuildRequires:  nasm >= 2.14
307 %endif
308 # or --disable-nodejs ?
309 BuildRequires:  nodejs >= 12.22.12
310 BuildRequires:  nspr-devel >= 1:%{nspr_ver}
311 BuildRequires:  nss-devel >= 1:%{nss_ver}
312 BuildRequires:  pango-devel >= 1:1.22.0
313 BuildRequires:  pixman-devel >= 0.36.0
314 BuildRequires:  perl-modules >= 5.006
315 BuildRequires:  pkgconfig >= 1:0.9.0
316 BuildRequires:  pkgconfig(libffi) >= 3.0.9
317 BuildRequires:  pulseaudio-devel
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.61.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.8.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 %patch8 -p1
2130 %patch9 -p1
2131 %{?with_system_cairo:%patch10 -p1}
2132 %patch11 -p1
2133
2134 %if %{with pgo}
2135 %{__sed} -i -e 's@__BROWSER_PATH__@"../../dist/bin/firefox-bin"@' build/automation.py.in
2136 %endif
2137
2138 %build
2139 cp -p %{_datadir}/automake/config.* build/autoconf
2140
2141 cat << 'EOF' > .mozconfig
2142 . $topsrcdir/browser/config/mozconfig
2143
2144 %if %{with clang}
2145 export CC="clang"
2146 export CXX="clang++"
2147 export LLVM_PROFDATA="llvm-profdata"
2148 export AR="llvm-ar"
2149 export NM="llvm-nm"
2150 export RANLIB="llvm-ranlib"
2151 %else
2152 export CC="%{__cc}"
2153 export CXX="%{__cxx}"
2154 %endif
2155 %ifarch %{ix86}
2156 export CFLAGS="%{rpmcflags} %{!?with_system_libvpx:-mmmx} -D_FILE_OFFSET_BITS=64"
2157 export CXXFLAGS="%{rpmcxxflags} -mmmx -D_FILE_OFFSET_BITS=64"
2158 %else
2159 export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
2160 export CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64"
2161 %endif
2162
2163 %if %{with lowmem}
2164 export CFLAGS="$CFLAGS -g0"
2165 export CXXFLAGS="$CXXFLAGS -g0"
2166 export MOZ_DEBUG_FLAGS=" "
2167 export LLVM_USE_SPLIT_DWARF=1
2168 export LLVM_PARALLEL_LINK_JOBS=1
2169 export MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
2170 export RUSTFLAGS="-Cdebuginfo=0"
2171 %endif
2172
2173 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{_target_cpu}
2174
2175 # Options for 'configure' (same as command-line options).
2176 ac_add_options --host=%{_target_platform}
2177 ac_add_options --prefix=%{_prefix}
2178 %if %{?debug:1}0
2179 ac_add_options --disable-optimize
2180 ac_add_options --enable-debug
2181 ac_add_options --enable-debug-modules
2182 ac_add_options --enable-debugger-info-modules
2183 ac_add_options --enable-crash-on-assert
2184 %else
2185 ac_add_options --disable-debug
2186 %endif
2187 ac_add_options --disable-strip
2188 ac_add_options --disable-install-strip
2189 %if %{with tests}
2190 ac_add_options --enable-tests
2191 ac_add_options --enable-mochitest
2192 %else
2193 %if %{with pgo}
2194 ac_add_options --enable-tests
2195 %else
2196 ac_add_options --disable-tests
2197 %endif
2198 %endif
2199 ac_add_options --disable-crashreporter
2200 ac_add_options --disable-necko-wifi
2201 ac_add_options --disable-updater
2202 ac_add_options --enable-alsa
2203 ac_add_options --enable-chrome-format=omni
2204 ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
2205 %{?with_geckodriver:ac_add_options --enable-geckodriver}
2206 %{?with_gold:ac_add_options --enable-linker=gold}
2207 %ifarch %{ix86} %{x8664} %{arm}
2208 ac_add_options --disable-elf-hack
2209 %endif
2210 %if %{with gps}
2211 ac_add_options --enable-gpsd
2212 %endif
2213 %if %{with lto}
2214 ac_add_options --enable-lto=cross
2215 %endif
2216 %{?with_clang:ac_add_options --enable-linker=lld}
2217 %{?with_rust_simd:ac_add_options --enable-rust-simd}
2218 %{?with_shared_js:ac_add_options --enable-shared-js}
2219 %{?with_system_cairo:ac_add_options --enable-system-cairo}
2220 ac_add_options --enable-system-ffi
2221 %{?with_official:ac_add_options --enable-official-branding}
2222 ac_add_options --with-distribution-id=org.pld-linux
2223 ac_add_options --with%{!?with_system_icu:out}-system-icu
2224 ac_add_options --with-system-jpeg
2225 ac_add_options --with-system-libevent
2226 ac_add_options --with%{!?with_system_libvpx:out}-system-libvpx
2227 ac_add_options --with-system-nspr
2228 ac_add_options --with-system-nss
2229 ac_add_options --with-system-pixman
2230 ac_add_options --with-system-png
2231 ac_add_options --with-system-webp
2232 ac_add_options --with-system-zlib
2233 ac_add_options --without-wasm-sandboxed-libraries
2234 EOF
2235
2236 %if %{without clang}
2237 # On x86_64 architectures, Mozilla can build up to 4 jobs at once in parallel,
2238 # however builds tend to fail on other arches when building in parallel.
2239 MOZ_PARALLEL_BUILD=1
2240 %ifarch %{x8664}
2241 jobs="%{__jobs}"
2242 [ -n "$jobs" -a "$jobs" -gt 4 ] && MOZ_PARALLEL_BUILD=4 || MOZ_PARALLEL_BUILD="$jobs"
2243 %endif
2244 export MOZ_PARALLEL_BUILD
2245 %else
2246 %{?__jobs:export MOZ_PARALLEL_BUILD="%__jobs"}
2247 %endif
2248
2249 export MOZ_SERVICES_SYNC="1"
2250 export MOZBUILD_STATE_PATH="$(pwd)/.mozbuild"
2251 export MACH_SYSTEM_ASSERTED_COMPATIBLE_WITH_BUILD_SITE=1
2252 export MACH_SYSTEM_ASSERTED_COMPATIBLE_WITH_MACH_SITE=1
2253 %if %{with pgo}
2254 D=$(( RANDOM % (200 - 100 + 1 ) + 5 ))
2255 /usr/bin/Xvfb :${D} &
2256 XVFB_PID=$!
2257 [ -n "$XVFB_PID" ] || exit 1
2258 export DISPLAY=:${D}
2259 MOZ_PGO=1 \
2260 AUTOCONF=/usr/bin/autoconf2_13 \
2261 MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none \
2262 ./mach build
2263 kill $XVFB_PID
2264 %else
2265 AUTOCONF=/usr/bin/autoconf2_13 \
2266 MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none \
2267 ./mach build
2268 %endif
2269
2270 %install
2271 rm -rf $RPM_BUILD_ROOT
2272 install -d \
2273         $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}} \
2274         $RPM_BUILD_ROOT%{_desktopdir} \
2275         $RPM_BUILD_ROOT%{_datadir}/%{name}/browser \
2276         $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/plugins \
2277         $RPM_BUILD_ROOT%{_includedir}/%{name} \
2278         $RPM_BUILD_ROOT%{_pkgconfigdir}
2279
2280 %browser_plugins_add_browser %{name} -p %{_libdir}/%{name}/browser/plugins
2281
2282 OBJDIR=obj-%{_target_cpu}
2283 %{__make} -C ${OBJDIR}/browser/installer stage-package \
2284         DESTDIR=$RPM_BUILD_ROOT \
2285         installdir=%{_libdir}/%{name} \
2286         PKG_SKIP_STRIP=1
2287
2288 cp -aL ${OBJDIR}/dist/firefox/* $RPM_BUILD_ROOT%{_libdir}/%{name}/
2289 %{?with_geckodriver:cp -aL ${OBJDIR}/dist/bin/geckodriver $RPM_BUILD_ROOT%{_bindir}/}
2290
2291 # move arch independant ones to datadir
2292 %{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/chrome $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/chrome
2293 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/extensions
2294 %{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults
2295 %{__mv} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/{pref,preferences}
2296
2297 ln -s ../../../share/%{name}/browser/chrome $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/chrome
2298 ln -s ../../../share/%{name}/browser/defaults $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/defaults
2299 ln -s ../../../share/%{name}/browser/extensions $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/extensions
2300
2301 sed 's,@LIBDIR@,%{_libdir},' %{SOURCE4} > $RPM_BUILD_ROOT%{_bindir}/firefox
2302 chmod 755 $RPM_BUILD_ROOT%{_bindir}/firefox
2303
2304 # install icons and desktop file
2305 for i in 16 32 48 %{?with_official:22 24 256}; do
2306         install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${i}x${i}/apps
2307         cp -a browser/branding/%{!?with_official:un}official/default${i}.png \
2308                 $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${i}x${i}/apps/firefox.png
2309 done
2310
2311 cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
2312
2313 # install our settings
2314 %if "%{pld_release}" == "ac"
2315 cp -a %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/preferences/vendor.js
2316 %else
2317 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/preferences/vendor.js
2318 %endif
2319
2320 # GeckoMediaPlugin API headers
2321 install -d $RPM_BUILD_ROOT%{_includedir}
2322 cp -pr dom/media/gmp/gmp-api $RPM_BUILD_ROOT%{_includedir}
2323
2324 for a in *.xpi; do
2325         basename=$(basename $a .xpi)
2326         cp -p $a $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/extensions/langpack-$basename@firefox.mozilla.org.xpi
2327 done
2328
2329 %clean
2330 rm -rf $RPM_BUILD_ROOT
2331
2332 %post
2333 %update_browser_plugins
2334 %update_icon_cache hicolor
2335 %update_desktop_database
2336
2337 %postun
2338 if [ "$1" = 0 ]; then
2339         %update_browser_plugins
2340         %update_icon_cache hicolor
2341 fi
2342
2343 %files
2344 %defattr(644,root,root,755)
2345 %attr(755,root,root) %{_bindir}/%{name}
2346
2347 %{_desktopdir}/firefox.desktop
2348 %{_iconsdir}/hicolor/*/apps/firefox.png
2349
2350 # browser plugins v2
2351 %{_browserpluginsconfdir}/browsers.d/%{name}.*
2352 %config(noreplace) %verify(not md5 mtime size) %{_browserpluginsconfdir}/blacklist.d/%{name}.*.blacklist
2353
2354 %dir %{_libdir}/%{name}/browser
2355 %dir %{_libdir}/%{name}/browser/plugins
2356 %dir %{_libdir}/%{name}/browser/features
2357
2358 %dir %{_datadir}/%{name}
2359 %dir %{_datadir}/%{name}/browser
2360 %dir %{_datadir}/%{name}/browser/extensions
2361 %{_datadir}/%{name}/browser/chrome
2362 %{_datadir}/%{name}/browser/defaults
2363
2364 # symlinks
2365 %{_libdir}/%{name}/browser/extensions
2366 %{_libdir}/%{name}/browser/chrome
2367 %{_libdir}/%{name}/browser/defaults
2368
2369 %attr(755,root,root) %{_libdir}/%{name}/firefox
2370 %attr(755,root,root) %{_libdir}/%{name}/firefox-bin
2371 %attr(755,root,root) %{_libdir}/%{name}/pingsender
2372 %{_libdir}/%{name}/application.ini
2373 %{_libdir}/%{name}/browser/omni.ja
2374
2375 %{_libdir}/%{name}/browser/features/formautofill@mozilla.org.xpi
2376 %{_libdir}/%{name}/browser/features/pictureinpicture@mozilla.org.xpi
2377 %{_libdir}/%{name}/browser/features/screenshots@mozilla.org.xpi
2378 %{_libdir}/%{name}/browser/features/webcompat@mozilla.org.xpi
2379 %{_libdir}/%{name}/browser/features/webcompat-reporter@mozilla.org.xpi
2380
2381 %attr(755,root,root) %{_libdir}/%{name}/plugin-container
2382
2383 %dir %{_libdir}/%{name}/fonts
2384 %{_libdir}/%{name}/fonts/TwemojiMozilla.ttf
2385
2386 %dir %{_libdir}/%{name}/gmp-clearkey
2387 %dir %{_libdir}/%{name}/gmp-clearkey/0.1
2388 %{_libdir}/%{name}/gmp-clearkey/0.1/manifest.json
2389 %attr(755,root,root) %{_libdir}/%{name}/gmp-clearkey/0.1/libclearkey.so
2390
2391 %dir %{_libdir}/%{name}
2392 %{_libdir}/%{name}/platform.ini
2393 %{?with_shared_js:%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so}
2394 %attr(755,root,root) %{_libdir}/%{name}/libipcclientcerts.so
2395 %attr(755,root,root) %{_libdir}/%{name}/liblgpllibs.so
2396 %attr(755,root,root) %{_libdir}/%{name}/libxul.so
2397 %attr(755,root,root) %{_libdir}/%{name}/libmozavcodec.so
2398 %attr(755,root,root) %{_libdir}/%{name}/libmozavutil.so
2399 %ifarch %{ix86} %{x8664} %{arm} aarch64
2400 %attr(755,root,root) %{_libdir}/%{name}/libmozsandbox.so
2401 %endif
2402 %attr(755,root,root) %{_libdir}/%{name}/libmozsqlite3.so
2403 %attr(755,root,root) %{_libdir}/%{name}/libmozwayland.so
2404 %{_libdir}/%{name}/dependentlibs.list
2405 %{_libdir}/%{name}/omni.ja
2406 %attr(755,root,root) %{_libdir}/%{name}/libmozgtk.so
2407
2408 %files -n gmp-api
2409 %defattr(644,root,root,755)
2410 %{_includedir}/gmp-api
2411
2412 %files lang-ach
2413 %defattr(644,root,root,755)
2414 %{_datadir}/%{name}/browser/extensions/langpack-ach@firefox.mozilla.org.xpi
2415
2416 %files lang-af
2417 %defattr(644,root,root,755)
2418 %{_datadir}/%{name}/browser/extensions/langpack-af@firefox.mozilla.org.xpi
2419
2420 %files lang-an
2421 %defattr(644,root,root,755)
2422 %{_datadir}/%{name}/browser/extensions/langpack-an@firefox.mozilla.org.xpi
2423
2424 %files lang-ar
2425 %defattr(644,root,root,755)
2426 %{_datadir}/%{name}/browser/extensions/langpack-ar@firefox.mozilla.org.xpi
2427
2428 %files lang-ast
2429 %defattr(644,root,root,755)
2430 %{_datadir}/%{name}/browser/extensions/langpack-ast@firefox.mozilla.org.xpi
2431
2432 %files lang-az
2433 %defattr(644,root,root,755)
2434 %{_datadir}/%{name}/browser/extensions/langpack-az@firefox.mozilla.org.xpi
2435
2436 %files lang-be
2437 %defattr(644,root,root,755)
2438 %{_datadir}/%{name}/browser/extensions/langpack-be@firefox.mozilla.org.xpi
2439
2440 %files lang-bg
2441 %defattr(644,root,root,755)
2442 %{_datadir}/%{name}/browser/extensions/langpack-bg@firefox.mozilla.org.xpi
2443
2444 %files lang-bn
2445 %defattr(644,root,root,755)
2446 %{_datadir}/%{name}/browser/extensions/langpack-bn@firefox.mozilla.org.xpi
2447
2448 %files lang-br
2449 %defattr(644,root,root,755)
2450 %{_datadir}/%{name}/browser/extensions/langpack-br@firefox.mozilla.org.xpi
2451
2452 %files lang-bs
2453 %defattr(644,root,root,755)
2454 %{_datadir}/%{name}/browser/extensions/langpack-bs@firefox.mozilla.org.xpi
2455
2456 %files lang-ca
2457 %defattr(644,root,root,755)
2458 %{_datadir}/%{name}/browser/extensions/langpack-ca@firefox.mozilla.org.xpi
2459
2460 %files lang-ca-valencia
2461 %defattr(644,root,root,755)
2462 %{_datadir}/%{name}/browser/extensions/langpack-ca-valencia@firefox.mozilla.org.xpi
2463
2464 %files lang-cak
2465 %defattr(644,root,root,755)
2466 %{_datadir}/%{name}/browser/extensions/langpack-cak@firefox.mozilla.org.xpi
2467
2468 %files lang-cs
2469 %defattr(644,root,root,755)
2470 %{_datadir}/%{name}/browser/extensions/langpack-cs@firefox.mozilla.org.xpi
2471
2472 #%files lang-csb
2473 #%defattr(644,root,root,755)
2474 #%{_datadir}/%{name}/browser/extensions/langpack-csb@firefox.mozilla.org.xpi
2475
2476 %files lang-cy
2477 %defattr(644,root,root,755)
2478 %{_datadir}/%{name}/browser/extensions/langpack-cy@firefox.mozilla.org.xpi
2479
2480 %files lang-da
2481 %defattr(644,root,root,755)
2482 %{_datadir}/%{name}/browser/extensions/langpack-da@firefox.mozilla.org.xpi
2483
2484 %files lang-de
2485 %defattr(644,root,root,755)
2486 %{_datadir}/%{name}/browser/extensions/langpack-de@firefox.mozilla.org.xpi
2487
2488 %files lang-dsb
2489 %defattr(644,root,root,755)
2490 %{_datadir}/%{name}/browser/extensions/langpack-dsb@firefox.mozilla.org.xpi
2491
2492 %files lang-el
2493 %defattr(644,root,root,755)
2494 %{_datadir}/%{name}/browser/extensions/langpack-el@firefox.mozilla.org.xpi
2495
2496 %files lang-en_CA
2497 %defattr(644,root,root,755)
2498 %{_datadir}/%{name}/browser/extensions/langpack-en-CA@firefox.mozilla.org.xpi
2499
2500 %files lang-en_GB
2501 %defattr(644,root,root,755)
2502 %{_datadir}/%{name}/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi
2503
2504 %files lang-en_US
2505 %defattr(644,root,root,755)
2506 %{_datadir}/%{name}/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi
2507
2508 %files lang-eo
2509 %defattr(644,root,root,755)
2510 %{_datadir}/%{name}/browser/extensions/langpack-eo@firefox.mozilla.org.xpi
2511
2512 %files lang-es_AR
2513 %defattr(644,root,root,755)
2514 %{_datadir}/%{name}/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi
2515
2516 %files lang-es_CL
2517 %defattr(644,root,root,755)
2518 %{_datadir}/%{name}/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi
2519
2520 %files lang-es
2521 %defattr(644,root,root,755)
2522 %{_datadir}/%{name}/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi
2523
2524 %files lang-es_MX
2525 %defattr(644,root,root,755)
2526 %{_datadir}/%{name}/browser/extensions/langpack-es-MX@firefox.mozilla.org.xpi
2527
2528 %files lang-et
2529 %defattr(644,root,root,755)
2530 %{_datadir}/%{name}/browser/extensions/langpack-et@firefox.mozilla.org.xpi
2531
2532 %files lang-eu
2533 %defattr(644,root,root,755)
2534 %{_datadir}/%{name}/browser/extensions/langpack-eu@firefox.mozilla.org.xpi
2535
2536 %files lang-fa
2537 %defattr(644,root,root,755)
2538 %{_datadir}/%{name}/browser/extensions/langpack-fa@firefox.mozilla.org.xpi
2539
2540 %files lang-ff
2541 %defattr(644,root,root,755)
2542 %{_datadir}/%{name}/browser/extensions/langpack-ff@firefox.mozilla.org.xpi
2543
2544 %files lang-fi
2545 %defattr(644,root,root,755)
2546 %{_datadir}/%{name}/browser/extensions/langpack-fi@firefox.mozilla.org.xpi
2547
2548 %files lang-fr
2549 %defattr(644,root,root,755)
2550 %{_datadir}/%{name}/browser/extensions/langpack-fr@firefox.mozilla.org.xpi
2551
2552 %files lang-fy
2553 %defattr(644,root,root,755)
2554 %{_datadir}/%{name}/browser/extensions/langpack-fy-NL@firefox.mozilla.org.xpi
2555
2556 %files lang-ga
2557 %defattr(644,root,root,755)
2558 %{_datadir}/%{name}/browser/extensions/langpack-ga-IE@firefox.mozilla.org.xpi
2559
2560 %files lang-gd
2561 %defattr(644,root,root,755)
2562 %{_datadir}/%{name}/browser/extensions/langpack-gd@firefox.mozilla.org.xpi
2563
2564 %files lang-gl
2565 %defattr(644,root,root,755)
2566 %{_datadir}/%{name}/browser/extensions/langpack-gl@firefox.mozilla.org.xpi
2567
2568 %files lang-gn
2569 %defattr(644,root,root,755)
2570 %{_datadir}/%{name}/browser/extensions/langpack-gn@firefox.mozilla.org.xpi
2571
2572 %files lang-gu
2573 %defattr(644,root,root,755)
2574 %{_datadir}/%{name}/browser/extensions/langpack-gu-IN@firefox.mozilla.org.xpi
2575
2576 %files lang-he
2577 %defattr(644,root,root,755)
2578 %{_datadir}/%{name}/browser/extensions/langpack-he@firefox.mozilla.org.xpi
2579
2580 %files lang-hi
2581 %defattr(644,root,root,755)
2582 %{_datadir}/%{name}/browser/extensions/langpack-hi-IN@firefox.mozilla.org.xpi
2583
2584 %files lang-hr
2585 %defattr(644,root,root,755)
2586 %{_datadir}/%{name}/browser/extensions/langpack-hr@firefox.mozilla.org.xpi
2587
2588 %files lang-hsb
2589 %defattr(644,root,root,755)
2590 %{_datadir}/%{name}/browser/extensions/langpack-hsb@firefox.mozilla.org.xpi
2591
2592 %files lang-hu
2593 %defattr(644,root,root,755)
2594 %{_datadir}/%{name}/browser/extensions/langpack-hu@firefox.mozilla.org.xpi
2595
2596 %files lang-hy
2597 %defattr(644,root,root,755)
2598 %{_datadir}/%{name}/browser/extensions/langpack-hy-AM@firefox.mozilla.org.xpi
2599
2600 %files lang-ia
2601 %defattr(644,root,root,755)
2602 %{_datadir}/%{name}/browser/extensions/langpack-ia@firefox.mozilla.org.xpi
2603
2604 %files lang-id
2605 %defattr(644,root,root,755)
2606 %{_datadir}/%{name}/browser/extensions/langpack-id@firefox.mozilla.org.xpi
2607
2608 %files lang-is
2609 %defattr(644,root,root,755)
2610 %{_datadir}/%{name}/browser/extensions/langpack-is@firefox.mozilla.org.xpi
2611
2612 %files lang-it
2613 %defattr(644,root,root,755)
2614 %{_datadir}/%{name}/browser/extensions/langpack-it@firefox.mozilla.org.xpi
2615
2616 %files lang-ja
2617 %defattr(644,root,root,755)
2618 %{_datadir}/%{name}/browser/extensions/langpack-ja@firefox.mozilla.org.xpi
2619
2620 %files lang-ka
2621 %defattr(644,root,root,755)
2622 %{_datadir}/%{name}/browser/extensions/langpack-ka@firefox.mozilla.org.xpi
2623
2624 %files lang-kab
2625 %defattr(644,root,root,755)
2626 %{_datadir}/%{name}/browser/extensions/langpack-kab@firefox.mozilla.org.xpi
2627
2628 %files lang-kk
2629 %defattr(644,root,root,755)
2630 %{_datadir}/%{name}/browser/extensions/langpack-kk@firefox.mozilla.org.xpi
2631
2632 %files lang-km
2633 %defattr(644,root,root,755)
2634 %{_datadir}/%{name}/browser/extensions/langpack-km@firefox.mozilla.org.xpi
2635
2636 %files lang-kn
2637 %defattr(644,root,root,755)
2638 %{_datadir}/%{name}/browser/extensions/langpack-kn@firefox.mozilla.org.xpi
2639
2640 %files lang-ko
2641 %defattr(644,root,root,755)
2642 %{_datadir}/%{name}/browser/extensions/langpack-ko@firefox.mozilla.org.xpi
2643
2644 #%files lang-ku
2645 #%defattr(644,root,root,755)
2646 #%{_datadir}/%{name}/browser/extensions/langpack-ku@firefox.mozilla.org.xpi
2647
2648 %files lang-lij
2649 %defattr(644,root,root,755)
2650 %{_datadir}/%{name}/browser/extensions/langpack-lij@firefox.mozilla.org.xpi
2651
2652 %files lang-lt
2653 %defattr(644,root,root,755)
2654 %{_datadir}/%{name}/browser/extensions/langpack-lt@firefox.mozilla.org.xpi
2655
2656 %files lang-lv
2657 %defattr(644,root,root,755)
2658 %{_datadir}/%{name}/browser/extensions/langpack-lv@firefox.mozilla.org.xpi
2659
2660 %files lang-mk
2661 %defattr(644,root,root,755)
2662 %{_datadir}/%{name}/browser/extensions/langpack-mk@firefox.mozilla.org.xpi
2663
2664 %files lang-mr
2665 %defattr(644,root,root,755)
2666 %{_datadir}/%{name}/browser/extensions/langpack-mr@firefox.mozilla.org.xpi
2667
2668 %files lang-ms
2669 %defattr(644,root,root,755)
2670 %{_datadir}/%{name}/browser/extensions/langpack-ms@firefox.mozilla.org.xpi
2671
2672 %files lang-my
2673 %defattr(644,root,root,755)
2674 %{_datadir}/%{name}/browser/extensions/langpack-my@firefox.mozilla.org.xpi
2675
2676 %files lang-nb
2677 %defattr(644,root,root,755)
2678 %{_datadir}/%{name}/browser/extensions/langpack-nb-NO@firefox.mozilla.org.xpi
2679
2680 %files lang-ne
2681 %defattr(644,root,root,755)
2682 %{_datadir}/%{name}/browser/extensions/langpack-ne-NP@firefox.mozilla.org.xpi
2683
2684 %files lang-nl
2685 %defattr(644,root,root,755)
2686 %{_datadir}/%{name}/browser/extensions/langpack-nl@firefox.mozilla.org.xpi
2687
2688 %files lang-nn
2689 %defattr(644,root,root,755)
2690 %{_datadir}/%{name}/browser/extensions/langpack-nn-NO@firefox.mozilla.org.xpi
2691
2692 %files lang-oc
2693 %defattr(644,root,root,755)
2694 %{_datadir}/%{name}/browser/extensions/langpack-oc@firefox.mozilla.org.xpi
2695
2696 %files lang-pa
2697 %defattr(644,root,root,755)
2698 %{_datadir}/%{name}/browser/extensions/langpack-pa-IN@firefox.mozilla.org.xpi
2699
2700 %files lang-pl
2701 %defattr(644,root,root,755)
2702 %{_datadir}/%{name}/browser/extensions/langpack-pl@firefox.mozilla.org.xpi
2703
2704 %files lang-pt_BR
2705 %defattr(644,root,root,755)
2706 %{_datadir}/%{name}/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi
2707
2708 %files lang-pt
2709 %defattr(644,root,root,755)
2710 %{_datadir}/%{name}/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi
2711
2712 %files lang-rm
2713 %defattr(644,root,root,755)
2714 %{_datadir}/%{name}/browser/extensions/langpack-rm@firefox.mozilla.org.xpi
2715
2716 %files lang-ro
2717 %defattr(644,root,root,755)
2718 %{_datadir}/%{name}/browser/extensions/langpack-ro@firefox.mozilla.org.xpi
2719
2720 %files lang-ru
2721 %defattr(644,root,root,755)
2722 %{_datadir}/%{name}/browser/extensions/langpack-ru@firefox.mozilla.org.xpi
2723
2724 %files lang-sco
2725 %defattr(644,root,root,755)
2726 %{_datadir}/%{name}/browser/extensions/langpack-sco@firefox.mozilla.org.xpi
2727
2728 %files lang-si
2729 %defattr(644,root,root,755)
2730 %{_datadir}/%{name}/browser/extensions/langpack-si@firefox.mozilla.org.xpi
2731
2732 %files lang-sk
2733 %defattr(644,root,root,755)
2734 %{_datadir}/%{name}/browser/extensions/langpack-sk@firefox.mozilla.org.xpi
2735
2736 %files lang-sl
2737 %defattr(644,root,root,755)
2738 %{_datadir}/%{name}/browser/extensions/langpack-sl@firefox.mozilla.org.xpi
2739
2740 %files lang-son
2741 %defattr(644,root,root,755)
2742 %{_datadir}/%{name}/browser/extensions/langpack-son@firefox.mozilla.org.xpi
2743
2744 %files lang-sq
2745 %defattr(644,root,root,755)
2746 %{_datadir}/%{name}/browser/extensions/langpack-sq@firefox.mozilla.org.xpi
2747
2748 %files lang-sr
2749 %defattr(644,root,root,755)
2750 %{_datadir}/%{name}/browser/extensions/langpack-sr@firefox.mozilla.org.xpi
2751
2752 %files lang-sv
2753 %defattr(644,root,root,755)
2754 %{_datadir}/%{name}/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi
2755
2756 %files lang-szl
2757 %defattr(644,root,root,755)
2758 %{_datadir}/%{name}/browser/extensions/langpack-szl@firefox.mozilla.org.xpi
2759
2760 %files lang-ta
2761 %defattr(644,root,root,755)
2762 %{_datadir}/%{name}/browser/extensions/langpack-ta@firefox.mozilla.org.xpi
2763
2764 %files lang-te
2765 %defattr(644,root,root,755)
2766 %{_datadir}/%{name}/browser/extensions/langpack-te@firefox.mozilla.org.xpi
2767
2768 %files lang-th
2769 %defattr(644,root,root,755)
2770 %{_datadir}/%{name}/browser/extensions/langpack-th@firefox.mozilla.org.xpi
2771
2772 %files lang-tl
2773 %defattr(644,root,root,755)
2774 %{_datadir}/%{name}/browser/extensions/langpack-tl@firefox.mozilla.org.xpi
2775
2776 %files lang-tr
2777 %defattr(644,root,root,755)
2778 %{_datadir}/%{name}/browser/extensions/langpack-tr@firefox.mozilla.org.xpi
2779
2780 %files lang-trs
2781 %defattr(644,root,root,755)
2782 %{_datadir}/%{name}/browser/extensions/langpack-trs@firefox.mozilla.org.xpi
2783
2784 %files lang-uk
2785 %defattr(644,root,root,755)
2786 %{_datadir}/%{name}/browser/extensions/langpack-uk@firefox.mozilla.org.xpi
2787
2788 %files lang-ur
2789 %defattr(644,root,root,755)
2790 %{_datadir}/%{name}/browser/extensions/langpack-ur@firefox.mozilla.org.xpi
2791
2792 %files lang-uz
2793 %defattr(644,root,root,755)
2794 %{_datadir}/%{name}/browser/extensions/langpack-uz@firefox.mozilla.org.xpi
2795
2796 %files lang-vi
2797 %defattr(644,root,root,755)
2798 %{_datadir}/%{name}/browser/extensions/langpack-vi@firefox.mozilla.org.xpi
2799
2800 %files lang-xh
2801 %defattr(644,root,root,755)
2802 %{_datadir}/%{name}/browser/extensions/langpack-xh@firefox.mozilla.org.xpi
2803
2804 %files lang-zh_CN
2805 %defattr(644,root,root,755)
2806 %{_datadir}/%{name}/browser/extensions/langpack-zh-CN@firefox.mozilla.org.xpi
2807
2808 %files lang-zh_TW
2809 %defattr(644,root,root,755)
2810 %{_datadir}/%{name}/browser/extensions/langpack-zh-TW@firefox.mozilla.org.xpi
2811
2812 #%files lang-zu
2813 #%defattr(644,root,root,755)
2814 #%{_datadir}/%{name}/browser/extensions/langpack-zu@firefox.mozilla.org.xpi
2815
2816 %if %{with geckodriver}
2817 %files geckodriver
2818 %defattr(644,root,root,755)
2819 %attr(755,root,root) %{_bindir}/geckodriver
2820 %endif
This page took 0.251305 seconds and 3 git commands to generate.