]> git.pld-linux.org Git - packages/firefox.git/blob - firefox.spec
- up to 68.0
[packages/firefox.git] / firefox.spec
1 # TODO:
2 # - consider --enable-libproxy
3 # - do something with *.rdf file, there if file conflict with other lang packages
4 #
5 # Conditional build:
6 %bcond_with     tests           # enable tests (whatever they check)
7 %bcond_without  kerberos        # disable krb5 support
8 %bcond_without  official        # official Firefox branding
9 %bcond_with     lto             # build with link time optimization
10 %bcond_with     pgo             # PGO-enabled build (requires working $DISPLAY == :100)
11 %bcond_without  geckodriver     # WebDriver
12 %bcond_without  gold            # use default linker instead of gold
13 # - disabled shared_js - https://bugzilla.mozilla.org/show_bug.cgi?id=1039964
14 %bcond_with     shared_js       # shared libmozjs library [broken]
15 %bcond_without  system_icu      # build without system ICU
16 %bcond_with     system_cairo    # build with system cairo (not supported in 60.0)
17 %bcond_with     system_libvpx   # build with system libvpx (67.0 does not build with libvpx 1.8)
18 %bcond_without  clang           # build using Clang/LLVM
19 %bcond_with     legacy_exts     # build with legacy extensions support
20
21 %if %{with lto}
22 %define         with_clang      1
23 %undefine       with_gold
24 %endif
25
26 # On updating version, grab CVE links from:
27 # https://www.mozilla.org/security/known-vulnerabilities/firefox.html
28 # Release Notes:
29 # https://developer.mozilla.org/en-US/Firefox/Releases
30 # UPDATING TRANSLATIONS:
31 %if 0
32 rm -vf *.xpi
33 ../builder -g firefox-languages.spec
34 V=53.0
35 U=http://releases.mozilla.org/pub/firefox/releases/$V/linux-i686/
36 curl -s $U | sed -ne 's,.*href="\([^"]\+\)/".*,'"$U"'xpi/\1.xpi,p'
37 %endif
38
39 # The actual sqlite version (see RHBZ#480989):
40 %define         sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo ERROR)
41
42 %define         nspr_ver        4.21
43 %define         nss_ver         3.42
44
45 Summary:        Firefox web browser
46 Summary(hu.UTF-8):      Firefox web böngésző
47 Summary(pl.UTF-8):      Firefox - przeglądarka WWW
48 Name:           firefox
49 Version:        68.0
50 Release:        1
51 License:        MPL v2.0
52 Group:          X11/Applications/Networking
53 Source0:        http://releases.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
54 # Source0-md5:  02cc438f5063d8e6a09644062aa825ba
55 Source3:        %{name}.desktop
56 Source4:        %{name}.sh
57 Source5:        vendor.js
58 Source6:        vendor-ac.js
59 Source100:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ach.xpi
60 # Source100-md5:        f74eaa84fb6ea37427c15a377fc74f34
61 Source101:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
62 # Source101-md5:        c67c780cb03175a551924642d2dfb8cc
63 Source102:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
64 # Source102-md5:        212d8b8582d46796f2d1346757a00e16
65 Source103:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
66 # Source103-md5:        49bd7579cac0bd8952c71b9050462d99
67 Source104:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
68 # Source104-md5:        feceb8b636afd8071dc3103dcdd8cc24
69 Source105:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
70 # Source105-md5:        73fe290e1897534e4018f4d803a16cb2
71 Source106:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi
72 # Source106-md5:        fbc99e4656febfeb201ba693dfcf5c7c
73 Source107:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
74 # Source107-md5:        3f23c5b5e1723b3f67465bde537abd39
75 Source108:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi
76 # Source108-md5:        d8a234d64577b0848a6baef42bb27607
77 Source109:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
78 # Source109-md5:        5c2acceb4438b26534b6c4a59d32d7c8
79 Source110:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
80 # Source110-md5:        c26a13d39b8635d4b593985b3e6c1563
81 Source111:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
82 # Source111-md5:        676c02c94fb695d2b5f1febd033ca450
83 Source112:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
84 # Source112-md5:        aa3663f51a5247a4628e8de82a184942
85 Source113:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
86 # Source113-md5:        13fa929796838d46b0e0a53731d13a96
87 Source114:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
88 # Source114-md5:        0233b92656c20d7bdd009a95e3608f19
89 Source115:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
90 # Source115-md5:        9b2a6624ec2182ad0f24369376952777
91 Source116:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
92 # Source116-md5:        377c51e923aa9790d2cf525798ab3d0f
93 Source117:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
94 # Source117-md5:        f884b36b9ef25a95df8da5e1e81dd078
95 Source118:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/el.xpi
96 # Source118-md5:        7b901e5290e2546c598507258a4af9d0
97 Source119:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-CA.xpi
98 # Source119-md5:        f18808f7ba3689ba9c9e7b7504d7adec
99 Source120:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-GB.xpi
100 # Source120-md5:        f5d157fd5118f984f2f10eb1b358b2a4
101 Source121:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-US.xpi
102 # Source121-md5:        bffc13dc97470cb9bf3300a4e62591c0
103 Source122:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eo.xpi
104 # Source122-md5:        60b54b81a7ca2df318dd839aa758d333
105 Source123:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-AR.xpi
106 # Source123-md5:        47e0db631a1044964d75147b13b873cb
107 Source124:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-CL.xpi
108 # Source124-md5:        6e120372efb7eb508390353325f78653
109 Source125:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-ES.xpi
110 # Source125-md5:        05e47570a932bfe1b06dff47037b8974
111 Source126:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-MX.xpi
112 # Source126-md5:        9fcbb9064537005a5edfd1fee017e35d
113 Source127:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/et.xpi
114 # Source127-md5:        e4cfcb4b9ec06f1fb92c24def15121c5
115 Source128:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eu.xpi
116 # Source128-md5:        b3443912b8105a1582292faf8ed3344b
117 Source129:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fa.xpi
118 # Source129-md5:        3fa4bd248852e0c8cc5aceda4f5043f8
119 Source130:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ff.xpi
120 # Source130-md5:        87a241601bb9a090f2beac78666e7cb5
121 Source131:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fi.xpi
122 # Source131-md5:        6269d8616063eb3694864bc16e497933
123 Source132:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fr.xpi
124 # Source132-md5:        a3bed401dbeb2235b8d3cf6676636987
125 Source133:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fy-NL.xpi
126 # Source133-md5:        04f1a202c543fc1c94ed2fe9e768e402
127 Source134:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ga-IE.xpi
128 # Source134-md5:        8c07b86583e1294ae03c2ea50fa624ee
129 Source135:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gd.xpi
130 # Source135-md5:        58292df9127b1fa892f822178dde12eb
131 Source136:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gl.xpi
132 # Source136-md5:        2acda7228f23ee52c44473a0a65792e1
133 Source137:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gn.xpi
134 # Source137-md5:        8dd86aad2a0d0fb51a8f6606f8ca491b
135 Source138:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gu-IN.xpi
136 # Source138-md5:        53ab5561993d7d43c6c37eb13916d3a3
137 Source139:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/he.xpi
138 # Source139-md5:        b2131f2329df061e60afc8bc8c7d69a4
139 Source140:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hi-IN.xpi
140 # Source140-md5:        50479fa66a59483c93a85d300a15efb3
141 Source141:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hr.xpi
142 # Source141-md5:        e21a3b793cf3b4194bcf825beba8a929
143 Source142:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hsb.xpi
144 # Source142-md5:        82731162e44927b441e6fe3bcfa4b306
145 Source143:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hu.xpi
146 # Source143-md5:        bf20c574e62f1811be1f488cc18b89c7
147 Source144:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hy-AM.xpi
148 # Source144-md5:        0b20e5ff58eb00fcbd0cc841ddf685d0
149 Source145:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ia.xpi
150 # Source145-md5:        6ec4a6e68f967ea9db6f9dd08c9cf01f
151 Source146:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/id.xpi
152 # Source146-md5:        786f551850ef4afb75e73da3fbacaee9
153 Source147:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/is.xpi
154 # Source147-md5:        791d235c70e13b70b753b673ba8bcda0
155 Source148:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/it.xpi
156 # Source148-md5:        49421e0b1abeef4f1d9cfe1a39d1cc33
157 Source149:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ja.xpi
158 # Source149-md5:        3a099ec860cc9dc96af596b550bec6aa
159 Source150:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ka.xpi
160 # Source150-md5:        9b3b808297561e7e0da1eea954c44008
161 Source151:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kab.xpi
162 # Source151-md5:        9290a76e0f25f9558aa58fab596814bb
163 Source152:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kk.xpi
164 # Source152-md5:        dc8e70039bfa7fa24b1de151c8fee820
165 Source153:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/km.xpi
166 # Source153-md5:        81eefab0c8189b9dc0c95ba75d7f5fba
167 Source154:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kn.xpi
168 # Source154-md5:        d03dff3caa78b6f76c107b7affefa851
169 Source155:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ko.xpi
170 # Source155-md5:        0d3e541e56aa3326d73f8396963c6817
171 Source156:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lij.xpi
172 # Source156-md5:        673fe75ef5f439204e1c64dc4dd1cbef
173 Source157:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lt.xpi
174 # Source157-md5:        04390081eb941ad718365e004b085cf6
175 Source158:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lv.xpi
176 # Source158-md5:        bd9b5e69d791138e736f66cc49b04327
177 Source159:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mk.xpi
178 # Source159-md5:        91e7ff986a8014bb30cdc252b2248acd
179 Source160:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mr.xpi
180 # Source160-md5:        a3821891c5073a8e7dc269551810cf79
181 Source161:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ms.xpi
182 # Source161-md5:        8142ff35a0ff6bf363512952863ec45a
183 Source162:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/my.xpi
184 # Source162-md5:        ad690c1babaa797f422d41f1110cf2d1
185 Source163:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nb-NO.xpi
186 # Source163-md5:        7c6615c2647312b1a692669a5827a47c
187 Source164:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ne-NP.xpi
188 # Source164-md5:        41fcfe489cb84133348dee202e466442
189 Source165:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nl.xpi
190 # Source165-md5:        25b2130f97883728c9c27d35fe0ffa22
191 Source166:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nn-NO.xpi
192 # Source166-md5:        fd35613c117a9d519b3db2aa27c15d30
193 Source167:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/oc.xpi
194 # Source167-md5:        0bbfc43ad52495f510a2ef3b591f9870
195 Source168:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pa-IN.xpi
196 # Source168-md5:        30c2153edeac7b64805c065b7baf7724
197 Source169:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pl.xpi
198 # Source169-md5:        9b1ef7b29d55373545378eaf55a0d5ed
199 Source170:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-BR.xpi
200 # Source170-md5:        b5d42f5d76f2209ed4e244cd020ffef5
201 Source171:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-PT.xpi
202 # Source171-md5:        04f336dd5750da51e426ee2635369620
203 Source172:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/rm.xpi
204 # Source172-md5:        14aaa4b381f7f730f7c2ad444583a7db
205 Source173:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ro.xpi
206 # Source173-md5:        3fb06c03459e9823d6f5583467845978
207 Source174:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ru.xpi
208 # Source174-md5:        fc179e99b817e854bc7b45f5a8d65c18
209 Source175:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/si.xpi
210 # Source175-md5:        9d8592959568fce531acee8eb2f351a1
211 Source176:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sk.xpi
212 # Source176-md5:        ad6ac18a3e1d7e8ae2b3cb0ed3bded3b
213 Source177:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sl.xpi
214 # Source177-md5:        1d8e248ba6a7b11b27bab423a70f5de9
215 Source178:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/son.xpi
216 # Source178-md5:        f5a165f40ed29366aac470213f0d33c0
217 Source179:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sq.xpi
218 # Source179-md5:        3d4c2d459028cb7ac7c33e3c3106285b
219 Source180:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sr.xpi
220 # Source180-md5:        4082d3b684dcd9705846a1d6a1229200
221 Source181:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sv-SE.xpi
222 # Source181-md5:        23c317ee681eea15feca03698d2ceb6d
223 Source182:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ta.xpi
224 # Source182-md5:        43dfeb1fe175f448477963c7b004468e
225 Source183:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/te.xpi
226 # Source183-md5:        f6287377b4d545db0c171ae95972a09f
227 Source184:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/th.xpi
228 # Source184-md5:        a34dac87d148929838c4aa586d71d718
229 Source185:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tr.xpi
230 # Source185-md5:        8dc18404361e0449ed58eb49f408748c
231 Source186:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uk.xpi
232 # Source186-md5:        186ee812f5c0479087e94d0fdd0a39b6
233 Source187:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ur.xpi
234 # Source187-md5:        88b9fd4d3d1d51d8ce6a2e4e8e496309
235 Source188:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uz.xpi
236 # Source188-md5:        5bb086892f2f9ff5df403232524e00a9
237 Source189:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/vi.xpi
238 # Source189-md5:        63419f0429cfe581c6775b22ceba7904
239 Source190:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/xh.xpi
240 # Source190-md5:        ffa38fcc22b5b00d8a42b73b474a8860
241 Source191:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-CN.xpi
242 # Source191-md5:        caae8224b0ba449c44c1f029905cec17
243 Source192:      http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-TW.xpi
244 # Source192-md5:        a5665ee5822f77a17d7357a8ae38d217
245
246 Patch4:         %{name}-prefs.patch
247 Patch5:         %{name}-pld-bookmarks.patch
248 Patch6:         %{name}-no-subshell.patch
249 Patch7:         %{name}-middle_click_paste.patch
250 Patch8:         %{name}-system-virtualenv.patch
251 Patch9:         %{name}-Disable-Firefox-Health-Report.patch
252 Patch10:        system-cairo.patch
253 URL:            https://www.mozilla.org/firefox/
254 BuildRequires:  OpenGL-devel
255 BuildRequires:  alsa-lib-devel
256 BuildRequires:  autoconf2_13
257 BuildRequires:  automake
258 %{?with_gold:BuildRequires:     binutils >= 3:2.20.51.0.7}
259 BuildRequires:  bzip2-devel
260 %{?with_system_cairo:BuildRequires:     cairo-devel >= 1.10.2-5}
261 BuildRequires:  cargo >= 1.32.0
262 %{?with_clang:BuildRequires:    clang}
263 BuildRequires:  clang-devel >= 3.9.0
264 BuildRequires:  dbus-glib-devel >= 0.60
265 BuildRequires:  fontconfig-devel >= 1:2.7.0
266 BuildRequires:  freetype-devel >= 1:2.1.8
267 %{!?with_clang:BuildRequires:   gcc-c++ >= 6:4.4}
268 BuildRequires:  glib2-devel >= 1:2.22
269 BuildRequires:  gstreamer-devel >= 1.0
270 BuildRequires:  gstreamer-plugins-base-devel >= 1.0
271 BuildRequires:  gtk+2-devel >= 2:2.18.0
272 BuildRequires:  gtk+3-devel >= 3.4.0
273 %{?with_kerberos:BuildRequires: heimdal-devel >= 0.7.1}
274 BuildRequires:  libIDL-devel >= 0.8.0
275 BuildRequires:  libatomic-devel
276 # DECnet (dnprogs.spec), not dummy net (libdnet.spec)
277 #BuildRequires: libdnet-devel
278 BuildRequires:  libevent-devel >= 1.4.7
279 # standalone libffi 3.0.9 or gcc's from 4.5(?)+
280 BuildRequires:  libffi-devel >= 6:3.0.9
281 %{?with_system_icu:BuildRequires:       libicu-devel >= 63.1}
282 # requires libjpeg-turbo implementing at least libjpeg 6b API
283 BuildRequires:  libjpeg-devel >= 6b
284 BuildRequires:  libjpeg-turbo-devel
285 BuildRequires:  libpng(APNG)-devel >= 0.10
286 BuildRequires:  libpng-devel >= 2:1.6.35
287 BuildRequires:  libstdc++-devel >= 6:4.4
288 BuildRequires:  libxcb-devel
289 %{?with_system_libvpx:BuildRequires:    libvpx-devel >= 1.7.0}
290 %{?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.8.2
311 BuildRequires:  sed >= 4.0
312 BuildRequires:  sqlite3-devel >= 3.27.2
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-zlib
2125 # Workaround for mozbz#1341234
2126 ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
2127 %if %{with legacy_exts}
2128 ac_add_options "MOZ_ALLOW_LEGACY_EXTENSIONS=1"
2129 %endif
2130 EOF
2131
2132 %{!?with_clang:export MOZ_MAKE_FLAGS="-j1"}
2133 export MOZ_SERVICES_SYNC="1"
2134 %if %{with pgo}
2135 D=$(( RANDOM % (200 - 100 + 1 ) + 5 ))
2136 /usr/bin/Xvfb :${D} &
2137 XVFB_PID=$!
2138 [ -n "$XVFB_PID" ] || exit 1
2139 export DISPLAY=:${D}
2140 MOZ_PGO=1 AUTOCONF=/usr/bin/autoconf2_13 ./mach build
2141 kill $XVFB_PID
2142 %else
2143 AUTOCONF=/usr/bin/autoconf2_13 ./mach build
2144 %endif
2145
2146 %install
2147 rm -rf $RPM_BUILD_ROOT
2148 install -d \
2149         $RPM_BUILD_ROOT{%{_bindir},%{_sbindir},%{_libdir}} \
2150         $RPM_BUILD_ROOT%{_desktopdir} \
2151         $RPM_BUILD_ROOT%{_datadir}/%{name}/browser \
2152         $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/plugins \
2153         $RPM_BUILD_ROOT%{_includedir}/%{name} \
2154         $RPM_BUILD_ROOT%{_pkgconfigdir}
2155
2156 %browser_plugins_add_browser %{name} -p %{_libdir}/%{name}/browser/plugins
2157
2158 OBJDIR=obj-%{_target_cpu}
2159 %{__make} -C ${OBJDIR}/browser/installer stage-package \
2160         DESTDIR=$RPM_BUILD_ROOT \
2161         installdir=%{_libdir}/%{name} \
2162         PKG_SKIP_STRIP=1
2163
2164 cp -aL ${OBJDIR}/dist/firefox/* $RPM_BUILD_ROOT%{_libdir}/%{name}/
2165 %{?with_geckodriver:cp -aL ${OBJDIR}/dist/bin/geckodriver $RPM_BUILD_ROOT%{_bindir}/}
2166
2167 # move arch independant ones to datadir
2168 %{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/chrome $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/chrome
2169 install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/extensions
2170 %{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults
2171 %{__mv} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/{pref,preferences}
2172
2173 ln -s ../../../share/%{name}/browser/chrome $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/chrome
2174 ln -s ../../../share/%{name}/browser/defaults $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/defaults
2175 ln -s ../../../share/%{name}/browser/extensions $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/extensions
2176
2177 sed 's,@LIBDIR@,%{_libdir},' %{SOURCE4} > $RPM_BUILD_ROOT%{_bindir}/firefox
2178 chmod 755 $RPM_BUILD_ROOT%{_bindir}/firefox
2179
2180 # install icons and desktop file
2181 for i in 16 32 48 %{?with_official:22 24 256}; do
2182         install -d $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${i}x${i}/apps
2183         cp -a browser/branding/%{!?with_official:un}official/default${i}.png \
2184                 $RPM_BUILD_ROOT%{_iconsdir}/hicolor/${i}x${i}/apps/firefox.png
2185 done
2186
2187 cp -a %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
2188
2189 # install our settings
2190 %if "%{pld_release}" == "ac"
2191 cp -a %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/preferences/vendor.js
2192 %else
2193 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/preferences/vendor.js
2194 %endif
2195
2196 cat << 'EOF' > $RPM_BUILD_ROOT%{_sbindir}/%{name}-chrome+xpcom-generate
2197 #!/bin/sh
2198 umask 022
2199 rm -f %{_libdir}/%{name}/browser/components/{compreg,xpti}.dat
2200
2201 # it attempts to touch files in $HOME/.mozilla
2202 # beware if you run this with sudo!!!
2203 export HOME=$(mktemp -d)
2204 # also TMPDIR could be pointing to sudo user's homedir
2205 unset TMPDIR TMP || :
2206
2207 %{_libdir}/%{name}/firefox -register
2208
2209 rm -rf $HOME
2210 EOF
2211 chmod 755 $RPM_BUILD_ROOT%{_sbindir}/%{name}-chrome+xpcom-generate
2212
2213 # GeckoMediaPlugin API headers
2214 install -d $RPM_BUILD_ROOT%{_includedir}
2215 cp -pr dom/media/gmp/gmp-api $RPM_BUILD_ROOT%{_includedir}
2216
2217 for a in *.xpi; do
2218         basename=$(basename $a .xpi)
2219         cp -p $a $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/extensions/langpack-$basename@firefox.mozilla.org.xpi
2220 done
2221
2222 %clean
2223 rm -rf $RPM_BUILD_ROOT
2224
2225 %post
2226 %{_sbindir}/%{name}-chrome+xpcom-generate
2227 %update_browser_plugins
2228 %update_icon_cache hicolor
2229 %update_desktop_database
2230
2231 %postun
2232 if [ "$1" = 0 ]; then
2233         %update_browser_plugins
2234         %update_icon_cache hicolor
2235 fi
2236
2237 %files
2238 %defattr(644,root,root,755)
2239 %attr(755,root,root) %{_bindir}/%{name}
2240 %attr(755,root,root) %{_sbindir}/%{name}-chrome+xpcom-generate
2241
2242 %{_desktopdir}/firefox.desktop
2243 %{_iconsdir}/hicolor/*/apps/firefox.png
2244
2245 # browser plugins v2
2246 %{_browserpluginsconfdir}/browsers.d/%{name}.*
2247 %config(noreplace) %verify(not md5 mtime size) %{_browserpluginsconfdir}/blacklist.d/%{name}.*.blacklist
2248
2249 %dir %{_libdir}/%{name}/browser
2250 %dir %{_libdir}/%{name}/browser/plugins
2251 %dir %{_libdir}/%{name}/browser/features
2252
2253 %dir %{_datadir}/%{name}
2254 %dir %{_datadir}/%{name}/browser
2255 %dir %{_datadir}/%{name}/browser/extensions
2256 %{_datadir}/%{name}/browser/chrome
2257 %{_datadir}/%{name}/browser/defaults
2258
2259 # symlinks
2260 %{_libdir}/%{name}/browser/extensions
2261 %{_libdir}/%{name}/browser/chrome
2262 %{_libdir}/%{name}/browser/defaults
2263
2264 %attr(755,root,root) %{_libdir}/%{name}/firefox
2265 %attr(755,root,root) %{_libdir}/%{name}/firefox-bin
2266 %attr(755,root,root) %{_libdir}/%{name}/pingsender
2267 %{_libdir}/%{name}/application.ini
2268 %{_libdir}/%{name}/chrome.manifest
2269 %{_libdir}/%{name}/browser/blocklist.xml
2270 %{_libdir}/%{name}/browser/chrome.manifest
2271 %{_libdir}/%{name}/browser/omni.ja
2272
2273 %{_libdir}/%{name}/browser/features/formautofill@mozilla.org.xpi
2274 %{_libdir}/%{name}/browser/features/fxmonitor@mozilla.org.xpi
2275 %{_libdir}/%{name}/browser/features/screenshots@mozilla.org.xpi
2276 %{_libdir}/%{name}/browser/features/webcompat@mozilla.org.xpi
2277 %{_libdir}/%{name}/browser/features/webcompat-reporter@mozilla.org.xpi
2278
2279 %attr(755,root,root) %{_libdir}/%{name}/plugin-container
2280
2281 %dir %{_libdir}/%{name}/fonts
2282 %{_libdir}/%{name}/fonts/TwemojiMozilla.ttf
2283
2284 %dir %{_libdir}/%{name}/gmp-clearkey
2285 %dir %{_libdir}/%{name}/gmp-clearkey/0.1
2286 %{_libdir}/%{name}/gmp-clearkey/0.1/manifest.json
2287 %attr(755,root,root) %{_libdir}/%{name}/gmp-clearkey/0.1/libclearkey.so
2288 %{!?with_system_icu:%{_libdir}/%{name}/icudt58l.dat}
2289
2290 %dir %{_libdir}/%{name}
2291 %{_libdir}/%{name}/platform.ini
2292 %{?with_shared_js:%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so}
2293 %attr(755,root,root) %{_libdir}/%{name}/liblgpllibs.so
2294 %attr(755,root,root) %{_libdir}/%{name}/libxul.so
2295 %attr(755,root,root) %{_libdir}/%{name}/libmozavcodec.so
2296 %attr(755,root,root) %{_libdir}/%{name}/libmozavutil.so
2297 %attr(755,root,root) %{_libdir}/%{name}/libmozsandbox.so
2298 %attr(755,root,root) %{_libdir}/%{name}/libmozwayland.so
2299 %{_libdir}/%{name}/dependentlibs.list
2300 %{_libdir}/%{name}/omni.ja
2301 %dir %{_libdir}/%{name}/gtk2
2302 %attr(755,root,root) %{_libdir}/%{name}/gtk2/libmozgtk.so
2303 %attr(755,root,root) %{_libdir}/%{name}/libmozgtk.so
2304
2305 %files -n gmp-api
2306 %defattr(644,root,root,755)
2307 %{_includedir}/gmp-api
2308
2309 %files lang-ach
2310 %defattr(644,root,root,755)
2311 %{_datadir}/%{name}/browser/extensions/langpack-ach@firefox.mozilla.org.xpi
2312
2313 %files lang-af
2314 %defattr(644,root,root,755)
2315 %{_datadir}/%{name}/browser/extensions/langpack-af@firefox.mozilla.org.xpi
2316
2317 %files lang-an
2318 %defattr(644,root,root,755)
2319 %{_datadir}/%{name}/browser/extensions/langpack-an@firefox.mozilla.org.xpi
2320
2321 %files lang-ar
2322 %defattr(644,root,root,755)
2323 %{_datadir}/%{name}/browser/extensions/langpack-ar@firefox.mozilla.org.xpi
2324
2325 %files lang-ast
2326 %defattr(644,root,root,755)
2327 %{_datadir}/%{name}/browser/extensions/langpack-ast@firefox.mozilla.org.xpi
2328
2329 %files lang-az
2330 %defattr(644,root,root,755)
2331 %{_datadir}/%{name}/browser/extensions/langpack-az@firefox.mozilla.org.xpi
2332
2333 %files lang-be
2334 %defattr(644,root,root,755)
2335 %{_datadir}/%{name}/browser/extensions/langpack-be@firefox.mozilla.org.xpi
2336
2337 %files lang-bg
2338 %defattr(644,root,root,755)
2339 %{_datadir}/%{name}/browser/extensions/langpack-bg@firefox.mozilla.org.xpi
2340
2341 %files lang-bn
2342 %defattr(644,root,root,755)
2343 %{_datadir}/%{name}/browser/extensions/langpack-bn@firefox.mozilla.org.xpi
2344
2345 %files lang-br
2346 %defattr(644,root,root,755)
2347 %{_datadir}/%{name}/browser/extensions/langpack-br@firefox.mozilla.org.xpi
2348
2349 %files lang-bs
2350 %defattr(644,root,root,755)
2351 %{_datadir}/%{name}/browser/extensions/langpack-bs@firefox.mozilla.org.xpi
2352
2353 %files lang-ca
2354 %defattr(644,root,root,755)
2355 %{_datadir}/%{name}/browser/extensions/langpack-ca@firefox.mozilla.org.xpi
2356
2357 %files lang-cak
2358 %defattr(644,root,root,755)
2359 %{_datadir}/%{name}/browser/extensions/langpack-cak@firefox.mozilla.org.xpi
2360
2361 %files lang-cs
2362 %defattr(644,root,root,755)
2363 %{_datadir}/%{name}/browser/extensions/langpack-cs@firefox.mozilla.org.xpi
2364
2365 #%files lang-csb
2366 #%defattr(644,root,root,755)
2367 #%{_datadir}/%{name}/browser/extensions/langpack-csb@firefox.mozilla.org.xpi
2368
2369 %files lang-cy
2370 %defattr(644,root,root,755)
2371 %{_datadir}/%{name}/browser/extensions/langpack-cy@firefox.mozilla.org.xpi
2372
2373 %files lang-da
2374 %defattr(644,root,root,755)
2375 %{_datadir}/%{name}/browser/extensions/langpack-da@firefox.mozilla.org.xpi
2376
2377 %files lang-de
2378 %defattr(644,root,root,755)
2379 %{_datadir}/%{name}/browser/extensions/langpack-de@firefox.mozilla.org.xpi
2380
2381 %files lang-dsb
2382 %defattr(644,root,root,755)
2383 %{_datadir}/%{name}/browser/extensions/langpack-dsb@firefox.mozilla.org.xpi
2384
2385 %files lang-el
2386 %defattr(644,root,root,755)
2387 %{_datadir}/%{name}/browser/extensions/langpack-el@firefox.mozilla.org.xpi
2388
2389 %files lang-en_CA
2390 %defattr(644,root,root,755)
2391 %{_datadir}/%{name}/browser/extensions/langpack-en-CA@firefox.mozilla.org.xpi
2392
2393 %files lang-en_GB
2394 %defattr(644,root,root,755)
2395 %{_datadir}/%{name}/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi
2396
2397 %files lang-en_US
2398 %defattr(644,root,root,755)
2399 %{_datadir}/%{name}/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi
2400
2401 %files lang-eo
2402 %defattr(644,root,root,755)
2403 %{_datadir}/%{name}/browser/extensions/langpack-eo@firefox.mozilla.org.xpi
2404
2405 %files lang-es_AR
2406 %defattr(644,root,root,755)
2407 %{_datadir}/%{name}/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi
2408
2409 %files lang-es_CL
2410 %defattr(644,root,root,755)
2411 %{_datadir}/%{name}/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi
2412
2413 %files lang-es
2414 %defattr(644,root,root,755)
2415 %{_datadir}/%{name}/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi
2416
2417 %files lang-es_MX
2418 %defattr(644,root,root,755)
2419 %{_datadir}/%{name}/browser/extensions/langpack-es-MX@firefox.mozilla.org.xpi
2420
2421 %files lang-et
2422 %defattr(644,root,root,755)
2423 %{_datadir}/%{name}/browser/extensions/langpack-et@firefox.mozilla.org.xpi
2424
2425 %files lang-eu
2426 %defattr(644,root,root,755)
2427 %{_datadir}/%{name}/browser/extensions/langpack-eu@firefox.mozilla.org.xpi
2428
2429 %files lang-fa
2430 %defattr(644,root,root,755)
2431 %{_datadir}/%{name}/browser/extensions/langpack-fa@firefox.mozilla.org.xpi
2432
2433 %files lang-ff
2434 %defattr(644,root,root,755)
2435 %{_datadir}/%{name}/browser/extensions/langpack-ff@firefox.mozilla.org.xpi
2436
2437 %files lang-fi
2438 %defattr(644,root,root,755)
2439 %{_datadir}/%{name}/browser/extensions/langpack-fi@firefox.mozilla.org.xpi
2440
2441 %files lang-fr
2442 %defattr(644,root,root,755)
2443 %{_datadir}/%{name}/browser/extensions/langpack-fr@firefox.mozilla.org.xpi
2444
2445 %files lang-fy
2446 %defattr(644,root,root,755)
2447 %{_datadir}/%{name}/browser/extensions/langpack-fy-NL@firefox.mozilla.org.xpi
2448
2449 %files lang-ga
2450 %defattr(644,root,root,755)
2451 %{_datadir}/%{name}/browser/extensions/langpack-ga-IE@firefox.mozilla.org.xpi
2452
2453 %files lang-gd
2454 %defattr(644,root,root,755)
2455 %{_datadir}/%{name}/browser/extensions/langpack-gd@firefox.mozilla.org.xpi
2456
2457 %files lang-gl
2458 %defattr(644,root,root,755)
2459 %{_datadir}/%{name}/browser/extensions/langpack-gl@firefox.mozilla.org.xpi
2460
2461 %files lang-gn
2462 %defattr(644,root,root,755)
2463 %{_datadir}/%{name}/browser/extensions/langpack-gn@firefox.mozilla.org.xpi
2464
2465 %files lang-gu
2466 %defattr(644,root,root,755)
2467 %{_datadir}/%{name}/browser/extensions/langpack-gu-IN@firefox.mozilla.org.xpi
2468
2469 %files lang-he
2470 %defattr(644,root,root,755)
2471 %{_datadir}/%{name}/browser/extensions/langpack-he@firefox.mozilla.org.xpi
2472
2473 %files lang-hi
2474 %defattr(644,root,root,755)
2475 %{_datadir}/%{name}/browser/extensions/langpack-hi-IN@firefox.mozilla.org.xpi
2476
2477 %files lang-hr
2478 %defattr(644,root,root,755)
2479 %{_datadir}/%{name}/browser/extensions/langpack-hr@firefox.mozilla.org.xpi
2480
2481 %files lang-hsb
2482 %defattr(644,root,root,755)
2483 %{_datadir}/%{name}/browser/extensions/langpack-hsb@firefox.mozilla.org.xpi
2484
2485 %files lang-hu
2486 %defattr(644,root,root,755)
2487 %{_datadir}/%{name}/browser/extensions/langpack-hu@firefox.mozilla.org.xpi
2488
2489 %files lang-hy
2490 %defattr(644,root,root,755)
2491 %{_datadir}/%{name}/browser/extensions/langpack-hy-AM@firefox.mozilla.org.xpi
2492
2493 %files lang-ia
2494 %defattr(644,root,root,755)
2495 %{_datadir}/%{name}/browser/extensions/langpack-ia@firefox.mozilla.org.xpi
2496
2497 %files lang-id
2498 %defattr(644,root,root,755)
2499 %{_datadir}/%{name}/browser/extensions/langpack-id@firefox.mozilla.org.xpi
2500
2501 %files lang-is
2502 %defattr(644,root,root,755)
2503 %{_datadir}/%{name}/browser/extensions/langpack-is@firefox.mozilla.org.xpi
2504
2505 %files lang-it
2506 %defattr(644,root,root,755)
2507 %{_datadir}/%{name}/browser/extensions/langpack-it@firefox.mozilla.org.xpi
2508
2509 %files lang-ja
2510 %defattr(644,root,root,755)
2511 %{_datadir}/%{name}/browser/extensions/langpack-ja@firefox.mozilla.org.xpi
2512
2513 %files lang-ka
2514 %defattr(644,root,root,755)
2515 %{_datadir}/%{name}/browser/extensions/langpack-ka@firefox.mozilla.org.xpi
2516
2517 %files lang-kab
2518 %defattr(644,root,root,755)
2519 %{_datadir}/%{name}/browser/extensions/langpack-kab@firefox.mozilla.org.xpi
2520
2521 %files lang-kk
2522 %defattr(644,root,root,755)
2523 %{_datadir}/%{name}/browser/extensions/langpack-kk@firefox.mozilla.org.xpi
2524
2525 %files lang-km
2526 %defattr(644,root,root,755)
2527 %{_datadir}/%{name}/browser/extensions/langpack-km@firefox.mozilla.org.xpi
2528
2529 %files lang-kn
2530 %defattr(644,root,root,755)
2531 %{_datadir}/%{name}/browser/extensions/langpack-kn@firefox.mozilla.org.xpi
2532
2533 %files lang-ko
2534 %defattr(644,root,root,755)
2535 %{_datadir}/%{name}/browser/extensions/langpack-ko@firefox.mozilla.org.xpi
2536
2537 #%files lang-ku
2538 #%defattr(644,root,root,755)
2539 #%{_datadir}/%{name}/browser/extensions/langpack-ku@firefox.mozilla.org.xpi
2540
2541 %files lang-lij
2542 %defattr(644,root,root,755)
2543 %{_datadir}/%{name}/browser/extensions/langpack-lij@firefox.mozilla.org.xpi
2544
2545 %files lang-lt
2546 %defattr(644,root,root,755)
2547 %{_datadir}/%{name}/browser/extensions/langpack-lt@firefox.mozilla.org.xpi
2548
2549 %files lang-lv
2550 %defattr(644,root,root,755)
2551 %{_datadir}/%{name}/browser/extensions/langpack-lv@firefox.mozilla.org.xpi
2552
2553 %files lang-mk
2554 %defattr(644,root,root,755)
2555 %{_datadir}/%{name}/browser/extensions/langpack-mk@firefox.mozilla.org.xpi
2556
2557 %files lang-mr
2558 %defattr(644,root,root,755)
2559 %{_datadir}/%{name}/browser/extensions/langpack-mr@firefox.mozilla.org.xpi
2560
2561 %files lang-ms
2562 %defattr(644,root,root,755)
2563 %{_datadir}/%{name}/browser/extensions/langpack-ms@firefox.mozilla.org.xpi
2564
2565 %files lang-my
2566 %defattr(644,root,root,755)
2567 %{_datadir}/%{name}/browser/extensions/langpack-my@firefox.mozilla.org.xpi
2568
2569 %files lang-nb
2570 %defattr(644,root,root,755)
2571 %{_datadir}/%{name}/browser/extensions/langpack-nb-NO@firefox.mozilla.org.xpi
2572
2573 %files lang-ne
2574 %defattr(644,root,root,755)
2575 %{_datadir}/%{name}/browser/extensions/langpack-ne-NP@firefox.mozilla.org.xpi
2576
2577 %files lang-nl
2578 %defattr(644,root,root,755)
2579 %{_datadir}/%{name}/browser/extensions/langpack-nl@firefox.mozilla.org.xpi
2580
2581 %files lang-nn
2582 %defattr(644,root,root,755)
2583 %{_datadir}/%{name}/browser/extensions/langpack-nn-NO@firefox.mozilla.org.xpi
2584
2585 %files lang-oc
2586 %defattr(644,root,root,755)
2587 %{_datadir}/%{name}/browser/extensions/langpack-oc@firefox.mozilla.org.xpi
2588
2589 %files lang-pa
2590 %defattr(644,root,root,755)
2591 %{_datadir}/%{name}/browser/extensions/langpack-pa-IN@firefox.mozilla.org.xpi
2592
2593 %files lang-pl
2594 %defattr(644,root,root,755)
2595 %{_datadir}/%{name}/browser/extensions/langpack-pl@firefox.mozilla.org.xpi
2596
2597 %files lang-pt_BR
2598 %defattr(644,root,root,755)
2599 %{_datadir}/%{name}/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi
2600
2601 %files lang-pt
2602 %defattr(644,root,root,755)
2603 %{_datadir}/%{name}/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi
2604
2605 %files lang-rm
2606 %defattr(644,root,root,755)
2607 %{_datadir}/%{name}/browser/extensions/langpack-rm@firefox.mozilla.org.xpi
2608
2609 %files lang-ro
2610 %defattr(644,root,root,755)
2611 %{_datadir}/%{name}/browser/extensions/langpack-ro@firefox.mozilla.org.xpi
2612
2613 %files lang-ru
2614 %defattr(644,root,root,755)
2615 %{_datadir}/%{name}/browser/extensions/langpack-ru@firefox.mozilla.org.xpi
2616
2617 %files lang-si
2618 %defattr(644,root,root,755)
2619 %{_datadir}/%{name}/browser/extensions/langpack-si@firefox.mozilla.org.xpi
2620
2621 %files lang-sk
2622 %defattr(644,root,root,755)
2623 %{_datadir}/%{name}/browser/extensions/langpack-sk@firefox.mozilla.org.xpi
2624
2625 %files lang-sl
2626 %defattr(644,root,root,755)
2627 %{_datadir}/%{name}/browser/extensions/langpack-sl@firefox.mozilla.org.xpi
2628
2629 %files lang-son
2630 %defattr(644,root,root,755)
2631 %{_datadir}/%{name}/browser/extensions/langpack-son@firefox.mozilla.org.xpi
2632
2633 %files lang-sq
2634 %defattr(644,root,root,755)
2635 %{_datadir}/%{name}/browser/extensions/langpack-sq@firefox.mozilla.org.xpi
2636
2637 %files lang-sr
2638 %defattr(644,root,root,755)
2639 %{_datadir}/%{name}/browser/extensions/langpack-sr@firefox.mozilla.org.xpi
2640
2641 %files lang-sv
2642 %defattr(644,root,root,755)
2643 %{_datadir}/%{name}/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi
2644
2645 %files lang-ta
2646 %defattr(644,root,root,755)
2647 %{_datadir}/%{name}/browser/extensions/langpack-ta@firefox.mozilla.org.xpi
2648
2649 %files lang-te
2650 %defattr(644,root,root,755)
2651 %{_datadir}/%{name}/browser/extensions/langpack-te@firefox.mozilla.org.xpi
2652
2653 %files lang-th
2654 %defattr(644,root,root,755)
2655 %{_datadir}/%{name}/browser/extensions/langpack-th@firefox.mozilla.org.xpi
2656
2657 %files lang-tr
2658 %defattr(644,root,root,755)
2659 %{_datadir}/%{name}/browser/extensions/langpack-tr@firefox.mozilla.org.xpi
2660
2661 %files lang-uk
2662 %defattr(644,root,root,755)
2663 %{_datadir}/%{name}/browser/extensions/langpack-uk@firefox.mozilla.org.xpi
2664
2665 %files lang-ur
2666 %defattr(644,root,root,755)
2667 %{_datadir}/%{name}/browser/extensions/langpack-ur@firefox.mozilla.org.xpi
2668
2669 %files lang-uz
2670 %defattr(644,root,root,755)
2671 %{_datadir}/%{name}/browser/extensions/langpack-uz@firefox.mozilla.org.xpi
2672
2673 %files lang-vi
2674 %defattr(644,root,root,755)
2675 %{_datadir}/%{name}/browser/extensions/langpack-vi@firefox.mozilla.org.xpi
2676
2677 %files lang-xh
2678 %defattr(644,root,root,755)
2679 %{_datadir}/%{name}/browser/extensions/langpack-xh@firefox.mozilla.org.xpi
2680
2681 %files lang-zh_CN
2682 %defattr(644,root,root,755)
2683 %{_datadir}/%{name}/browser/extensions/langpack-zh-CN@firefox.mozilla.org.xpi
2684
2685 %files lang-zh_TW
2686 %defattr(644,root,root,755)
2687 %{_datadir}/%{name}/browser/extensions/langpack-zh-TW@firefox.mozilla.org.xpi
2688
2689 #%files lang-zu
2690 #%defattr(644,root,root,755)
2691 #%{_datadir}/%{name}/browser/extensions/langpack-zu@firefox.mozilla.org.xpi
2692
2693 %if %{with geckodriver}
2694 %files geckodriver
2695 %defattr(644,root,root,755)
2696 %attr(755,root,root) %{_bindir}/geckodriver
2697 %endif
This page took 0.439699 seconds and 3 git commands to generate.