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