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