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