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