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