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