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