]> git.pld-linux.org Git - packages/firefox.git/blob - firefox.spec
- release 3 (by relup.sh)
[packages/firefox.git] / firefox.spec
1 # TODO:
2 # - consider --enable-libproxy
3 # - do something with *.rdf file, there if file conflict with other lang packages
4 #
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.24
42 %define         nss_ver         3.48
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:        72.0.2
49 Release:        3
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:  ec45ff9b483e23ce2477185d018a2250
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:        f3d368b5cac4e6308fd9c113ccc318a4
60 Source101:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
61 # Source101-md5:        a24c7c2c529eaf282a29a03d49951d5d
62 Source102:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
63 # Source102-md5:        6b7b4fe0f19f0f76def26827f64709fa
64 Source103:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
65 # Source103-md5:        dbc48fe9aa3641eee0b881f67151dcfe
66 Source104:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
67 # Source104-md5:        e120de1b3c140943debf5626b994910a
68 Source105:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
69 # Source105-md5:        4565e19d628fa195f82f5b260640925d
70 Source106:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi
71 # Source106-md5:        62a83da1a4bdaeebfaf1a8a3fcf2bc8f
72 Source107:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
73 # Source107-md5:        74a311b7b0bd776157c4656c09633a51
74 Source108:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi
75 # Source108-md5:        a86e6019bb762f763a8d9061ebdccb0f
76 Source109:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
77 # Source109-md5:        a8e20be8f42fbd0e8ef0031826f85f45
78 Source110:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
79 # Source110-md5:        b26ab2ead18344f2c1cd7437715a8aa2
80 Source111:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
81 # Source111-md5:        543244dd7844cb5fd9b20e37af927a05
82 Source112:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
83 # Source112-md5:        b22ca6474f4974638a4ef2004a04a77a
84 Source113:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
85 # Source113-md5:        da1274a4d9db811a5c09b0a35e2396d3
86 Source114:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
87 # Source114-md5:        4746f9cec6b8f6b681706b1328b6f054
88 Source115:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
89 # Source115-md5:        852dd26c132d18d59cbff98da235ff80
90 Source116:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
91 # Source116-md5:        38907daa82b84233c6854eda3d4d95c4
92 Source117:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
93 # Source117-md5:        f6d95fae92a89f82e3bf1327f034cc9c
94 Source118:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/el.xpi
95 # Source118-md5:        6d77d1d84b13a87eebe061c05b37c770
96 Source119:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-CA.xpi
97 # Source119-md5:        5edbfd82ef032a5a525f5983afb09305
98 Source120:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-GB.xpi
99 # Source120-md5:        2d91d275660bc1ef7d36b22a642fb6ad
100 Source121:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-US.xpi
101 # Source121-md5:        306cef0283b1f90d8a854b40b5e528a7
102 Source122:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eo.xpi
103 # Source122-md5:        0d39fc11ef4ab497a93e95e4bc7aafa7
104 Source123:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-AR.xpi
105 # Source123-md5:        df53d3a1247425b37d098acf19f0aeca
106 Source124:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-CL.xpi
107 # Source124-md5:        28c7853bdf4071ac83ccb5bc8ce2e78e
108 Source125:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-ES.xpi
109 # Source125-md5:        9c5792ede9f0307e94a7be60f11da10a
110 Source126:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-MX.xpi
111 # Source126-md5:        be69c7c614df11a2e2a4513ed57226fb
112 Source127:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/et.xpi
113 # Source127-md5:        28d7ec97a031dbae8dc2fdfab454c13f
114 Source128:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eu.xpi
115 # Source128-md5:        ff0eb02cfe14fecd4158a5434017c776
116 Source129:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fa.xpi
117 # Source129-md5:        18678e98651a2f377806c585e5f352c7
118 Source130:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ff.xpi
119 # Source130-md5:        38c541068dc0339eebf46ce3d3629f7c
120 Source131:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fi.xpi
121 # Source131-md5:        fcb8bea0b00516f343e953d9e8888793
122 Source132:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fr.xpi
123 # Source132-md5:        bb4d6ae3a02baf6d9194c2ebd2c89067
124 Source133:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fy-NL.xpi
125 # Source133-md5:        ceee18208f6518ffac16d92ac93ac9e1
126 Source134:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ga-IE.xpi
127 # Source134-md5:        c4bce896e177ae240eaa7f619f2dd5d3
128 Source135:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gd.xpi
129 # Source135-md5:        fb952dfe5358e6d4b193e63f06f1afc6
130 Source136:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gl.xpi
131 # Source136-md5:        86ad5414b2e7395ed9fb737650debf80
132 Source137:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gn.xpi
133 # Source137-md5:        c328d874b203259dcb096610e8863945
134 Source138:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gu-IN.xpi
135 # Source138-md5:        8f37b79cb8798dd5966e68f3d0e0880c
136 Source139:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/he.xpi
137 # Source139-md5:        b2750245411476863f28f903c60526d8
138 Source140:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hi-IN.xpi
139 # Source140-md5:        17452d9c5c843379996e4539586f664d
140 Source141:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hr.xpi
141 # Source141-md5:        dad9d039ea38fabe28fe421c052f89df
142 Source142:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hsb.xpi
143 # Source142-md5:        7e2f1b9ca2c8d4e4595e5be939c14ab8
144 Source143:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hu.xpi
145 # Source143-md5:        b6e6f02f6dcc0a3bbcedec0fec83f3fa
146 Source144:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hy-AM.xpi
147 # Source144-md5:        b18a5c9205fe585d04e0b089ad770e73
148 Source145:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ia.xpi
149 # Source145-md5:        23b78a002dce6f09a920507a5ca1f097
150 Source146:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/id.xpi
151 # Source146-md5:        e879222d8d453aabde1165988c1215a2
152 Source147:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/is.xpi
153 # Source147-md5:        8970a121050cb9fdaeec5da503016581
154 Source148:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/it.xpi
155 # Source148-md5:        cba4b86a06d8d30123f1658931335c45
156 Source149:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ja.xpi
157 # Source149-md5:        05f3562e3be0abc226f532399cb4ac8c
158 Source150:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ka.xpi
159 # Source150-md5:        931da618a8f0100f7839d7e0f45134bc
160 Source151:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kab.xpi
161 # Source151-md5:        3025e6e3c536877403c072b26006e311
162 Source152:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kk.xpi
163 # Source152-md5:        28c242624516f29e19ff15180c7325b2
164 Source153:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/km.xpi
165 # Source153-md5:        5053fc0574492ad78308e378fda79a74
166 Source154:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kn.xpi
167 # Source154-md5:        a5701847b300a4a33d8fb56a0951ab81
168 Source155:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ko.xpi
169 # Source155-md5:        e46ec4183de4b963504d6dcac0783244
170 Source156:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lij.xpi
171 # Source156-md5:        0ba588a6c36c0f707ae479d43a0ec7fc
172 Source157:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lt.xpi
173 # Source157-md5:        c78dbc7188afc7d2cba8627b859f8a43
174 Source158:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lv.xpi
175 # Source158-md5:        23a3d82dd667579348cf9fbd9125a0fd
176 Source159:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mk.xpi
177 # Source159-md5:        8eb8213b2272512874b6fa8c192ded40
178 Source160:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mr.xpi
179 # Source160-md5:        125064ac37630901ff460b051c2722a3
180 Source161:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ms.xpi
181 # Source161-md5:        abb554dd072dc8e24b22d950ac449b43
182 Source162:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/my.xpi
183 # Source162-md5:        33d996f0d34160e1a5138d88c3e6d5ab
184 Source163:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nb-NO.xpi
185 # Source163-md5:        36ab25dc3e48e20f04cb2bcc89d137e1
186 Source164:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ne-NP.xpi
187 # Source164-md5:        f211bc56a4816bdc88f8a24a1d132ee5
188 Source165:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nl.xpi
189 # Source165-md5:        a188c47a1bc0b860464fa1223c1c04fa
190 Source166:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nn-NO.xpi
191 # Source166-md5:        e88a4958065866062dbc3de4a12b03f7
192 Source167:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/oc.xpi
193 # Source167-md5:        5782f6d1bd66d0d4280c8bd4a1929cea
194 Source168:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pa-IN.xpi
195 # Source168-md5:        d585b7eac80f24fd2bf9a4a4e0477aab
196 Source169:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pl.xpi
197 # Source169-md5:        bf3dd9b174e47a7d05d23b0ebb5a021e
198 Source170:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-BR.xpi
199 # Source170-md5:        f7ba2309e08a5fa1ba704ce73ab6ece4
200 Source171:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-PT.xpi
201 # Source171-md5:        a86980ef02be08037597ad5aa2d4090a
202 Source172:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/rm.xpi
203 # Source172-md5:        92b4762e814ef0e6363002cac07ab720
204 Source173:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ro.xpi
205 # Source173-md5:        a9363839aba287d30e836fcbebb02fa6
206 Source174:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ru.xpi
207 # Source174-md5:        e5a61801d3dbb069ea3bfa349e96c81b
208 Source175:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/si.xpi
209 # Source175-md5:        79a2c2a5a5f0032a87b0ad4c9d20d9a2
210 Source176:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sk.xpi
211 # Source176-md5:        85d8b2b0dd12b376e86b17d1e3b5e7af
212 Source177:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sl.xpi
213 # Source177-md5:        c5f3af9a73eb4994962a394f211b63a3
214 Source178:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/son.xpi
215 # Source178-md5:        4ab0cfe76d48b3bd2dd433a6557857db
216 Source179:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sq.xpi
217 # Source179-md5:        f5f3d184182d220bff47a28c01fba3fd
218 Source180:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sr.xpi
219 # Source180-md5:        a9209d389663f5ad8ed6b6cc72026cdd
220 Source181:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sv-SE.xpi
221 # Source181-md5:        262f6bc79b468f45b78aacea09c84646
222 Source182:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ta.xpi
223 # Source182-md5:        ff5488bb5c2964872a80996eae71491e
224 Source183:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/te.xpi
225 # Source183-md5:        5c7f3ad1599f8fe0289df1264b131783
226 Source184:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/th.xpi
227 # Source184-md5:        58fc56e34b30929cd37047eea86408c5
228 Source185:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tr.xpi
229 # Source185-md5:        c756024c114256984ac5e2512dc2777e
230 Source186:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uk.xpi
231 # Source186-md5:        091fc8c561c9ad2a003e3fe75248ce07
232 Source187:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ur.xpi
233 # Source187-md5:        75f2c632aea617469723daa592f4a59a
234 Source188:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uz.xpi
235 # Source188-md5:        5a137a715efa945e3fff2387cac01168
236 Source189:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/vi.xpi
237 # Source189-md5:        8f7f383668ee6f81d338401b2667f542
238 Source190:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/xh.xpi
239 # Source190-md5:        6f8ac804c7df75a5b3ee98ff98847168
240 Source191:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-CN.xpi
241 # Source191-md5:        0f4c323c398625e280c5bfa9932b5955
242 Source192:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-TW.xpi
243 # Source192-md5:        8cb424375f6a0a86c4500ea9220767dc
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.30.1
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 %if ! %{with clang}
2131 # On x86_64 architectures, Mozilla can build up to 4 jobs at once in parallel,
2132 # however builds tend to fail on other arches when building in parallel.
2133 RPM_BUILD_NR_THREADS=1
2134 %ifarch %{x8664}
2135 jobs=$(echo %{_smp_mflags} | cut -dj -f2)
2136 [ -n "$jobs" -a "$jobs" -gt 4 ] && RPM_BUILD_NR_THREADS=4 || RPM_BUILD_NR_THREADS="$jobs"
2137 %endif
2138 export MOZ_MAKE_FLAGS="-j${RPM_BUILD_NR_THREADS}"
2139 %endif
2140
2141 export MOZ_SERVICES_SYNC="1"
2142 %if %{with pgo}
2143 D=$(( RANDOM % (200 - 100 + 1 ) + 5 ))
2144 /usr/bin/Xvfb :${D} &
2145 XVFB_PID=$!
2146 [ -n "$XVFB_PID" ] || exit 1
2147 export DISPLAY=:${D}
2148 MOZ_PGO=1 AUTOCONF=/usr/bin/autoconf2_13 ./mach build
2149 kill $XVFB_PID
2150 %else
2151 AUTOCONF=/usr/bin/autoconf2_13 ./mach build
2152 %endif
2153
2154 %install
2155 rm -rf $RPM_BUILD_ROOT
2156 install -d \
2157         $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}} \
2158         $RPM_BUILD_ROOT%{_desktopdir} \
2159         $RPM_BUILD_ROOT%{_datadir}/%{name}/browser \
2160         $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/plugins \
2161         $RPM_BUILD_ROOT%{_includedir}/%{name} \
2162         $RPM_BUILD_ROOT%{_pkgconfigdir}
2163
2164 %browser_plugins_add_browser %{name} -p %{_libdir}/%{name}/browser/plugins
2165
2166 OBJDIR=obj-%{_target_cpu}
2167 %{__make} -C ${OBJDIR}/browser/installer stage-package \
2168         DESTDIR=$RPM_BUILD_ROOT \
2169         installdir=%{_libdir}/%{name} \
2170         PKG_SKIP_STRIP=1
2171
2172 cp -aL ${OBJDIR}/dist/firefox/* $RPM_BUILD_ROOT%{_libdir}/%{name}/
2173 %{?with_geckodriver:cp -aL ${OBJDIR}/dist/bin/geckodriver $RPM_BUILD_ROOT%{_bindir}/}
2174
2175 # move arch independant ones to datadir
2176 %{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/chrome $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/chrome
2177 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/extensions
2178 %{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults
2179 %{__mv} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/{pref,preferences}
2180
2181 ln -s ../../../share/%{name}/browser/chrome $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/chrome
2182 ln -s ../../../share/%{name}/browser/defaults $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/defaults
2183 ln -s ../../../share/%{name}/browser/extensions $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/extensions
2184
2185 sed 's,@LIBDIR@,%{_libdir},' %{SOURCE4} > $RPM_BUILD_ROOT%{_bindir}/firefox
2186 chmod 755 $RPM_BUILD_ROOT%{_bindir}/firefox
2187
2188 # install icons and desktop file
2189 for i in 16 32 48 %{?with_official:22 24 256}; do
2190         install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${i}x${i}/apps
2191         cp -a browser/branding/%{!?with_official:un}official/default${i}.png \
2192                 $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${i}x${i}/apps/firefox.png
2193 done
2194
2195 cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
2196
2197 # install our settings
2198 %if "%{pld_release}" == "ac"
2199 cp -a %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/preferences/vendor.js
2200 %else
2201 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/preferences/vendor.js
2202 %endif
2203
2204 # GeckoMediaPlugin API headers
2205 install -d $RPM_BUILD_ROOT%{_includedir}
2206 cp -pr dom/media/gmp/gmp-api $RPM_BUILD_ROOT%{_includedir}
2207
2208 for a in *.xpi; do
2209         basename=$(basename $a .xpi)
2210         cp -p $a $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/extensions/langpack-$basename@firefox.mozilla.org.xpi
2211 done
2212
2213 %clean
2214 rm -rf $RPM_BUILD_ROOT
2215
2216 %post
2217 %update_browser_plugins
2218 %update_icon_cache hicolor
2219 %update_desktop_database
2220
2221 %postun
2222 if [ "$1" = 0 ]; then
2223         %update_browser_plugins
2224         %update_icon_cache hicolor
2225 fi
2226
2227 %files
2228 %defattr(644,root,root,755)
2229 %attr(755,root,root) %{_bindir}/%{name}
2230
2231 %{_desktopdir}/firefox.desktop
2232 %{_iconsdir}/hicolor/*/apps/firefox.png
2233
2234 # browser plugins v2
2235 %{_browserpluginsconfdir}/browsers.d/%{name}.*
2236 %config(noreplace) %verify(not md5 mtime size) %{_browserpluginsconfdir}/blacklist.d/%{name}.*.blacklist
2237
2238 %dir %{_libdir}/%{name}/browser
2239 %dir %{_libdir}/%{name}/browser/plugins
2240 %dir %{_libdir}/%{name}/browser/features
2241
2242 %dir %{_datadir}/%{name}
2243 %dir %{_datadir}/%{name}/browser
2244 %dir %{_datadir}/%{name}/browser/extensions
2245 %{_datadir}/%{name}/browser/chrome
2246 %{_datadir}/%{name}/browser/defaults
2247
2248 # symlinks
2249 %{_libdir}/%{name}/browser/extensions
2250 %{_libdir}/%{name}/browser/chrome
2251 %{_libdir}/%{name}/browser/defaults
2252
2253 %attr(755,root,root) %{_libdir}/%{name}/firefox
2254 %attr(755,root,root) %{_libdir}/%{name}/firefox-bin
2255 %attr(755,root,root) %{_libdir}/%{name}/pingsender
2256 %{_libdir}/%{name}/application.ini
2257 %{_libdir}/%{name}/chrome.manifest
2258 %{_libdir}/%{name}/browser/blocklist.xml
2259 %{_libdir}/%{name}/browser/chrome.manifest
2260 %{_libdir}/%{name}/browser/omni.ja
2261
2262 %{_libdir}/%{name}/browser/features/doh-rollout@mozilla.org.xpi
2263 %{_libdir}/%{name}/browser/features/formautofill@mozilla.org.xpi
2264 %{_libdir}/%{name}/browser/features/screenshots@mozilla.org.xpi
2265 %{_libdir}/%{name}/browser/features/webcompat@mozilla.org.xpi
2266 %{_libdir}/%{name}/browser/features/webcompat-reporter@mozilla.org.xpi
2267
2268 %attr(755,root,root) %{_libdir}/%{name}/plugin-container
2269
2270 %dir %{_libdir}/%{name}/fonts
2271 %{_libdir}/%{name}/fonts/TwemojiMozilla.ttf
2272
2273 %dir %{_libdir}/%{name}/gmp-clearkey
2274 %dir %{_libdir}/%{name}/gmp-clearkey/0.1
2275 %{_libdir}/%{name}/gmp-clearkey/0.1/manifest.json
2276 %attr(755,root,root) %{_libdir}/%{name}/gmp-clearkey/0.1/libclearkey.so
2277 %{!?with_system_icu:%{_libdir}/%{name}/icudt58l.dat}
2278
2279 %dir %{_libdir}/%{name}
2280 %{_libdir}/%{name}/platform.ini
2281 %{?with_shared_js:%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so}
2282 %attr(755,root,root) %{_libdir}/%{name}/liblgpllibs.so
2283 %attr(755,root,root) %{_libdir}/%{name}/libxul.so
2284 %attr(755,root,root) %{_libdir}/%{name}/libmozavcodec.so
2285 %attr(755,root,root) %{_libdir}/%{name}/libmozavutil.so
2286 %attr(755,root,root) %{_libdir}/%{name}/libmozsandbox.so
2287 %attr(755,root,root) %{_libdir}/%{name}/libmozwayland.so
2288 %{_libdir}/%{name}/dependentlibs.list
2289 %{_libdir}/%{name}/omni.ja
2290 %dir %{_libdir}/%{name}/gtk2
2291 %attr(755,root,root) %{_libdir}/%{name}/gtk2/libmozgtk.so
2292 %attr(755,root,root) %{_libdir}/%{name}/libmozgtk.so
2293
2294 %files -n gmp-api
2295 %defattr(644,root,root,755)
2296 %{_includedir}/gmp-api
2297
2298 %files lang-ach
2299 %defattr(644,root,root,755)
2300 %{_datadir}/%{name}/browser/extensions/langpack-ach@firefox.mozilla.org.xpi
2301
2302 %files lang-af
2303 %defattr(644,root,root,755)
2304 %{_datadir}/%{name}/browser/extensions/langpack-af@firefox.mozilla.org.xpi
2305
2306 %files lang-an
2307 %defattr(644,root,root,755)
2308 %{_datadir}/%{name}/browser/extensions/langpack-an@firefox.mozilla.org.xpi
2309
2310 %files lang-ar
2311 %defattr(644,root,root,755)
2312 %{_datadir}/%{name}/browser/extensions/langpack-ar@firefox.mozilla.org.xpi
2313
2314 %files lang-ast
2315 %defattr(644,root,root,755)
2316 %{_datadir}/%{name}/browser/extensions/langpack-ast@firefox.mozilla.org.xpi
2317
2318 %files lang-az
2319 %defattr(644,root,root,755)
2320 %{_datadir}/%{name}/browser/extensions/langpack-az@firefox.mozilla.org.xpi
2321
2322 %files lang-be
2323 %defattr(644,root,root,755)
2324 %{_datadir}/%{name}/browser/extensions/langpack-be@firefox.mozilla.org.xpi
2325
2326 %files lang-bg
2327 %defattr(644,root,root,755)
2328 %{_datadir}/%{name}/browser/extensions/langpack-bg@firefox.mozilla.org.xpi
2329
2330 %files lang-bn
2331 %defattr(644,root,root,755)
2332 %{_datadir}/%{name}/browser/extensions/langpack-bn@firefox.mozilla.org.xpi
2333
2334 %files lang-br
2335 %defattr(644,root,root,755)
2336 %{_datadir}/%{name}/browser/extensions/langpack-br@firefox.mozilla.org.xpi
2337
2338 %files lang-bs
2339 %defattr(644,root,root,755)
2340 %{_datadir}/%{name}/browser/extensions/langpack-bs@firefox.mozilla.org.xpi
2341
2342 %files lang-ca
2343 %defattr(644,root,root,755)
2344 %{_datadir}/%{name}/browser/extensions/langpack-ca@firefox.mozilla.org.xpi
2345
2346 %files lang-cak
2347 %defattr(644,root,root,755)
2348 %{_datadir}/%{name}/browser/extensions/langpack-cak@firefox.mozilla.org.xpi
2349
2350 %files lang-cs
2351 %defattr(644,root,root,755)
2352 %{_datadir}/%{name}/browser/extensions/langpack-cs@firefox.mozilla.org.xpi
2353
2354 #%files lang-csb
2355 #%defattr(644,root,root,755)
2356 #%{_datadir}/%{name}/browser/extensions/langpack-csb@firefox.mozilla.org.xpi
2357
2358 %files lang-cy
2359 %defattr(644,root,root,755)
2360 %{_datadir}/%{name}/browser/extensions/langpack-cy@firefox.mozilla.org.xpi
2361
2362 %files lang-da
2363 %defattr(644,root,root,755)
2364 %{_datadir}/%{name}/browser/extensions/langpack-da@firefox.mozilla.org.xpi
2365
2366 %files lang-de
2367 %defattr(644,root,root,755)
2368 %{_datadir}/%{name}/browser/extensions/langpack-de@firefox.mozilla.org.xpi
2369
2370 %files lang-dsb
2371 %defattr(644,root,root,755)
2372 %{_datadir}/%{name}/browser/extensions/langpack-dsb@firefox.mozilla.org.xpi
2373
2374 %files lang-el
2375 %defattr(644,root,root,755)
2376 %{_datadir}/%{name}/browser/extensions/langpack-el@firefox.mozilla.org.xpi
2377
2378 %files lang-en_CA
2379 %defattr(644,root,root,755)
2380 %{_datadir}/%{name}/browser/extensions/langpack-en-CA@firefox.mozilla.org.xpi
2381
2382 %files lang-en_GB
2383 %defattr(644,root,root,755)
2384 %{_datadir}/%{name}/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi
2385
2386 %files lang-en_US
2387 %defattr(644,root,root,755)
2388 %{_datadir}/%{name}/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi
2389
2390 %files lang-eo
2391 %defattr(644,root,root,755)
2392 %{_datadir}/%{name}/browser/extensions/langpack-eo@firefox.mozilla.org.xpi
2393
2394 %files lang-es_AR
2395 %defattr(644,root,root,755)
2396 %{_datadir}/%{name}/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi
2397
2398 %files lang-es_CL
2399 %defattr(644,root,root,755)
2400 %{_datadir}/%{name}/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi
2401
2402 %files lang-es
2403 %defattr(644,root,root,755)
2404 %{_datadir}/%{name}/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi
2405
2406 %files lang-es_MX
2407 %defattr(644,root,root,755)
2408 %{_datadir}/%{name}/browser/extensions/langpack-es-MX@firefox.mozilla.org.xpi
2409
2410 %files lang-et
2411 %defattr(644,root,root,755)
2412 %{_datadir}/%{name}/browser/extensions/langpack-et@firefox.mozilla.org.xpi
2413
2414 %files lang-eu
2415 %defattr(644,root,root,755)
2416 %{_datadir}/%{name}/browser/extensions/langpack-eu@firefox.mozilla.org.xpi
2417
2418 %files lang-fa
2419 %defattr(644,root,root,755)
2420 %{_datadir}/%{name}/browser/extensions/langpack-fa@firefox.mozilla.org.xpi
2421
2422 %files lang-ff
2423 %defattr(644,root,root,755)
2424 %{_datadir}/%{name}/browser/extensions/langpack-ff@firefox.mozilla.org.xpi
2425
2426 %files lang-fi
2427 %defattr(644,root,root,755)
2428 %{_datadir}/%{name}/browser/extensions/langpack-fi@firefox.mozilla.org.xpi
2429
2430 %files lang-fr
2431 %defattr(644,root,root,755)
2432 %{_datadir}/%{name}/browser/extensions/langpack-fr@firefox.mozilla.org.xpi
2433
2434 %files lang-fy
2435 %defattr(644,root,root,755)
2436 %{_datadir}/%{name}/browser/extensions/langpack-fy-NL@firefox.mozilla.org.xpi
2437
2438 %files lang-ga
2439 %defattr(644,root,root,755)
2440 %{_datadir}/%{name}/browser/extensions/langpack-ga-IE@firefox.mozilla.org.xpi
2441
2442 %files lang-gd
2443 %defattr(644,root,root,755)
2444 %{_datadir}/%{name}/browser/extensions/langpack-gd@firefox.mozilla.org.xpi
2445
2446 %files lang-gl
2447 %defattr(644,root,root,755)
2448 %{_datadir}/%{name}/browser/extensions/langpack-gl@firefox.mozilla.org.xpi
2449
2450 %files lang-gn
2451 %defattr(644,root,root,755)
2452 %{_datadir}/%{name}/browser/extensions/langpack-gn@firefox.mozilla.org.xpi
2453
2454 %files lang-gu
2455 %defattr(644,root,root,755)
2456 %{_datadir}/%{name}/browser/extensions/langpack-gu-IN@firefox.mozilla.org.xpi
2457
2458 %files lang-he
2459 %defattr(644,root,root,755)
2460 %{_datadir}/%{name}/browser/extensions/langpack-he@firefox.mozilla.org.xpi
2461
2462 %files lang-hi
2463 %defattr(644,root,root,755)
2464 %{_datadir}/%{name}/browser/extensions/langpack-hi-IN@firefox.mozilla.org.xpi
2465
2466 %files lang-hr
2467 %defattr(644,root,root,755)
2468 %{_datadir}/%{name}/browser/extensions/langpack-hr@firefox.mozilla.org.xpi
2469
2470 %files lang-hsb
2471 %defattr(644,root,root,755)
2472 %{_datadir}/%{name}/browser/extensions/langpack-hsb@firefox.mozilla.org.xpi
2473
2474 %files lang-hu
2475 %defattr(644,root,root,755)
2476 %{_datadir}/%{name}/browser/extensions/langpack-hu@firefox.mozilla.org.xpi
2477
2478 %files lang-hy
2479 %defattr(644,root,root,755)
2480 %{_datadir}/%{name}/browser/extensions/langpack-hy-AM@firefox.mozilla.org.xpi
2481
2482 %files lang-ia
2483 %defattr(644,root,root,755)
2484 %{_datadir}/%{name}/browser/extensions/langpack-ia@firefox.mozilla.org.xpi
2485
2486 %files lang-id
2487 %defattr(644,root,root,755)
2488 %{_datadir}/%{name}/browser/extensions/langpack-id@firefox.mozilla.org.xpi
2489
2490 %files lang-is
2491 %defattr(644,root,root,755)
2492 %{_datadir}/%{name}/browser/extensions/langpack-is@firefox.mozilla.org.xpi
2493
2494 %files lang-it
2495 %defattr(644,root,root,755)
2496 %{_datadir}/%{name}/browser/extensions/langpack-it@firefox.mozilla.org.xpi
2497
2498 %files lang-ja
2499 %defattr(644,root,root,755)
2500 %{_datadir}/%{name}/browser/extensions/langpack-ja@firefox.mozilla.org.xpi
2501
2502 %files lang-ka
2503 %defattr(644,root,root,755)
2504 %{_datadir}/%{name}/browser/extensions/langpack-ka@firefox.mozilla.org.xpi
2505
2506 %files lang-kab
2507 %defattr(644,root,root,755)
2508 %{_datadir}/%{name}/browser/extensions/langpack-kab@firefox.mozilla.org.xpi
2509
2510 %files lang-kk
2511 %defattr(644,root,root,755)
2512 %{_datadir}/%{name}/browser/extensions/langpack-kk@firefox.mozilla.org.xpi
2513
2514 %files lang-km
2515 %defattr(644,root,root,755)
2516 %{_datadir}/%{name}/browser/extensions/langpack-km@firefox.mozilla.org.xpi
2517
2518 %files lang-kn
2519 %defattr(644,root,root,755)
2520 %{_datadir}/%{name}/browser/extensions/langpack-kn@firefox.mozilla.org.xpi
2521
2522 %files lang-ko
2523 %defattr(644,root,root,755)
2524 %{_datadir}/%{name}/browser/extensions/langpack-ko@firefox.mozilla.org.xpi
2525
2526 #%files lang-ku
2527 #%defattr(644,root,root,755)
2528 #%{_datadir}/%{name}/browser/extensions/langpack-ku@firefox.mozilla.org.xpi
2529
2530 %files lang-lij
2531 %defattr(644,root,root,755)
2532 %{_datadir}/%{name}/browser/extensions/langpack-lij@firefox.mozilla.org.xpi
2533
2534 %files lang-lt
2535 %defattr(644,root,root,755)
2536 %{_datadir}/%{name}/browser/extensions/langpack-lt@firefox.mozilla.org.xpi
2537
2538 %files lang-lv
2539 %defattr(644,root,root,755)
2540 %{_datadir}/%{name}/browser/extensions/langpack-lv@firefox.mozilla.org.xpi
2541
2542 %files lang-mk
2543 %defattr(644,root,root,755)
2544 %{_datadir}/%{name}/browser/extensions/langpack-mk@firefox.mozilla.org.xpi
2545
2546 %files lang-mr
2547 %defattr(644,root,root,755)
2548 %{_datadir}/%{name}/browser/extensions/langpack-mr@firefox.mozilla.org.xpi
2549
2550 %files lang-ms
2551 %defattr(644,root,root,755)
2552 %{_datadir}/%{name}/browser/extensions/langpack-ms@firefox.mozilla.org.xpi
2553
2554 %files lang-my
2555 %defattr(644,root,root,755)
2556 %{_datadir}/%{name}/browser/extensions/langpack-my@firefox.mozilla.org.xpi
2557
2558 %files lang-nb
2559 %defattr(644,root,root,755)
2560 %{_datadir}/%{name}/browser/extensions/langpack-nb-NO@firefox.mozilla.org.xpi
2561
2562 %files lang-ne
2563 %defattr(644,root,root,755)
2564 %{_datadir}/%{name}/browser/extensions/langpack-ne-NP@firefox.mozilla.org.xpi
2565
2566 %files lang-nl
2567 %defattr(644,root,root,755)
2568 %{_datadir}/%{name}/browser/extensions/langpack-nl@firefox.mozilla.org.xpi
2569
2570 %files lang-nn
2571 %defattr(644,root,root,755)
2572 %{_datadir}/%{name}/browser/extensions/langpack-nn-NO@firefox.mozilla.org.xpi
2573
2574 %files lang-oc
2575 %defattr(644,root,root,755)
2576 %{_datadir}/%{name}/browser/extensions/langpack-oc@firefox.mozilla.org.xpi
2577
2578 %files lang-pa
2579 %defattr(644,root,root,755)
2580 %{_datadir}/%{name}/browser/extensions/langpack-pa-IN@firefox.mozilla.org.xpi
2581
2582 %files lang-pl
2583 %defattr(644,root,root,755)
2584 %{_datadir}/%{name}/browser/extensions/langpack-pl@firefox.mozilla.org.xpi
2585
2586 %files lang-pt_BR
2587 %defattr(644,root,root,755)
2588 %{_datadir}/%{name}/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi
2589
2590 %files lang-pt
2591 %defattr(644,root,root,755)
2592 %{_datadir}/%{name}/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi
2593
2594 %files lang-rm
2595 %defattr(644,root,root,755)
2596 %{_datadir}/%{name}/browser/extensions/langpack-rm@firefox.mozilla.org.xpi
2597
2598 %files lang-ro
2599 %defattr(644,root,root,755)
2600 %{_datadir}/%{name}/browser/extensions/langpack-ro@firefox.mozilla.org.xpi
2601
2602 %files lang-ru
2603 %defattr(644,root,root,755)
2604 %{_datadir}/%{name}/browser/extensions/langpack-ru@firefox.mozilla.org.xpi
2605
2606 %files lang-si
2607 %defattr(644,root,root,755)
2608 %{_datadir}/%{name}/browser/extensions/langpack-si@firefox.mozilla.org.xpi
2609
2610 %files lang-sk
2611 %defattr(644,root,root,755)
2612 %{_datadir}/%{name}/browser/extensions/langpack-sk@firefox.mozilla.org.xpi
2613
2614 %files lang-sl
2615 %defattr(644,root,root,755)
2616 %{_datadir}/%{name}/browser/extensions/langpack-sl@firefox.mozilla.org.xpi
2617
2618 %files lang-son
2619 %defattr(644,root,root,755)
2620 %{_datadir}/%{name}/browser/extensions/langpack-son@firefox.mozilla.org.xpi
2621
2622 %files lang-sq
2623 %defattr(644,root,root,755)
2624 %{_datadir}/%{name}/browser/extensions/langpack-sq@firefox.mozilla.org.xpi
2625
2626 %files lang-sr
2627 %defattr(644,root,root,755)
2628 %{_datadir}/%{name}/browser/extensions/langpack-sr@firefox.mozilla.org.xpi
2629
2630 %files lang-sv
2631 %defattr(644,root,root,755)
2632 %{_datadir}/%{name}/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi
2633
2634 %files lang-ta
2635 %defattr(644,root,root,755)
2636 %{_datadir}/%{name}/browser/extensions/langpack-ta@firefox.mozilla.org.xpi
2637
2638 %files lang-te
2639 %defattr(644,root,root,755)
2640 %{_datadir}/%{name}/browser/extensions/langpack-te@firefox.mozilla.org.xpi
2641
2642 %files lang-th
2643 %defattr(644,root,root,755)
2644 %{_datadir}/%{name}/browser/extensions/langpack-th@firefox.mozilla.org.xpi
2645
2646 %files lang-tr
2647 %defattr(644,root,root,755)
2648 %{_datadir}/%{name}/browser/extensions/langpack-tr@firefox.mozilla.org.xpi
2649
2650 %files lang-uk
2651 %defattr(644,root,root,755)
2652 %{_datadir}/%{name}/browser/extensions/langpack-uk@firefox.mozilla.org.xpi
2653
2654 %files lang-ur
2655 %defattr(644,root,root,755)
2656 %{_datadir}/%{name}/browser/extensions/langpack-ur@firefox.mozilla.org.xpi
2657
2658 %files lang-uz
2659 %defattr(644,root,root,755)
2660 %{_datadir}/%{name}/browser/extensions/langpack-uz@firefox.mozilla.org.xpi
2661
2662 %files lang-vi
2663 %defattr(644,root,root,755)
2664 %{_datadir}/%{name}/browser/extensions/langpack-vi@firefox.mozilla.org.xpi
2665
2666 %files lang-xh
2667 %defattr(644,root,root,755)
2668 %{_datadir}/%{name}/browser/extensions/langpack-xh@firefox.mozilla.org.xpi
2669
2670 %files lang-zh_CN
2671 %defattr(644,root,root,755)
2672 %{_datadir}/%{name}/browser/extensions/langpack-zh-CN@firefox.mozilla.org.xpi
2673
2674 %files lang-zh_TW
2675 %defattr(644,root,root,755)
2676 %{_datadir}/%{name}/browser/extensions/langpack-zh-TW@firefox.mozilla.org.xpi
2677
2678 #%files lang-zu
2679 #%defattr(644,root,root,755)
2680 #%{_datadir}/%{name}/browser/extensions/langpack-zu@firefox.mozilla.org.xpi
2681
2682 %if %{with geckodriver}
2683 %files geckodriver
2684 %defattr(644,root,root,755)
2685 %attr(755,root,root) %{_bindir}/geckodriver
2686 %endif
This page took 0.365219 seconds and 4 git commands to generate.