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