]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox.spec
Release 2 (by relup.sh)
[packages/firefox.git] / firefox.spec
index 0366c8d239827809692209bf56f43002ebdf0f2d..043fc2ba7e0c47e7b6f2977a6ce8aba13aef03ee 100644 (file)
@@ -1,17 +1,34 @@
 # TODO:
 # - consider --enable-libproxy
 # - do something with *.rdf file, there if file conflict with other lang packages
+# - enable RLBox (requires "wasi sysroot" in essence wasm/wasi toolchain, ie packaged wasm-sdk
+#   https://github.com/WebAssembly/wasi-sdk)
 #
 # Conditional build:
 %bcond_with    tests           # enable tests (whatever they check)
-%bcond_without gtk3            # GTK+ 3.x instead of 2.x
-%bcond_without kerberos        # disable krb5 support
+%bcond_with    gps             # GPS support via gpsd
 %bcond_without official        # official Firefox branding
+%bcond_with    lto             # build with link time optimization
 %bcond_with    pgo             # PGO-enabled build (requires working $DISPLAY == :100)
+%bcond_without geckodriver     # WebDriver
+%bcond_without gold            # use default linker instead of gold
 # - disabled shared_js - https://bugzilla.mozilla.org/show_bug.cgi?id=1039964
 %bcond_with    shared_js       # shared libmozjs library [broken]
 %bcond_without system_icu      # build without system ICU
+%bcond_with    system_cairo    # build with system cairo (not supported in 60.0)
+%bcond_without system_libvpx   # build with system libvpx
 %bcond_without clang           # build using Clang/LLVM
+%bcond_with    lowmem          # lower memory requirements
+%bcond_with    rust_simd       # enable SIMD in Rust code
+
+%if %{with lto}
+%define                with_clang      1
+%undefine      with_gold
+%endif
+
+%ifarch %{ix86} %{arm} aarch64
+%define                with_lowmem     1
+%endif
 
 # On updating version, grab CVE links from:
 # https://www.mozilla.org/security/known-vulnerabilities/firefox.html
 rm -vf *.xpi
 ../builder -g firefox-languages.spec
 V=53.0
-U=http://releases.mozilla.org/pub/firefox/releases/$V/linux-i686/
+U=https://releases.mozilla.org/pub/firefox/releases/$V/linux-i686/
 curl -s $U | sed -ne 's,.*href="\([^"]\+\)/".*,'"$U"'xpi/\1.xpi,p'
 %endif
 
-# The actual sqlite version (see RHBZ#480989):
-%define                sqlite_build_version %(pkg-config --silence-errors --modversion sqlite3 2>/dev/null || echo ERROR)
-
-%define                nspr_ver        4.16
-%define                nss_ver         3.32.1
+%define                nspr_ver        4.32
+%define                nss_ver         3.73
 
 Summary:       Firefox web browser
 Summary(hu.UTF-8):     Firefox web böngésző
 Summary(pl.UTF-8):     Firefox - przeglądarka WWW
 Name:          firefox
-Version:       57.0.4
-Release:       1
+Version:       96.0.3
+Release:       2
 License:       MPL v2.0
 Group:         X11/Applications/Networking
-Source0:       http://releases.mozilla.org/pub/mozilla.org/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
-# Source0-md5: 18586d62f24671fa15f4a5dd7b19c09c
+Source0:       https://releases.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
+# Source0-md5: eca5605d4974ee591d72f8d6423170fc
 Source3:       %{name}.desktop
 Source4:       %{name}.sh
 Source5:       vendor.js
 Source6:       vendor-ac.js
-Source100:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ach.xpi
-# Source100-md5:       bb180230f35c80ce3ea07ecbb038c0d7
-Source101:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
-# Source101-md5:       5be1d8ff1813e38db0a005f6740b6592
-Source102:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
-# Source102-md5:       d8804a65acde54cedf4a59989be49142
-Source103:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
-# Source103-md5:       71d773f94b1d37697e9901ea7dcb418b
-Source104:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/as.xpi
-# Source104-md5:       3590d8d985fe8377447ef5873b58f82c
-Source105:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
-# Source105-md5:       972874aa5d01e1fd176f8f9032dfe8b0
-Source106:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
-# Source106-md5:       1acbc4e206d2e2eb28af78b25179effb
-Source107:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
-# Source107-md5:       60f3f08b721f1dd702c64268b7d3897d
-Source108:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn-BD.xpi
-# Source108-md5:       a3dc9055cbbba1fc5fd5e9f5b6cbbfe5
-Source109:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn-IN.xpi
-# Source109-md5:       9a614b49eba7068397f1d3dd54588473
-Source110:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
-# Source110-md5:       7ea01f592a45f34cae2e5cb5bc63e411
-Source111:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
-# Source111-md5:       ece338778387810610e95c4f1bf173f9
-Source112:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
-# Source112-md5:       a02f1892ac5f11ec9f947b34d5948fad
-Source113:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
-# Source113-md5:       b8f1fcad27e28ac746b3b3cb48a6d6ee
-Source114:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
-# Source114-md5:       6a92c58a107ce84fffb8caae2305a273
-Source115:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
-# Source115-md5:       781fbf49a5710fad01bc91efaa072e08
-Source116:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
-# Source116-md5:       51f8b9e554806c86f1bceaea49379126
-Source117:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
-# Source117-md5:       11c9f26fb723c137a65d616ff7b76227
-Source118:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
-# Source118-md5:       2d1023cd81675b6c0fcd9c36213b3f96
-Source119:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/el.xpi
-# Source119-md5:       94b7fb3145fb0b7ee9fc28bfbab89821
-Source120:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-GB.xpi
-# Source120-md5:       7ac861c05e497a4f1c853f56a3d287da
-Source121:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-US.xpi
-# Source121-md5:       08d7c3cef93a337acd8c242853f10e10
-Source122:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-ZA.xpi
-# Source122-md5:       611622d017a4b2b7b7b592c71907625c
-Source123:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eo.xpi
-# Source123-md5:       012d5a0fb4fe2c1d1b45f0fa35c11d4c
-Source124:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-AR.xpi
-# Source124-md5:       c74a165f6d853a8621a52ce27b1cc4d9
-Source125:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-CL.xpi
-# Source125-md5:       8c21a10f9031bf1c3bf1d1b3f4f5456d
-Source126:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-ES.xpi
-# Source126-md5:       d9165a5e5fdb89b5562945591f1a2ca5
-Source127:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-MX.xpi
-# Source127-md5:       2b97222a8c7c9e310b5be95bea339b96
-Source128:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/et.xpi
-# Source128-md5:       308fa1695e9e9146c2ba8b4c8421d5b8
-Source129:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eu.xpi
-# Source129-md5:       2d951056cea25742a03c27365d799ee2
-Source130:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fa.xpi
-# Source130-md5:       34e2b9aa1a89a511d018ed155ff80a9f
-Source131:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ff.xpi
-# Source131-md5:       1e70df0da91d85906a98bf38b4f12606
-Source132:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fi.xpi
-# Source132-md5:       b7961198216dd315e146a431d16f3286
-Source133:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fr.xpi
-# Source133-md5:       a591eebb2e93ae750c770e3ce4ae06f2
-Source134:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fy-NL.xpi
-# Source134-md5:       2e9cf53b7d56b998e68c7c7cd97637a4
-Source135:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ga-IE.xpi
-# Source135-md5:       da2cd1af19ace5abd8656ecc960561ef
-Source136:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gd.xpi
-# Source136-md5:       5e781315ec17ad85d24a37c9a7646f64
-Source137:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gl.xpi
-# Source137-md5:       632ca142e9f6ec938826ae904ce6645a
-Source138:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gn.xpi
-# Source138-md5:       ebd831d9275b7e39c168fc2ceef38c75
-Source139:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gu-IN.xpi
-# Source139-md5:       3ed012846ba2810577b074cfe99e1f67
-Source140:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/he.xpi
-# Source140-md5:       d2cf5c7055a2b2f1d043ecb75877f5a2
-Source141:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hi-IN.xpi
-# Source141-md5:       b2f9da5b02a8ab7c57b582c63425d779
-Source142:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hr.xpi
-# Source142-md5:       73fa851015bc0d6d6cae33e4c94150ab
-Source143:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hsb.xpi
-# Source143-md5:       5616d9b12f33cf7e83e76e813edc6f97
-Source144:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hu.xpi
-# Source144-md5:       66c1eb9c09ca7e1654f00583e25b1efe
-Source145:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hy-AM.xpi
-# Source145-md5:       9553575b8101676e4f1b224e5c2ebf90
-Source146:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/id.xpi
-# Source146-md5:       0236622e2a6056ad5bde2b60b9be6632
-Source147:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/is.xpi
-# Source147-md5:       dc79d950ddeda89e762320f996dfc757
-Source148:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/it.xpi
-# Source148-md5:       d0ad1a6c34a8fbd3581120dd0c73c85b
-Source149:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ja.xpi
-# Source149-md5:       98ec00516d5b872df5bf70c4bcbe01a0
-Source150:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ka.xpi
-# Source150-md5:       5a2dd515afd383a08d974b73b3deaad2
-Source151:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kab.xpi
-# Source151-md5:       9af6bd2389a292d87d932213f4bf6b0c
-Source152:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kk.xpi
-# Source152-md5:       1f04dc80a3033fe572236ccffd0c37dd
-Source153:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/km.xpi
-# Source153-md5:       5883129a54a1bfadc6724f4f094647de
-Source154:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kn.xpi
-# Source154-md5:       0531692aa2ac3a3f40da137c20777d83
-Source155:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ko.xpi
-# Source155-md5:       511ddd1425483c28957e5ab3726b7e5b
-Source156:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lij.xpi
-# Source156-md5:       f4818b81065100285bcad8051d046e39
-Source157:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lt.xpi
-# Source157-md5:       a1a08bb0b8a726ae7a12629f45a9f5ed
-Source158:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lv.xpi
-# Source158-md5:       f708344b8d50f189e352aedfb18b0124
-Source159:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mai.xpi
-# Source159-md5:       e25dcbd50a746df3dc104b666209dc77
-Source160:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mk.xpi
-# Source160-md5:       56ffa021b7913213a834cd0aaabe54d9
-Source161:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ml.xpi
-# Source161-md5:       644658484b6763074331016699ac8cd7
-Source162:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mr.xpi
-# Source162-md5:       5fa62d26ca9752f7d3a6e5d41c00d7f9
-Source163:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ms.xpi
-# Source163-md5:       40afb5e2f1338e920d57341d7a30bcf8
-Source164:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/my.xpi
-# Source164-md5:       01dab7b301eaf0b6c1b86390dbee6495
-Source165:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nb-NO.xpi
-# Source165-md5:       2b916c0f01a5369edae058a74deeb977
-Source166:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nl.xpi
-# Source166-md5:       ffb41a6e2d49b15a95a5d1e845d2b34b
-Source167:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nn-NO.xpi
-# Source167-md5:       810590cbceb5ee669a4a863972eadbc3
-Source168:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/or.xpi
-# Source168-md5:       f4d227aa1242243533b7a2893138d0b6
-Source169:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pa-IN.xpi
-# Source169-md5:       ed174742786e92a3a3d15e76fc858827
-Source170:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pl.xpi
-# Source170-md5:       378f3a0e3126d570aa3aa61be0fca15f
-Source171:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-BR.xpi
-# Source171-md5:       d4c5d526bcfd52da44d5d18e00303f36
-Source172:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-PT.xpi
-# Source172-md5:       99ecc58da1be4cf426f16efe72cebf5c
-Source173:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/rm.xpi
-# Source173-md5:       b13d2458cd9be0dc70c15eed4cff2685
-Source174:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ro.xpi
-# Source174-md5:       09a216ea7f9b0bfff177a32450135413
-Source175:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ru.xpi
-# Source175-md5:       eb5102ee12421f4ffe812c23046cde0b
-Source176:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/si.xpi
-# Source176-md5:       458c78f0280bec18b06b707cac736bea
-Source177:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sk.xpi
-# Source177-md5:       3cd0c6a1de167da7804a85ebf898ddcd
-Source178:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sl.xpi
-# Source178-md5:       5e4a21b7047af98da295768d8febed60
-Source179:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/son.xpi
-# Source179-md5:       ad3473c5aca34e39be0d1b1a814c2a27
-Source180:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sq.xpi
-# Source180-md5:       9afa578d632735b27df6726a5c2253c6
-Source181:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sr.xpi
-# Source181-md5:       3cb54c7243e8985af7734af2ba4ab1c9
-Source182:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sv-SE.xpi
-# Source182-md5:       5f8b02993b8f4a0e53d868c4caa38269
-Source183:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ta.xpi
-# Source183-md5:       1ddd9a5cbb4f6ea32d1947292cd75436
-Source184:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/te.xpi
-# Source184-md5:       8f2580623d617bb1e8e8c3a615d45380
-Source185:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/th.xpi
-# Source185-md5:       5be4cbcca9143332e05799b2754d1685
-Source186:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tr.xpi
-# Source186-md5:       19977a2edf2d997a28293464ea323abf
-Source187:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uk.xpi
-# Source187-md5:       181b88e4cbfb19064a5878d7ea355f25
-Source188:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ur.xpi
-# Source188-md5:       0f1f75b01e78e47075879b049f9220c8
-Source189:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uz.xpi
-# Source189-md5:       7864b0e8e36787131706930bcf80c1c0
-Source190:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/vi.xpi
-# Source190-md5:       83d6b83060e03f4556679785fef30904
-Source191:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/xh.xpi
-# Source191-md5:       702c4960f00e89fe081a45d3d396bde8
-Source192:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-CN.xpi
-# Source192-md5:       4c76bf26c99706ab6f97ada0bde5d30e
-Source193:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-TW.xpi
-# Source193-md5:       fafebc703c5d5c38daf9dbe86ff4bc5f
-Patch0:                idl-parser.patch
-Patch2:                xulrunner-paths.patch
+Source100:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ach.xpi
+# Source100-md5:       28764381aee0f5b527feea392706fa4e
+Source101:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
+# Source101-md5:       da2d2ab29fa67451b4772be4c199f125
+Source102:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
+# Source102-md5:       691a3b08682ec3ea5a9462c002189d9b
+Source103:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
+# Source103-md5:       a89bba32b675cd100fc04bfeddf7a671
+Source104:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
+# Source104-md5:       d71bada82dc3c9aa70cc55d7030fb596
+Source105:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
+# Source105-md5:       4ecab445f403aa06a16c0dd590f5095f
+Source106:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi
+# Source106-md5:       1ea94915eb0dce4d810891dd240d50c7
+Source107:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
+# Source107-md5:       d87c4e8c218340b5d76d034dbcded462
+Source108:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi
+# Source108-md5:       cd06f856067d81c53d7148b343f53f70
+Source109:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
+# Source109-md5:       245dd195f9d091a304fcb3d8fce1917c
+Source110:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
+# Source110-md5:       6079f5dfbacf02da37acb8b9007f01f0
+Source111:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
+# Source111-md5:       dcfa21b7c9363f825d314194e388b7e8
+Source112:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca-valencia.xpi
+# Source112-md5:       9546ba05fde33cbe69ad0b5beaf3b185
+Source113:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
+# Source113-md5:       162cbddf2c65abb46f9266adcb5ca152
+Source114:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
+# Source114-md5:       6ec2a6e6847423348a081e9ef992e8a5
+Source115:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
+# Source115-md5:       9e1ed6a76082ce01f171cd9b78d20451
+Source116:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
+# Source116-md5:       6be87f7a79c5aa5ed3bf28abea72822e
+Source117:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
+# Source117-md5:       2d0bb24f3521ff99bd0c905f22669bcd
+Source118:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
+# Source118-md5:       e0d0ea3fd0672dea89bfaeac636e5d1a
+Source119:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/el.xpi
+# Source119-md5:       4bf0e2abbbb911a99332ae65d80fea52
+Source120:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-CA.xpi
+# Source120-md5:       55d8565d7046d60f5259cdb2199d9e98
+Source121:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-GB.xpi
+# Source121-md5:       6f40bc1b3b566eceab38a9763f55caf2
+Source122:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-US.xpi
+# Source122-md5:       e130d29049be3425aefc06d56a52f8af
+Source123:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eo.xpi
+# Source123-md5:       6a75328c7afcf5ffe7d29c0545c75cfc
+Source124:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-AR.xpi
+# Source124-md5:       fcef95cbd16276c7f6d0cc24fca126f8
+Source125:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-CL.xpi
+# Source125-md5:       db8b12a170bbc04f0bc4dba7a868c916
+Source126:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-ES.xpi
+# Source126-md5:       d53ac40bcd36ceba933e589da407f98a
+Source127:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-MX.xpi
+# Source127-md5:       976ebb32fd4da0aae7e1460c179b547b
+Source128:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/et.xpi
+# Source128-md5:       2a1e6c735e7fa5a7b4c9181963e5099e
+Source129:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eu.xpi
+# Source129-md5:       44fe0719f5ccd383e81a3d07eb609599
+Source130:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fa.xpi
+# Source130-md5:       315b39a2fb02a241d1048d6a8b0f8598
+Source131:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ff.xpi
+# Source131-md5:       e7a109e90fc0c5479b43792ac0d96460
+Source132:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fi.xpi
+# Source132-md5:       7ada11c20d9d504a0d04509f25d341c0
+Source133:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fr.xpi
+# Source133-md5:       e42bd5c06d9bc837ec37a4514f593b42
+Source134:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fy-NL.xpi
+# Source134-md5:       32ec0048628008a29ab8bc7c54b5a804
+Source135:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ga-IE.xpi
+# Source135-md5:       dc9b7bb31a6255fc20314c18d9c98973
+Source136:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gd.xpi
+# Source136-md5:       8de1dd8007a53011e35eff74a3608a0a
+Source137:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gl.xpi
+# Source137-md5:       9778b911f2fa57b2d8b0dfff60106dbf
+Source138:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gn.xpi
+# Source138-md5:       92ad8fecaf712266065101b6ba928b90
+Source139:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gu-IN.xpi
+# Source139-md5:       04dd447d84bdf4b09607baf9767a411f
+Source140:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/he.xpi
+# Source140-md5:       9558de6b7abffb5b8ae83c2766b7d3e9
+Source141:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hi-IN.xpi
+# Source141-md5:       2476cfd9444bac777e249e6ae22937c1
+Source142:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hr.xpi
+# Source142-md5:       8a0de64461cea7477a58f32527af9221
+Source143:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hsb.xpi
+# Source143-md5:       558621378cea20b6adfed6e1fe81c6f1
+Source144:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hu.xpi
+# Source144-md5:       bd6d8b96c651af0da59ffc37b313391f
+Source145:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hy-AM.xpi
+# Source145-md5:       a882b833c8f7b833fa1963ec5c175fb2
+Source146:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ia.xpi
+# Source146-md5:       9a2e79ed13cf457a880654126cfc6fea
+Source147:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/id.xpi
+# Source147-md5:       d1ce6610c61f8301822f6fce9d020127
+Source148:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/is.xpi
+# Source148-md5:       70c2936e88573562945e204b738bd099
+Source149:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/it.xpi
+# Source149-md5:       95a0f386d50e1210652d84815598a879
+Source150:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ja.xpi
+# Source150-md5:       44ecc2822702ab239d3db4257b1ae43d
+Source151:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ka.xpi
+# Source151-md5:       447bb4cfad17c4b6ad28c3b990049fdb
+Source152:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kab.xpi
+# Source152-md5:       fab31056f49a14aa252fe8fb943368f3
+Source153:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kk.xpi
+# Source153-md5:       bc71aec290e31b1197e1d497bfa19a6d
+Source154:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/km.xpi
+# Source154-md5:       5d4e60d34a365d451246fa1b972514ef
+Source155:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kn.xpi
+# Source155-md5:       0943f752a5d9d4e5d54d67411cc6a6dd
+Source156:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ko.xpi
+# Source156-md5:       e6bf444eaae086068142d7eac16e5524
+Source157:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lij.xpi
+# Source157-md5:       6e3797d04ff3070075d2978927a1a7b2
+Source158:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lt.xpi
+# Source158-md5:       86f668a9f1fdc0fbba3b8dbb3545ecbc
+Source159:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lv.xpi
+# Source159-md5:       81aa5f5cdc206f324bfe9802555c455b
+Source160:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mk.xpi
+# Source160-md5:       52953d76063c99b230cfd3cf9341a90b
+Source161:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mr.xpi
+# Source161-md5:       f2ebbb8e92653bcbf27579de025dcd54
+Source162:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ms.xpi
+# Source162-md5:       7edf4f18503ee8ea411d17bdd21166ac
+Source163:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/my.xpi
+# Source163-md5:       e84b19ee010951cbfdcd70951a0a9243
+Source164:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nb-NO.xpi
+# Source164-md5:       16b6066ec4ff4effaa05dd5363762921
+Source165:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ne-NP.xpi
+# Source165-md5:       6e87f78c3ebc79da4ac1197a12c61dfc
+Source166:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nl.xpi
+# Source166-md5:       ada23aad8dde155d1964a3d464854a8c
+Source167:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nn-NO.xpi
+# Source167-md5:       3dacc1694bb2fa8909acee5b7b21ee21
+Source168:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/oc.xpi
+# Source168-md5:       b426b0ca4eafccea45b62f93848226a1
+Source169:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pa-IN.xpi
+# Source169-md5:       ce4993759507285fff50e244c94e9636
+Source170:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pl.xpi
+# Source170-md5:       c1d502bf428b3bec1946121504259fb0
+Source171:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-BR.xpi
+# Source171-md5:       5ad5f038176c382f2d265781b0d35b55
+Source172:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-PT.xpi
+# Source172-md5:       95cfa9127060028ddcf3876f3021b3c4
+Source173:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/rm.xpi
+# Source173-md5:       7fe528a36e47ad2d742255001aa25397
+Source174:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ro.xpi
+# Source174-md5:       da5d0458bf832c27b29ed8f970afc8c8
+Source175:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ru.xpi
+# Source175-md5:       4a845ae23eb87955c9a8f6fac7edbaa5
+Source176:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sco.xpi
+# Source176-md5:       cf933c9ad5e113cc6c949e4572ea4808
+Source177:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/si.xpi
+# Source177-md5:       7bc4e6b3be0f4b477f1b453b12c68fda
+Source178:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sk.xpi
+# Source178-md5:       b2561d81e3c16174124c5997aba3d7b2
+Source179:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sl.xpi
+# Source179-md5:       b4561a1303018d78a8223fc6f754df4e
+Source180:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/son.xpi
+# Source180-md5:       c6abdaaf431aa9d1ea4d2502c674149a
+Source181:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sq.xpi
+# Source181-md5:       1d86395ac212b6a6176cf75bdd792cc8
+Source182:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sr.xpi
+# Source182-md5:       ff179b8bea018462ee3925d1848d3a3e
+Source183:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sv-SE.xpi
+# Source183-md5:       37de2e8609b086fb5a4bce66b3892c18
+Source184:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/szl.xpi
+# Source184-md5:       c6d7fa62221bf2669ebfa10e3768eb63
+Source185:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ta.xpi
+# Source185-md5:       16b53e95c7c77d65e36cee2344ff0d16
+Source186:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/te.xpi
+# Source186-md5:       a3c21bb732ff1b40a6014b03ab58b369
+Source187:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/th.xpi
+# Source187-md5:       65e33e74fb40b0891287292adc8969dd
+Source188:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tl.xpi
+# Source188-md5:       760fca0510b9e2b9f5befda88931ea95
+Source189:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tr.xpi
+# Source189-md5:       fa9d72a4586a9ac46e6d905770eff508
+Source190:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/trs.xpi
+# Source190-md5:       55ee2bb0ed86d0b2002890d05ea426e0
+Source191:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uk.xpi
+# Source191-md5:       043933bdfd6d42ad77296b6e5b323562
+Source192:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ur.xpi
+# Source192-md5:       c63d414a14b667d85bb406dbbe455c22
+Source193:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uz.xpi
+# Source193-md5:       dc2bdacd2d754cd982592707ac67d942
+Source194:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/vi.xpi
+# Source194-md5:       702a1a92be5015d670a5cd2b37452400
+Source195:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/xh.xpi
+# Source195-md5:       f1116a77b7118fb6fb50d8d4c97ed0ee
+Source196:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-CN.xpi
+# Source196-md5:       2d750dee27b2b85d1b5b13c1e1ede028
+Source197:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-TW.xpi
+# Source197-md5:       9edf809c7e0d7ccb268c93d8a6f9feb4
 Patch4:                %{name}-prefs.patch
 Patch5:                %{name}-pld-bookmarks.patch
 Patch6:                %{name}-no-subshell.patch
 Patch7:                %{name}-middle_click_paste.patch
 Patch8:                %{name}-system-virtualenv.patch
 Patch9:                %{name}-Disable-Firefox-Health-Report.patch
-Patch10:       freetype.patch
+Patch10:       system-cairo.patch
+Patch11:       glibc-double.patch
+# Test if it can be removed when updating package
+Patch12:       glibc-2.34.patch
 URL:           https://www.mozilla.org/firefox/
 BuildRequires: OpenGL-devel
 BuildRequires: alsa-lib-devel
 BuildRequires: autoconf2_13
 BuildRequires: automake
-BuildRequires: bzip2-devel
-BuildRequires: cairo-devel >= 1.10.2-5
-BuildRequires: cargo
+%{?with_gold:BuildRequires:    binutils >= 3:2.20.51.0.7}
+%{?with_system_cairo:BuildRequires:    cairo-devel >= 1.10.2-5}
+BuildRequires: cargo >= 1.32.0
 %{?with_clang:BuildRequires:   clang}
+BuildRequires: clang-devel >= 5.0
 BuildRequires: dbus-glib-devel >= 0.60
 BuildRequires: fontconfig-devel >= 1:2.7.0
 BuildRequires: freetype-devel >= 1:2.1.8
-%{!?with_clang:BuildRequires:  gcc-c++ >= 6:4.4}
-BuildRequires: glib2-devel >= 1:2.22
-BuildRequires: gstreamer-devel >= 1.0
-BuildRequires: gstreamer-plugins-base-devel >= 1.0
-%{!?with_gtk3:BuildRequires:   gtk+2-devel >= 2:2.18.0}
-%{?with_gtk3:BuildRequires:    gtk+3-devel >= 3.4.0}
-%{?with_kerberos:BuildRequires:        heimdal-devel >= 0.7.1}
-BuildRequires: hunspell-devel >= 1.6.1
-BuildRequires: libIDL-devel >= 0.8.0
+%{!?with_clang:BuildRequires:  gcc-c++ >= 6:7}
+BuildRequires: glib2-devel >= 1:2.42
+%{?with_gps:BuildRequires:     gpsd-devel >= 3.11}
+BuildRequires: gtk+3-devel >= 3.14.0
 BuildRequires: libatomic-devel
 # DECnet (dnprogs.spec), not dummy net (libdnet.spec)
 #BuildRequires:        libdnet-devel
+BuildRequires: libdrm-devel >= 2.4
 BuildRequires: libevent-devel >= 1.4.7
 # standalone libffi 3.0.9 or gcc's from 4.5(?)+
 BuildRequires: libffi-devel >= 6:3.0.9
-%{?with_system_icu:BuildRequires:      libicu-devel >= 58.1}
+%{?with_system_icu:BuildRequires:      libicu-devel >= 70.1}
 # requires libjpeg-turbo implementing at least libjpeg 6b API
 BuildRequires: libjpeg-devel >= 6b
 BuildRequires: libjpeg-turbo-devel
 BuildRequires: libpng(APNG)-devel >= 0.10
-BuildRequires: libpng-devel >= 2:1.6.31
-BuildRequires: libstdc++-devel >= 6:4.4
-BuildRequires: libvpx-devel >= 1.5.0
+BuildRequires: libpng-devel >= 2:1.6.35
+BuildRequires: libstdc++-devel >= 6:7
+BuildRequires: libxcb-devel
+%{?with_system_libvpx:BuildRequires:   libvpx-devel >= 1.8.0}
+BuildRequires: libwebp-devel >= 1.0.2
+%{?with_clang:BuildRequires:   lld}
+BuildRequires: llvm-devel >= 5.0
+%ifarch %{ix86} %{x8664}
+BuildRequires: nasm >= 2.14
+%endif
+# or --disable-nodejs ?
+BuildRequires: nodejs >= 10.23.1
 BuildRequires: nspr-devel >= 1:%{nspr_ver}
 BuildRequires: nss-devel >= 1:%{nss_ver}
 BuildRequires: pango-devel >= 1:1.22.0
-BuildRequires: pixman-devel >= 0.19.2
-BuildRequires: perl-modules >= 5.004
-BuildRequires: pkgconfig
+BuildRequires: pixman-devel >= 0.36.0
+BuildRequires: perl-modules >= 5.006
+BuildRequires: pkgconfig >= 1:0.9.0
 BuildRequires: pkgconfig(libffi) >= 3.0.9
 BuildRequires: pulseaudio-devel
-BuildRequires: python-modules >= 1:2.5
-%{?with_pgo:BuildRequires:     python-modules-sqlite}
-BuildRequires: python-simplejson
-BuildRequires: python-virtualenv >= 15
-BuildRequires: readline-devel
-BuildRequires: rpm >= 4.4.9-56
+BuildRequires: python3-modules >= 1:3.8.5-3
+%{?with_pgo:BuildRequires:     python3-modules-sqlite}
+BuildRequires: python3-simplejson
+BuildRequires: python3-virtualenv >= 20
+BuildRequires: rpm-build >= 4.6
 BuildRequires: rpmbuild(macros) >= 1.601
-BuildRequires: rust >= 1.19.0
+BuildRequires: rust >= 1.53.0
+BuildRequires: rust-cbindgen >= 0.19.0
 BuildRequires: sed >= 4.0
-BuildRequires: sqlite3-devel >= 3.17.0
-BuildRequires: startup-notification-devel >= 0.8
+BuildRequires: tar >= 1:1.22
 BuildRequires: xorg-lib-libX11-devel
-BuildRequires: xorg-lib-libXScrnSaver-devel
 BuildRequires: xorg-lib-libXcomposite-devel
 BuildRequires: xorg-lib-libXdamage-devel
 BuildRequires: xorg-lib-libXext-devel
@@ -306,8 +333,10 @@ BuildRequires:     xorg-lib-libXfixes-devel
 BuildRequires: xorg-lib-libXinerama-devel
 BuildRequires: xorg-lib-libXt-devel
 %{?with_pgo:BuildRequires:     xorg-xserver-Xvfb}
-%ifarch %{x8664}
-BuildRequires: yasm >= 1.0.1
+BuildRequires: xorg-lib-libxkbcommon-devel >= 0.4.1
+BuildRequires: xz
+%ifarch %{ix86} %{x8664}
+BuildRequires: yasm >= 1.2
 %endif
 BuildRequires: unzip
 BuildRequires: zip
@@ -315,37 +344,45 @@ BuildRequires:    zlib-devel >= 1.2.3
 BuildConflicts:        %{name}-devel < %{version}
 Requires(post):        mktemp >= 1.5-18
 Requires:      browser-plugins >= 2.0
-Requires:      cairo >= 1.10.2-5
+%{?with_system_cairo:Requires: cairo >= 1.10.2-5}
 Requires:      dbus-glib >= 0.60
 Requires:      desktop-file-utils
 Requires:      fontconfig-libs >= 1:2.7.0
-Requires:      glib2 >= 1:2.22
-%{!?with_gtk3:Requires:        gtk+2 >= 2:2.18.0}
-%{?with_gtk3:Requires: gtk+3 >= 3.4.0}
+Requires:      glib2 >= 1:2.42
+Requires:      gtk+3 >= 3.14.0
 Requires:      hicolor-icon-theme
 Requires:      libjpeg-turbo
-Requires:      libpng >= 2:1.6.31
+Requires:      libpng >= 2:1.6.35
 Requires:      libpng(APNG) >= 0.10
-Requires:      libvpx >= 1.5.0
+%{?with_system_libvpx:Requires:        libvpx >= 1.8.0}
+Requires:      libwebp >= 1.0.2
 Requires:      myspell-common
-Requires:      nspr >= 1:%{nspr_ver}
-Requires:      nss >= 1:%{nss_ver}
+%requires_ge_to        nspr nspr-devel
+%requires_ge_to        nss nss-devel
 Requires:      pango >= 1:1.22.0
-Requires:      sqlite3 >= %{sqlite_build_version}
-Requires:      startup-notification >= 0.8
+Requires:      pixman >= 0.36.0
+Requires:      xorg-lib-libxkbcommon >= 0.4.1
+%ifarch %{ix86}
+Requires:      cpuinfo(mmx)
+%endif
 Provides:      xulrunner-libs = 2:%{version}-%{release}
 Provides:      wwwbrowser
-Obsoletes:     firefox-devel
-Obsoletes:     firefox-libs
-Obsoletes:     iceweasel
-Obsoletes:     iceweasel-libs
-Obsoletes:     mozilla-firebird
-Obsoletes:     mozilla-firefox
+Obsoletes:     firefox-devel < 53
+Obsoletes:     firefox-lang-as < 68.0-1
+Obsoletes:     firefox-lang-en_ZA < 68.0-1
+Obsoletes:     firefox-lang-mai < 68.0-1
+Obsoletes:     firefox-lang-ml < 68.0-1
+Obsoletes:     firefox-lang-or < 68.0-1
+Obsoletes:     firefox-libs < 53
+Obsoletes:     iceweasel < 45
+Obsoletes:     iceweasel-libs < 45
+Obsoletes:     mozilla-firebird < 0.8
+Obsoletes:     mozilla-firefox < 38
 Obsoletes:     mozilla-firefox-lang-en < 2.0.0.8-3
-Obsoletes:     mozilla-firefox-libs
-Obsoletes:     xulrunner
-Obsoletes:     xulrunner-gnome
-Obsoletes:     xulrunner-libs
+Obsoletes:     mozilla-firefox-libs < 38
+Obsoletes:     xulrunner < 2:42
+Obsoletes:     xulrunner-gnome < 2:42
+Obsoletes:     xulrunner-libs < 2:42
 Conflicts:     firefox-lang-resources < %{version}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -361,7 +398,10 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _noautoprovfiles        %{_libdir}/%{name}
 
 # and as we don't provide them, don't require either
-%define                _noautoreq      liblgpllibs.so libmozavcodec.so libmozavutil.so libmozgtk.so libmozjs.so libmozsandbox.so libxul.so
+%define                _noautoreq      liblgpllibs.so libmozavcodec.so libmozavutil.so libmozgtk.so libmozjs.so libmozsandbox.so libmozsqlite3.so libmozwayland.so libxul.so
+
+# 67.0 libxul.so: debugedit: canonicalization unexpectedly shrank by one character
+%define                _enable_debug_packages  0
 
 %description
 Firefox is an open-source web browser, designed for standards
@@ -396,8 +436,8 @@ Summary(pl.UTF-8):  Pliki językowe aczoli dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ach
-Obsoletes:     mozilla-firefox-lang-ach
+Obsoletes:     iceweasel-lang-ach < 45
+Obsoletes:     mozilla-firefox-lang-ach < 38
 BuildArch:     noarch
 
 %description lang-ach
@@ -412,8 +452,8 @@ Summary(pl.UTF-8):  Afrykanerskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-af
-Obsoletes:     mozilla-firefox-lang-af
+Obsoletes:     iceweasel-lang-af < 45
+Obsoletes:     mozilla-firefox-lang-af < 38
 BuildArch:     noarch
 
 %description lang-af
@@ -428,8 +468,8 @@ Summary(pl.UTF-8):  Aragońskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-an
-Obsoletes:     mozilla-firefox-lang-an
+Obsoletes:     iceweasel-lang-an < 45
+Obsoletes:     mozilla-firefox-lang-an < 38
 BuildArch:     noarch
 
 %description lang-an
@@ -444,8 +484,8 @@ Summary(pl.UTF-8):  Arabskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ar
-Obsoletes:     mozilla-firefox-lang-ar
+Obsoletes:     iceweasel-lang-ar < 45
+Obsoletes:     mozilla-firefox-lang-ar < 38
 BuildArch:     noarch
 
 %description lang-ar
@@ -454,30 +494,14 @@ Arabic resources for Firefox.
 %description lang-ar -l pl.UTF-8
 Arabskie pliki językowe dla Firefoksa.
 
-%package lang-as
-Summary:       Assamese resources for Firefox
-Summary(pl.UTF-8):     Asamskie pliki językowe dla Firefoksa
-Group:         I18n
-Requires:      firefox >= %{version}
-Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-as
-Obsoletes:     mozilla-firefox-lang-as
-BuildArch:     noarch
-
-%description lang-as
-Assamese resources for Firefox.
-
-%description lang-as -l pl.UTF-8
-Asamskie pliki językowe dla Firefoksa.
-
 %package lang-ast
 Summary:       Asturian resources for Firefox
 Summary(pl.UTF-8):     Asturyjskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ast
-Obsoletes:     mozilla-firefox-lang-ast
+Obsoletes:     iceweasel-lang-ast < 45
+Obsoletes:     mozilla-firefox-lang-ast < 38
 BuildArch:     noarch
 
 %description lang-ast
@@ -492,8 +516,8 @@ Summary(pl.UTF-8):  Azerskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-az
-Obsoletes:     mozilla-firefox-lang-az
+Obsoletes:     iceweasel-lang-az < 45
+Obsoletes:     mozilla-firefox-lang-az < 38
 BuildArch:     noarch
 
 %description lang-az
@@ -508,8 +532,8 @@ Summary(pl.UTF-8):  Białoruskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-be
-Obsoletes:     mozilla-firefox-lang-be
+Obsoletes:     iceweasel-lang-be < 45
+Obsoletes:     mozilla-firefox-lang-be < 38
 BuildArch:     noarch
 
 %description lang-be
@@ -524,8 +548,8 @@ Summary(pl.UTF-8):  Bułgarskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-bg
-Obsoletes:     mozilla-firefox-lang-bg
+Obsoletes:     iceweasel-lang-bg < 45
+Obsoletes:     mozilla-firefox-lang-bg < 38
 BuildArch:     noarch
 
 %description lang-bg
@@ -540,8 +564,9 @@ Summary(pl.UTF-8):  Bengalskie pliki językowe dla Firefoksa (wersja dla Banglade
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-bn
-Obsoletes:     mozilla-firefox-lang-bn
+Obsoletes:     firefox-lang-bn_IN
+Obsoletes:     iceweasel-lang-bn < 45
+Obsoletes:     mozilla-firefox-lang-bn < 38
 BuildArch:     noarch
 
 %description lang-bn
@@ -556,8 +581,8 @@ Summary(pl.UTF-8):  Bengalskie pliki językowe dla Firefoksa (wersja dla Indii)
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-bn_IN
-Obsoletes:     mozilla-firefox-lang-bn_IN
+Obsoletes:     iceweasel-lang-bn_IN < 45
+Obsoletes:     mozilla-firefox-lang-bn_IN < 38
 BuildArch:     noarch
 
 %description lang-bn_IN
@@ -572,8 +597,8 @@ Summary(pl.UTF-8):  Bretońskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-br
-Obsoletes:     mozilla-firefox-lang-br
+Obsoletes:     iceweasel-lang-br < 45
+Obsoletes:     mozilla-firefox-lang-br < 38
 BuildArch:     noarch
 
 %description lang-br
@@ -588,8 +613,8 @@ Summary(pl.UTF-8):  Bośniackie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-bs
-Obsoletes:     mozilla-firefox-lang-bs
+Obsoletes:     iceweasel-lang-bs < 45
+Obsoletes:     mozilla-firefox-lang-bs < 38
 BuildArch:     noarch
 
 %description lang-bs
@@ -607,8 +632,8 @@ Group:              I18n
 URL:           http://www.softcatala.org/projectes/mozilla/
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ca
-Obsoletes:     mozilla-firefox-lang-ca
+Obsoletes:     iceweasel-lang-ca < 45
+Obsoletes:     mozilla-firefox-lang-ca < 38
 BuildArch:     noarch
 
 %description lang-ca
@@ -623,6 +648,21 @@ Recursos catalanes para Firefox.
 %description lang-ca -l pl.UTF-8
 Katalońskie pliki językowe dla Firefoksa.
 
+%package lang-ca-valencia
+Summary:       Catalan (Valencia variant) resources for Firefox
+Summary(pl.UTF-8):     Katalońskie pliki językowe (wariant dla Walencji) dla Firefoksa
+Group:         I18n
+URL:           http://www.softcatala.org/projectes/mozilla/
+Requires:      firefox >= %{version}
+Provides:      firefox-lang-resources = %{version}
+BuildArch:     noarch
+
+%description lang-ca-valencia
+Catalan (Valencia variant) resources for Firefox.
+
+%description lang-ca-valencia -l pl.UTF-8
+Katalońskie pliki językowe (wariant dla Walencji) dla Firefoksa.
+
 %package lang-cak
 Summary:       Kaqchikel resources for Firefox
 Summary(pl.UTF-8):     Pliki językowe kaqchikel dla Firefoksa
@@ -643,8 +683,8 @@ Summary(pl.UTF-8):  Czeskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-cs
-Obsoletes:     mozilla-firefox-lang-cs
+Obsoletes:     iceweasel-lang-cs < 45
+Obsoletes:     mozilla-firefox-lang-cs < 38
 BuildArch:     noarch
 
 %description lang-cs
@@ -659,8 +699,8 @@ Summary(pl.UTF-8):  Kaszubskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-csb
-Obsoletes:     mozilla-firefox-lang-csb
+Obsoletes:     iceweasel-lang-csb < 45
+Obsoletes:     mozilla-firefox-lang-csb < 38
 BuildArch:     noarch
 
 %description lang-csb
@@ -675,8 +715,8 @@ Summary(pl.UTF-8):  Walijskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-cy
-Obsoletes:     mozilla-firefox-lang-cy
+Obsoletes:     iceweasel-lang-cy < 45
+Obsoletes:     mozilla-firefox-lang-cy < 38
 BuildArch:     noarch
 
 %description lang-cy
@@ -691,8 +731,8 @@ Summary(pl.UTF-8):  Duńskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-da
-Obsoletes:     mozilla-firefox-lang-da
+Obsoletes:     iceweasel-lang-da < 45
+Obsoletes:     mozilla-firefox-lang-da < 38
 BuildArch:     noarch
 
 %description lang-da
@@ -707,8 +747,8 @@ Summary(pl.UTF-8):  Niemieckie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-de
-Obsoletes:     mozilla-firefox-lang-de
+Obsoletes:     iceweasel-lang-de < 45
+Obsoletes:     mozilla-firefox-lang-de < 38
 BuildArch:     noarch
 
 %description lang-de
@@ -723,8 +763,8 @@ Summary(pl.UTF-8):  Dolnołużyckie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-dsb
-Obsoletes:     mozilla-firefox-lang-dsb
+Obsoletes:     iceweasel-lang-dsb < 45
+Obsoletes:     mozilla-firefox-lang-dsb < 38
 BuildArch:     noarch
 
 %description lang-dsb
@@ -739,8 +779,8 @@ Summary(pl.UTF-8):  Greckie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-el
-Obsoletes:     mozilla-firefox-lang-el
+Obsoletes:     iceweasel-lang-el < 45
+Obsoletes:     mozilla-firefox-lang-el < 38
 BuildArch:     noarch
 
 %description lang-el
@@ -749,14 +789,28 @@ Greek resources for Firefox.
 %description lang-el -l pl.UTF-8
 Greckie pliki językowe dla Firefoksa.
 
+%package lang-en_CA
+Summary:       English (Canadian) resources for Firefox
+Summary(pl.UTF-8):     Angielskie (kanadyjskie) pliki językowe dla Firefoksa
+Group:         I18n
+Requires:      firefox >= %{version}
+Provides:      firefox-lang-resources = %{version}
+BuildArch:     noarch
+
+%description lang-en_CA
+English (Canadian) resources for Firefox.
+
+%description lang-en_CA -l pl.UTF-8
+Angielskie (kanadyjskie) pliki językowe dla Firefoksa.
+
 %package lang-en_GB
 Summary:       English (British) resources for Firefox
 Summary(pl.UTF-8):     Angielskie (brytyjskie) pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-en_GB
-Obsoletes:     mozilla-firefox-lang-en_GB
+Obsoletes:     iceweasel-lang-en_GB < 45
+Obsoletes:     mozilla-firefox-lang-en_GB < 38
 BuildArch:     noarch
 
 %description lang-en_GB
@@ -771,8 +825,8 @@ Summary(pl.UTF-8):  Angielskie (amerykańskie) pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-en_US
-Obsoletes:     mozilla-firefox-lang-en_US
+Obsoletes:     iceweasel-lang-en_US < 45
+Obsoletes:     mozilla-firefox-lang-en_US < 38
 BuildArch:     noarch
 
 %description lang-en_US
@@ -781,31 +835,14 @@ English (American) resources for Firefox.
 %description lang-en_US -l pl.UTF-8
 Angielskie (amerykańskie) pliki językowe dla Firefoksa.
 
-%package lang-en_ZA
-Summary:       English (South Africa) resources for Firefox
-Summary(pl.UTF-8):     Angielskie pliki językowe dla Firefoksa (wersja dla RPA)
-Group:         I18n
-Requires:      firefox >= %{version}
-Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-en_ZA
-Obsoletes:     mozilla-firefox-lang-en_ZA
-BuildArch:     noarch
-
-%description lang-en_ZA
-English (South Africa) resources for Firefox.
-
-%description lang-en_ZA -l pl.UTF-8
-Angielskie pliki językowe dla Firefoksa (wersja dla Republiki
-Południowej Afryki).
-
 %package lang-eo
 Summary:       Esperanto resources for Firefox
 Summary(pl.UTF-8):     Pliki językowe esperanto dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-eo
-Obsoletes:     mozilla-firefox-lang-eo
+Obsoletes:     iceweasel-lang-eo < 45
+Obsoletes:     mozilla-firefox-lang-eo < 38
 BuildArch:     noarch
 
 %description lang-eo
@@ -822,8 +859,8 @@ Summary(pl.UTF-8):  Hiszpańskie pliki językowe dla Firefoksa (wersja dla Andory
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-es_AR
-Obsoletes:     mozilla-firefox-lang-es_AR
+Obsoletes:     iceweasel-lang-es_AR < 45
+Obsoletes:     mozilla-firefox-lang-es_AR < 38
 BuildArch:     noarch
 
 %description lang-es_AR
@@ -846,8 +883,8 @@ Summary(pl.UTF-8):  Hiszpańskie pliki językowe dla Firefoksa (wersja dla Chile)
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-es_CL
-Obsoletes:     mozilla-firefox-lang-es_CL
+Obsoletes:     iceweasel-lang-es_CL < 45
+Obsoletes:     mozilla-firefox-lang-es_CL < 38
 BuildArch:     noarch
 
 %description lang-es_CL
@@ -870,8 +907,8 @@ Summary(pl.UTF-8):  Hiszpańskie pliki językowe dla Firefoksa (wersja dla Hiszpa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-es
-Obsoletes:     mozilla-firefox-lang-es
+Obsoletes:     iceweasel-lang-es < 45
+Obsoletes:     mozilla-firefox-lang-es < 38
 BuildArch:     noarch
 
 %description lang-es
@@ -894,8 +931,8 @@ Summary(pl.UTF-8):  Hiszpańskie pliki językowe dla Firefoksa (wersja dla Meksyk
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-es_MX
-Obsoletes:     mozilla-firefox-lang-es_MX
+Obsoletes:     iceweasel-lang-es_MX < 45
+Obsoletes:     mozilla-firefox-lang-es_MX < 38
 BuildArch:     noarch
 
 %description lang-es_MX
@@ -916,8 +953,8 @@ Summary(pl.UTF-8):  Estońskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-et
-Obsoletes:     mozilla-firefox-lang-et
+Obsoletes:     iceweasel-lang-et < 45
+Obsoletes:     mozilla-firefox-lang-et < 38
 BuildArch:     noarch
 
 %description lang-et
@@ -932,8 +969,8 @@ Summary(pl.UTF-8):  Baskijskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-eu
-Obsoletes:     mozilla-firefox-lang-eu
+Obsoletes:     iceweasel-lang-eu < 45
+Obsoletes:     mozilla-firefox-lang-eu < 38
 BuildArch:     noarch
 
 %description lang-eu
@@ -948,8 +985,8 @@ Summary(pl.UTF-8):  Perskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-fa
-Obsoletes:     mozilla-firefox-lang-fa
+Obsoletes:     iceweasel-lang-fa < 45
+Obsoletes:     mozilla-firefox-lang-fa < 38
 BuildArch:     noarch
 
 %description lang-fa
@@ -964,8 +1001,8 @@ Summary(pl.UTF-8): Pliki językowe fulani dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ff
-Obsoletes:     mozilla-firefox-lang-ff
+Obsoletes:     iceweasel-lang-ff < 45
+Obsoletes:     mozilla-firefox-lang-ff < 38
 BuildArch:     noarch
 
 %description lang-ff
@@ -980,8 +1017,8 @@ Summary(pl.UTF-8): Fińskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-fi
-Obsoletes:     mozilla-firefox-lang-fi
+Obsoletes:     iceweasel-lang-fi < 45
+Obsoletes:     mozilla-firefox-lang-fi < 38
 BuildArch:     noarch
 
 %description lang-fi
@@ -996,8 +1033,8 @@ Summary(pl.UTF-8): Francuskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-fr
-Obsoletes:     mozilla-firefox-lang-fr
+Obsoletes:     iceweasel-lang-fr < 45
+Obsoletes:     mozilla-firefox-lang-fr < 38
 BuildArch:     noarch
 
 %description lang-fr
@@ -1012,8 +1049,8 @@ Summary(pl.UTF-8):        Fryzyjskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-fy
-Obsoletes:     mozilla-firefox-lang-fy
+Obsoletes:     iceweasel-lang-fy < 45
+Obsoletes:     mozilla-firefox-lang-fy < 38
 BuildArch:     noarch
 
 %description lang-fy
@@ -1028,8 +1065,8 @@ Summary(pl.UTF-8):        Irlandzkie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ga
-Obsoletes:     mozilla-firefox-lang-ga
+Obsoletes:     iceweasel-lang-ga < 45
+Obsoletes:     mozilla-firefox-lang-ga < 38
 BuildArch:     noarch
 
 %description lang-ga
@@ -1044,8 +1081,8 @@ Summary(pl.UTF-8):        Szkockie (gaelickie) pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-gd
-Obsoletes:     mozilla-firefox-lang-gd
+Obsoletes:     iceweasel-lang-gd < 45
+Obsoletes:     mozilla-firefox-lang-gd < 38
 BuildArch:     noarch
 
 %description lang-gd
@@ -1060,8 +1097,8 @@ Summary(pl.UTF-8):        Galicyjskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-gl
-Obsoletes:     mozilla-firefox-lang-gl
+Obsoletes:     iceweasel-lang-gl < 45
+Obsoletes:     mozilla-firefox-lang-gl < 38
 BuildArch:     noarch
 
 %description lang-gl
@@ -1076,8 +1113,8 @@ Summary(pl.UTF-8):        Pliki językowe guarani dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-gn
-Obsoletes:     mozilla-firefox-lang-gn
+Obsoletes:     iceweasel-lang-gn < 45
+Obsoletes:     mozilla-firefox-lang-gn < 38
 BuildArch:     noarch
 
 %description lang-gn
@@ -1092,8 +1129,8 @@ Summary(pl.UTF-8):        Pliki językowe gudźarati dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-gu
-Obsoletes:     mozilla-firefox-lang-gu
+Obsoletes:     iceweasel-lang-gu < 45
+Obsoletes:     mozilla-firefox-lang-gu < 38
 BuildArch:     noarch
 
 %description lang-gu
@@ -1108,8 +1145,8 @@ Summary(pl.UTF-8):        Hebrajskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-he
-Obsoletes:     mozilla-firefox-lang-he
+Obsoletes:     iceweasel-lang-he < 45
+Obsoletes:     mozilla-firefox-lang-he < 38
 BuildArch:     noarch
 
 %description lang-he
@@ -1124,8 +1161,8 @@ Summary(pl.UTF-8):        Pliki językowe hindi dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-hi
-Obsoletes:     mozilla-firefox-lang-hi
+Obsoletes:     iceweasel-lang-hi < 45
+Obsoletes:     mozilla-firefox-lang-hi < 38
 BuildArch:     noarch
 
 %description lang-hi
@@ -1140,8 +1177,8 @@ Summary(pl.UTF-8):        Chorwackie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-hr
-Obsoletes:     mozilla-firefox-lang-hr
+Obsoletes:     iceweasel-lang-hr < 45
+Obsoletes:     mozilla-firefox-lang-hr < 38
 BuildArch:     noarch
 
 %description lang-hr
@@ -1156,8 +1193,8 @@ Summary(pl.UTF-8):        Górnołużyckie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-hsb
-Obsoletes:     mozilla-firefox-lang-hsb
+Obsoletes:     iceweasel-lang-hsb < 45
+Obsoletes:     mozilla-firefox-lang-hsb < 38
 BuildArch:     noarch
 
 %description lang-hsb
@@ -1173,8 +1210,8 @@ Summary(pl.UTF-8):        Węgierskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-hu
-Obsoletes:     mozilla-firefox-lang-hu
+Obsoletes:     iceweasel-lang-hu < 45
+Obsoletes:     mozilla-firefox-lang-hu < 38
 BuildArch:     noarch
 
 %description lang-hu
@@ -1192,8 +1229,8 @@ Summary(pl.UTF-8):        Ormiańskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-hy
-Obsoletes:     mozilla-firefox-lang-hy
+Obsoletes:     iceweasel-lang-hy < 45
+Obsoletes:     mozilla-firefox-lang-hy < 38
 BuildArch:     noarch
 
 %description lang-hy
@@ -1202,14 +1239,28 @@ Armenian resources for Firefox.
 %description lang-hy -l pl.UTF-8
 Ormiańskie pliki językowe dla Firefoksa.
 
+%package lang-ia
+Summary:       Interlingua resources for Firefox
+Summary(pl.UTF-8):     Pliki językowe interlingua dla Firefoksa
+Group:         I18n
+Requires:      %{name} >= %{version}
+Provides:      %{name}-lang-resources = %{version}
+BuildArch:     noarch
+
+%description lang-ia
+Interlingua resources for Firefox.
+
+%description lang-ia -l pl.UTF-8
+Pliki językowe interlingua dla Firefoksa.
+
 %package lang-id
 Summary:       Indonesian resources for Firefox
 Summary(pl.UTF-8):     Indonezyjskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-id
-Obsoletes:     mozilla-firefox-lang-id
+Obsoletes:     iceweasel-lang-id < 45
+Obsoletes:     mozilla-firefox-lang-id < 38
 BuildArch:     noarch
 
 %description lang-id
@@ -1224,8 +1275,8 @@ Summary(pl.UTF-8):        Islandzkie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-is
-Obsoletes:     mozilla-firefox-lang-is
+Obsoletes:     iceweasel-lang-is < 45
+Obsoletes:     mozilla-firefox-lang-is < 38
 BuildArch:     noarch
 
 %description lang-is
@@ -1240,8 +1291,8 @@ Summary(pl.UTF-8):        Włoskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-it
-Obsoletes:     mozilla-firefox-lang-it
+Obsoletes:     iceweasel-lang-it < 45
+Obsoletes:     mozilla-firefox-lang-it < 38
 BuildArch:     noarch
 
 %description lang-it
@@ -1256,8 +1307,8 @@ Summary(pl.UTF-8):        Japońskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ja
-Obsoletes:     mozilla-firefox-lang-ja
+Obsoletes:     iceweasel-lang-ja < 45
+Obsoletes:     mozilla-firefox-lang-ja < 38
 BuildArch:     noarch
 
 %description lang-ja
@@ -1272,8 +1323,8 @@ Summary(pl.UTF-8):        Gruzińskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ka
-Obsoletes:     mozilla-firefox-lang-ka
+Obsoletes:     iceweasel-lang-ka < 45
+Obsoletes:     mozilla-firefox-lang-ka < 38
 BuildArch:     noarch
 
 %description lang-ka
@@ -1302,8 +1353,8 @@ Summary(pl.UTF-8):        Kazachskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-kk
-Obsoletes:     mozilla-firefox-lang-kk
+Obsoletes:     iceweasel-lang-kk < 45
+Obsoletes:     mozilla-firefox-lang-kk < 38
 BuildArch:     noarch
 
 %description lang-kk
@@ -1318,8 +1369,8 @@ Summary(pl.UTF-8):        Khmerskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-km
-Obsoletes:     mozilla-firefox-lang-km
+Obsoletes:     iceweasel-lang-km < 45
+Obsoletes:     mozilla-firefox-lang-km < 38
 BuildArch:     noarch
 
 %description lang-km
@@ -1334,8 +1385,8 @@ Summary(pl.UTF-8):        Pliki językowe kannada dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-kn
-Obsoletes:     mozilla-firefox-lang-kn
+Obsoletes:     iceweasel-lang-kn < 45
+Obsoletes:     mozilla-firefox-lang-kn < 38
 BuildArch:     noarch
 
 %description lang-kn
@@ -1350,8 +1401,8 @@ Summary(pl.UTF-8):        Koreańskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ko
-Obsoletes:     mozilla-firefox-lang-ko
+Obsoletes:     iceweasel-lang-ko < 45
+Obsoletes:     mozilla-firefox-lang-ko < 38
 BuildArch:     noarch
 
 %description lang-ko
@@ -1366,8 +1417,8 @@ Summary(pl.UTF-8):        Kurdyjskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ku
-Obsoletes:     mozilla-firefox-lang-ku
+Obsoletes:     iceweasel-lang-ku < 45
+Obsoletes:     mozilla-firefox-lang-ku < 38
 BuildArch:     noarch
 
 %description lang-ku
@@ -1382,8 +1433,8 @@ Summary(pl.UTF-8):        Liguryjskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-lij
-Obsoletes:     mozilla-firefox-lang-lij
+Obsoletes:     iceweasel-lang-lij < 45
+Obsoletes:     mozilla-firefox-lang-lij < 38
 BuildArch:     noarch
 
 %description lang-lij
@@ -1398,8 +1449,8 @@ Summary(pl.UTF-8):        Litewskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-lt
-Obsoletes:     mozilla-firefox-lang-lt
+Obsoletes:     iceweasel-lang-lt < 45
+Obsoletes:     mozilla-firefox-lang-lt < 38
 BuildArch:     noarch
 
 %description lang-lt
@@ -1414,8 +1465,8 @@ Summary(pl.UTF-8):        Łotewskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-lv
-Obsoletes:     mozilla-firefox-lang-lv
+Obsoletes:     iceweasel-lang-lv < 45
+Obsoletes:     mozilla-firefox-lang-lv < 38
 BuildArch:     noarch
 
 %description lang-lv
@@ -1424,30 +1475,14 @@ Latvian resources for Firefox.
 %description lang-lv -l pl.UTF-8
 Łotewskie pliki językowe dla Firefoksa.
 
-%package lang-mai
-Summary:       Maithili resources for Firefox
-Summary(pl.UTF-8):     Pliki językowe maithili dla Firefoksa
-Group:         I18n
-Requires:      firefox >= %{version}
-Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-mai
-Obsoletes:     mozilla-firefox-lang-mai
-BuildArch:     noarch
-
-%description lang-mai
-Maithili resources for Firefox.
-
-%description lang-mai -l pl.UTF-8
-Pliki językowe maithili dla Firefoksa.
-
 %package lang-mk
 Summary:       Macedonian resources for Firefox
 Summary(pl.UTF-8):     Macedońskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-mk
-Obsoletes:     mozilla-firefox-lang-mk
+Obsoletes:     iceweasel-lang-mk < 45
+Obsoletes:     mozilla-firefox-lang-mk < 38
 BuildArch:     noarch
 
 %description lang-mk
@@ -1456,30 +1491,14 @@ Macedonian resources for Firefox.
 %description lang-mk -l pl.UTF-8
 Macedońskie pliki językowe dla Firefoksa.
 
-%package lang-ml
-Summary:       Malayalam resources for Firefox
-Summary(pl.UTF-8):     Pliki językowe malajalam dla Firefoksa
-Group:         I18n
-Requires:      firefox >= %{version}
-Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ml
-Obsoletes:     mozilla-firefox-lang-ml
-BuildArch:     noarch
-
-%description lang-ml
-Malayalam resources for Firefox.
-
-%description lang-ml -l pl.UTF-8
-Pliki językowe malajalam dla Firefoksa.
-
 %package lang-mr
 Summary:       Marathi resources for Firefox
 Summary(pl.UTF-8):     Pliki językowe marathi dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-mr
-Obsoletes:     mozilla-firefox-lang-mr
+Obsoletes:     iceweasel-lang-mr < 45
+Obsoletes:     mozilla-firefox-lang-mr < 38
 BuildArch:     noarch
 
 %description lang-mr
@@ -1494,8 +1513,8 @@ Summary(pl.UTF-8):        Malajskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ms
-Obsoletes:     mozilla-firefox-lang-ms
+Obsoletes:     iceweasel-lang-ms < 45
+Obsoletes:     mozilla-firefox-lang-ms < 38
 BuildArch:     noarch
 
 %description lang-ms
@@ -1524,8 +1543,8 @@ Summary(pl.UTF-8):        Norweskie (bokmaal) pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-nb
-Obsoletes:     mozilla-firefox-lang-nb
+Obsoletes:     iceweasel-lang-nb < 45
+Obsoletes:     mozilla-firefox-lang-nb < 38
 BuildArch:     noarch
 
 %description lang-nb
@@ -1534,14 +1553,28 @@ Norwegian Bokmaal resources for Firefox.
 %description lang-nb -l pl.UTF-8
 Norweskie (bokmaal) pliki językowe dla Firefoksa.
 
+%package lang-ne
+Summary:       Nepali resources for Firefox
+Summary(pl.UTF-8):     Nepalskie pliki językowe dla Firefoksa
+Group:         I18n
+Requires:      %{name} >= %{version}
+Provides:      %{name}-lang-resources = %{version}
+BuildArch:     noarch
+
+%description lang-ne
+Nepali resources for Firefox.
+
+%description lang-ne -l pl.UTF-8
+Nepalskie pliki językowe dla Firefoksa.
+
 %package lang-nl
 Summary:       Dutch resources for Firefox
 Summary(pl.UTF-8):     Holenderskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-nl
-Obsoletes:     mozilla-firefox-lang-nl
+Obsoletes:     iceweasel-lang-nl < 45
+Obsoletes:     mozilla-firefox-lang-nl < 38
 BuildArch:     noarch
 
 %description lang-nl
@@ -1556,8 +1589,8 @@ Summary(pl.UTF-8):        Norweskie (nynorsk) pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-nn
-Obsoletes:     mozilla-firefox-lang-nn
+Obsoletes:     iceweasel-lang-nn < 45
+Obsoletes:     mozilla-firefox-lang-nn < 38
 BuildArch:     noarch
 
 %description lang-nn
@@ -1566,21 +1599,19 @@ Norwegian Nynorsk resources for Firefox.
 %description lang-nn -l pl.UTF-8
 Norweskie (nynorsk) pliki językowe dla Firefoksa.
 
-%package lang-or
-Summary:       Oriya resources for Firefox
-Summary(pl.UTF-8):     Pliki językowe orija dla Firefoksa
+%package lang-oc
+Summary:       Occitan resources for Firefox
+Summary(pl.UTF-8):     Oksytańskie pliki językowe dla Firefoksa
 Group:         I18n
-Requires:      firefox >= %{version}
-Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-or
-Obsoletes:     mozilla-firefox-lang-or
+Requires:      %{name} >= %{version}
+Provides:      %{name}-lang-resources = %{version}
 BuildArch:     noarch
 
-%description lang-or
-Oriya resources for Firefox.
+%description lang-oc
+Occitan resources for Firefox.
 
-%description lang-or -l pl.UTF-8
-Pliki językowe orija dla Firefoksa.
+%description lang-oc -l pl.UTF-8
+Oksytańskie pliki językowe dla Firefoksa.
 
 %package lang-pa
 Summary:       Panjabi resources for Firefox
@@ -1588,8 +1619,8 @@ Summary(pl.UTF-8):        Pendżabskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-pa
-Obsoletes:     mozilla-firefox-lang-pa
+Obsoletes:     iceweasel-lang-pa < 45
+Obsoletes:     mozilla-firefox-lang-pa < 38
 BuildArch:     noarch
 
 %description lang-pa
@@ -1605,8 +1636,8 @@ Group:            I18n
 URL:           http://www.firefox.pl/
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-pl
-Obsoletes:     mozilla-firefox-lang-pl
+Obsoletes:     iceweasel-lang-pl < 45
+Obsoletes:     mozilla-firefox-lang-pl < 38
 BuildArch:     noarch
 
 %description lang-pl
@@ -1621,8 +1652,8 @@ Summary(pl.UTF-8):        Portugalskie (brazylijskie) pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-pt_BR
-Obsoletes:     mozilla-firefox-lang-pt_BR
+Obsoletes:     iceweasel-lang-pt_BR < 45
+Obsoletes:     mozilla-firefox-lang-pt_BR < 38
 BuildArch:     noarch
 
 %description lang-pt_BR
@@ -1637,8 +1668,8 @@ Summary(pl.UTF-8):        Portugalskie pliki językowe dla Firefoksa (wersja dla Portug
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-pt
-Obsoletes:     mozilla-firefox-lang-pt
+Obsoletes:     iceweasel-lang-pt < 45
+Obsoletes:     mozilla-firefox-lang-pt < 38
 BuildArch:     noarch
 
 %description lang-pt
@@ -1653,8 +1684,8 @@ Summary(pl.UTF-8):        Retoromańskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-rm
-Obsoletes:     mozilla-firefox-lang-rm
+Obsoletes:     iceweasel-lang-rm < 45
+Obsoletes:     mozilla-firefox-lang-rm < 38
 BuildArch:     noarch
 
 %description lang-rm
@@ -1669,8 +1700,8 @@ Summary(pl.UTF-8):        Rumuńskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ro
-Obsoletes:     mozilla-firefox-lang-ro
+Obsoletes:     iceweasel-lang-ro < 45
+Obsoletes:     mozilla-firefox-lang-ro < 38
 BuildArch:     noarch
 
 %description lang-ro
@@ -1685,8 +1716,8 @@ Summary(pl.UTF-8):        Rosyjskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ru
-Obsoletes:     mozilla-firefox-lang-ru
+Obsoletes:     iceweasel-lang-ru < 45
+Obsoletes:     mozilla-firefox-lang-ru < 38
 BuildArch:     noarch
 
 %description lang-ru
@@ -1695,14 +1726,28 @@ Russian resources for Firefox.
 %description lang-ru -l pl.UTF-8
 Rosyjskie pliki językowe dla Firefoksa.
 
+%package lang-sco
+Summary:       Scots resources for Firefox
+Summary(pl.UTF-8):     Pliki językowe scots dla Firefoksa
+Group:         I18n
+Requires:      firefox >= %{version}
+Provides:      firefox-lang-resources = %{version}
+BuildArch:     noarch
+
+%description lang-sco
+Scots resources for Firefox.
+
+%description lang-sco -l pl.UTF-8
+Pliki językowe scots dla Firefoksa.
+
 %package lang-si
 Summary:       Sinhala resources for Firefox
 Summary(pl.UTF-8):     Syngaleskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-si
-Obsoletes:     mozilla-firefox-lang-si
+Obsoletes:     iceweasel-lang-si < 45
+Obsoletes:     mozilla-firefox-lang-si < 38
 BuildArch:     noarch
 
 %description lang-si
@@ -1717,8 +1762,8 @@ Summary(pl.UTF-8):        Słowackie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-sk
-Obsoletes:     mozilla-firefox-lang-sk
+Obsoletes:     iceweasel-lang-sk < 45
+Obsoletes:     mozilla-firefox-lang-sk < 38
 BuildArch:     noarch
 
 %description lang-sk
@@ -1733,8 +1778,8 @@ Summary(pl.UTF-8):        Słoweńskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-sl
-Obsoletes:     mozilla-firefox-lang-sl
+Obsoletes:     iceweasel-lang-sl < 45
+Obsoletes:     mozilla-firefox-lang-sl < 38
 BuildArch:     noarch
 
 %description lang-sl
@@ -1749,8 +1794,8 @@ Summary(pl.UTF-8):        Songhajskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-son
-Obsoletes:     mozilla-firefox-lang-son
+Obsoletes:     iceweasel-lang-son < 45
+Obsoletes:     mozilla-firefox-lang-son < 38
 BuildArch:     noarch
 
 %description lang-son
@@ -1765,8 +1810,8 @@ Summary(pl.UTF-8):        Albańskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-sq
-Obsoletes:     mozilla-firefox-lang-sq
+Obsoletes:     iceweasel-lang-sq < 45
+Obsoletes:     mozilla-firefox-lang-sq < 38
 BuildArch:     noarch
 
 %description lang-sq
@@ -1781,8 +1826,8 @@ Summary(pl.UTF-8):        Serbskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-sr
-Obsoletes:     mozilla-firefox-lang-sr
+Obsoletes:     iceweasel-lang-sr < 45
+Obsoletes:     mozilla-firefox-lang-sr < 38
 BuildArch:     noarch
 
 %description lang-sr
@@ -1797,8 +1842,8 @@ Summary(pl.UTF-8):        Szwedzkie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-sv
-Obsoletes:     mozilla-firefox-lang-sv
+Obsoletes:     iceweasel-lang-sv < 45
+Obsoletes:     mozilla-firefox-lang-sv < 38
 BuildArch:     noarch
 
 %description lang-sv
@@ -1807,14 +1852,28 @@ Swedish resources for Firefox.
 %description lang-sv -l pl.UTF-8
 Szwedzkie pliki językowe dla Firefoksa.
 
+%package lang-szl
+Summary:       Silesian resources for Firefox
+Summary(pl.UTF-8):     Śląskie pliki językowe dla Firefoksa
+Group:         I18n
+Requires:      firefox >= %{version}
+Provides:      firefox-lang-resources = %{version}
+BuildArch:     noarch
+
+%description lang-szl
+Silesian resources for Firefox.
+
+%description lang-szl -l pl.UTF-8
+Śląskie pliki językowe dla Firefoksa.
+
 %package lang-ta
 Summary:       Tamil (India) resources for Firefox
 Summary(pl.UTF-8):     Tamilskie pliki językowe dla Firefoksa (wersja dla Indii)
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-ta
-Obsoletes:     mozilla-firefox-lang-ta
+Obsoletes:     iceweasel-lang-ta < 45
+Obsoletes:     mozilla-firefox-lang-ta < 38
 BuildArch:     noarch
 
 %description lang-ta
@@ -1829,8 +1888,8 @@ Summary(pl.UTF-8):        Pliki językowe telugu dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-te
-Obsoletes:     mozilla-firefox-lang-te
+Obsoletes:     iceweasel-lang-te < 45
+Obsoletes:     mozilla-firefox-lang-te < 38
 BuildArch:     noarch
 
 %description lang-te
@@ -1845,8 +1904,8 @@ Summary(pl.UTF-8):        Tajskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-th
-Obsoletes:     mozilla-firefox-lang-th
+Obsoletes:     iceweasel-lang-th < 45
+Obsoletes:     mozilla-firefox-lang-th < 38
 BuildArch:     noarch
 
 %description lang-th
@@ -1855,14 +1914,28 @@ Thai resources for Firefox.
 %description lang-th -l pl.UTF-8
 Tajskie pliki językowe dla Firefoksa.
 
+%package lang-tl
+Summary:       Tagalog resources for Firefox
+Summary(pl.UTF-8):     Tagalskie pliki językowe dla Firefoksa
+Group:         I18n
+Requires:      firefox >= %{version}
+Provides:      firefox-lang-resources = %{version}
+BuildArch:     noarch
+
+%description lang-tl
+Tagalog resources for Firefox.
+
+%description lang-tl -l pl.UTF-8
+Tagalskie pliki językowe dla Firefoksa.
+
 %package lang-tr
 Summary:       Turkish resources for Firefox
 Summary(pl.UTF-8):     Tureckie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-tr
-Obsoletes:     mozilla-firefox-lang-tr
+Obsoletes:     iceweasel-lang-tr < 45
+Obsoletes:     mozilla-firefox-lang-tr < 38
 BuildArch:     noarch
 
 %description lang-tr
@@ -1871,14 +1944,28 @@ Turkish resources for Firefox.
 %description lang-tr -l pl.UTF-8
 Tureckie pliki językowe dla Firefoksa.
 
+%package lang-trs
+Summary:       Triqui (Oaxaca) resources for Firefox
+Summary(pl.UTF-8):     Pliki językowe trike czikauastlańskiego dla Firefoksa
+Group:         I18n
+Requires:      firefox >= %{version}
+Provides:      firefox-lang-resources = %{version}
+BuildArch:     noarch
+
+%description lang-trs
+Triqui (Oaxaca) resources for Firefox.
+
+%description lang-trs -l pl.UTF-8
+Pliki językowe trike czikauastlańskiego dla Firefoksa.
+
 %package lang-uk
 Summary:       Ukrainian resources for Firefox
 Summary(pl.UTF-8):     Ukraińskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-uk
-Obsoletes:     mozilla-firefox-lang-uk
+Obsoletes:     iceweasel-lang-uk < 45
+Obsoletes:     mozilla-firefox-lang-uk < 38
 BuildArch:     noarch
 
 %description lang-uk
@@ -1907,8 +1994,8 @@ Summary(pl.UTF-8):        Uzbeckie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-uz
-Obsoletes:     mozilla-firefox-lang-uz
+Obsoletes:     iceweasel-lang-uz < 45
+Obsoletes:     mozilla-firefox-lang-uz < 38
 BuildArch:     noarch
 
 %description lang-uz
@@ -1923,8 +2010,8 @@ Summary(pl.UTF-8):        Wietnamskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-vi
-Obsoletes:     mozilla-firefox-lang-vi
+Obsoletes:     iceweasel-lang-vi < 45
+Obsoletes:     mozilla-firefox-lang-vi < 38
 BuildArch:     noarch
 
 %description lang-vi
@@ -1939,8 +2026,8 @@ Summary(pl.UTF-8):        Pliki językowe xhosa dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-xh
-Obsoletes:     mozilla-firefox-lang-xh
+Obsoletes:     iceweasel-lang-xh < 45
+Obsoletes:     mozilla-firefox-lang-xh < 38
 BuildArch:     noarch
 
 %description lang-xh
@@ -1955,8 +2042,8 @@ Summary(pl.UTF-8):        Chińskie (uproszczone) pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-zh_CN
-Obsoletes:     mozilla-firefox-lang-zh_CN
+Obsoletes:     iceweasel-lang-zh_CN < 45
+Obsoletes:     mozilla-firefox-lang-zh_CN < 38
 BuildArch:     noarch
 
 %description lang-zh_CN
@@ -1971,8 +2058,8 @@ Summary(pl.UTF-8):        Chińskie tradycyjne pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-zh_TW
-Obsoletes:     mozilla-firefox-lang-zh_TW
+Obsoletes:     iceweasel-lang-zh_TW < 45
+Obsoletes:     mozilla-firefox-lang-zh_TW < 38
 BuildArch:     noarch
 
 %description lang-zh_TW
@@ -1987,8 +2074,8 @@ Summary(pl.UTF-8):        Zuluskie pliki językowe dla Firefoksa
 Group:         I18n
 Requires:      firefox >= %{version}
 Provides:      firefox-lang-resources = %{version}
-Obsoletes:     iceweasel-lang-zu
-Obsoletes:     mozilla-firefox-lang-zu
+Obsoletes:     iceweasel-lang-zu < 45
+Obsoletes:     mozilla-firefox-lang-zu < 38
 BuildArch:     noarch
 
 %description lang-zu
@@ -1997,30 +2084,40 @@ Zulu resources for Firefox.
 %description lang-zu -l pl.UTF-8
 Zuluskie pliki językowe dla Firefoksa.
 
+%package geckodriver
+Summary:       WebDriver for Firefox
+Summary(pl.UTF-8):     WebDriver dla Firefoksa
+Group:         Applications
+Requires:      firefox >= %{version}
+
+%description geckodriver
+WebDriver is an open source tool for automated testing of webapps
+across many browsers. It provides capabilities for navigating to web
+pages, user input, JavaScript execution, and more.
+
+%description geckodriver -l pl.UTF-8
+WebDriver to mające otwarte źródła narzędzia do automatycznego
+testowania aplikacji WWW w różnych przeglądarkach. Jego możliwości to
+m.in. nawigowanie po stronach WWW, wejście od użytkownika, wykonywanie
+JavaScriptu.
+
 %prep
 unpack() {
        local args="$1" file="$2"
        cp -p $file .
 }
 %define __unzip unpack
-%setup -q %(seq -f '-a %g' 100 193 | xargs)
-
-# avoid using included headers (-I. is before HUNSPELL_CFLAGS)
-%{__rm} extensions/spellcheck/hunspell/src/{*.hxx,hunspell.h}
-# hunspell needed for factory including mozHunspell.h
-echo 'LOCAL_INCLUDES += $(MOZ_HUNSPELL_CFLAGS)' >> extensions/spellcheck/src/Makefile.in
+%setup -q %(seq -f '-a %g' 100 197 | xargs)
 
-%patch0 -p2
-%patch2 -p2
 %patch4 -p1
 %patch5 -p1
 %patch6 -p2
 %patch7 -p1
-%patch8 -p2
+%patch8 -p1
 %patch9 -p1
-%patch10 -p2
-
-%{__sed} -i -e '1s,/usr/bin/env python,%{__python},' xpcom/typelib/xpt/tools/xpt.py xpcom/idl-parser/xpidl/xpidl.py
+%{?with_system_cairo:%patch10 -p1}
+%patch11 -p1
+%patch12 -p1
 
 %if %{with pgo}
 %{__sed} -i -e 's@__BROWSER_PATH__@"../../dist/bin/firefox-bin"@' build/automation.py.in
@@ -2035,12 +2132,31 @@ cat << 'EOF' > .mozconfig
 %if %{with clang}
 export CC="clang"
 export CXX="clang++"
+export LLVM_PROFDATA="llvm-profdata"
+export AR="llvm-ar"
+export NM="llvm-nm"
+export RANLIB="llvm-ranlib"
 %else
 export CC="%{__cc}"
 export CXX="%{__cxx}"
 %endif
+%ifarch %{ix86}
+export CFLAGS="%{rpmcflags} %{!?with_system_libvpx:-mmmx} -D_FILE_OFFSET_BITS=64"
+export CXXFLAGS="%{rpmcxxflags} -mmmx -D_FILE_OFFSET_BITS=64"
+%else
 export CFLAGS="%{rpmcflags} -D_FILE_OFFSET_BITS=64"
 export CXXFLAGS="%{rpmcxxflags} -D_FILE_OFFSET_BITS=64"
+%endif
+
+%if %{with lowmem}
+export CFLAGS="$CFLAGS -g0"
+export CXXFLAGS="$CXXFLAGS -g0"
+export MOZ_DEBUG_FLAGS=" "
+export LLVM_USE_SPLIT_DWARF=1
+export LLVM_PARALLEL_LINK_JOBS=1
+export MOZ_LINK_FLAGS="-Wl,--no-keep-memory -Wl,--reduce-memory-overheads"
+export RUSTFLAGS="-Cdebuginfo=0"
+%endif
 
 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-%{_target_cpu}
 
@@ -2055,7 +2171,6 @@ ac_add_options --enable-debugger-info-modules
 ac_add_options --enable-crash-on-assert
 %else
 ac_add_options --disable-debug
-ac_add_options --enable-optimize="%{rpmcflags}%{?with_pgo: -Os}"
 %endif
 ac_add_options --disable-strip
 ac_add_options --disable-install-strip
@@ -2070,53 +2185,69 @@ ac_add_options --disable-tests
 %endif
 %endif
 ac_add_options --disable-crashreporter
-ac_add_options --disable-gconf
 ac_add_options --disable-necko-wifi
 ac_add_options --disable-updater
 ac_add_options --enable-alsa
 ac_add_options --enable-chrome-format=omni
-ac_add_options --enable-default-toolkit=%{?with_gtk3:cairo-gtk3}%{!?with_gtk3:cairo-gtk2}
+ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
 ac_add_options --enable-extensions=default
-ac_add_options --enable-readline
+%{?with_geckodriver:ac_add_options --enable-geckodriver}
+%{?with_gold:ac_add_options --enable-linker=gold}
+%ifarch %{ix86} %{x8664} %{arm}
+ac_add_options --disable-elf-hack
+%endif
+%if %{with gps}
+ac_add_options --enable-gpsd
+%endif
+%if %{with lto}
+ac_add_options --enable-lto=cross
+%endif
+%{?with_clang:ac_add_options --enable-linker=lld}
+%{?with_rust_simd:ac_add_options --enable-rust-simd}
 %{?with_shared_js:ac_add_options --enable-shared-js}
-ac_add_options --enable-startup-notification
-ac_add_options --enable-system-cairo
+%{?with_system_cairo:ac_add_options --enable-system-cairo}
 ac_add_options --enable-system-ffi
-ac_add_options --enable-system-hunspell
-ac_add_options --enable-system-sqlite
 %{?with_official:ac_add_options --enable-official-branding}
-ac_add_options --with-default-mozilla-five-home=%{_libdir}/%{name}
 ac_add_options --with-distribution-id=org.pld-linux
-ac_add_options --with-pthreads
-ac_add_options --with-system-bz2
 ac_add_options --with%{!?with_system_icu:out}-system-icu
 ac_add_options --with-system-jpeg
 ac_add_options --with-system-libevent
-ac_add_options --with-system-libvpx
+ac_add_options --with%{!?with_system_libvpx:out}-system-libvpx
 ac_add_options --with-system-nspr
 ac_add_options --with-system-nss
+ac_add_options --with-system-pixman
 ac_add_options --with-system-png
+ac_add_options --with-system-webp
 ac_add_options --with-system-zlib
-ac_add_options --with-x
-# Workaround for mozbz#1341234
-ac_add_options BINDGEN_CFLAGS="$(pkg-config nspr pixman-1 --cflags)"
+ac_add_options --without-wasm-sandboxed-libraries
 EOF
 
+%if ! %{with clang}
+# On x86_64 architectures, Mozilla can build up to 4 jobs at once in parallel,
+# however builds tend to fail on other arches when building in parallel.
+MOZ_PARALLEL_BUILD=1
+%ifarch %{x8664}
+jobs="%{__jobs}"
+[ -n "$jobs" -a "$jobs" -gt 4 ] && MOZ_PARALLEL_BUILD=4 || MOZ_PARALLEL_BUILD="$jobs"
+%endif
+export MOZ_PARALLEL_BUILD
+%else
+%{?__jobs:export MOZ_PARALLEL_BUILD="%__jobs"}
+%endif
+
+export MOZ_SERVICES_SYNC="1"
+export MOZBUILD_STATE_PATH="$(pwd)/.mozbuild"
+export MACH_SYSTEM_ASSERTED_COMPATIBLE_WITH_MACH_SITE=1
 %if %{with pgo}
 D=$(( RANDOM % (200 - 100 + 1 ) + 5 ))
 /usr/bin/Xvfb :${D} &
 XVFB_PID=$!
 [ -n "$XVFB_PID" ] || exit 1
 export DISPLAY=:${D}
-%{__make} -j1 -f client.mk profiledbuild \
-       AUTOCONF=/usr/bin/autoconf2_13 \
-       DESTDIR=obj-%{_target_cpu}/dist \
-       MOZ_MAKE_FLAGS="%{_smp_mflags}"
+MOZ_PGO=1 AUTOCONF=/usr/bin/autoconf2_13 MACH_USE_SYSTEM_PYTHON=1 ./mach build
 kill $XVFB_PID
 %else
-%{__make} -j1 -f client.mk build \
-       AUTOCONF=/usr/bin/autoconf2_13 \
-       MOZ_MAKE_FLAGS="%{_smp_mflags}"
+AUTOCONF=/usr/bin/autoconf2_13 MACH_USE_SYSTEM_PYTHON=1 ./mach build
 %endif
 
 %install
@@ -2138,21 +2269,17 @@ OBJDIR=obj-%{_target_cpu}
        PKG_SKIP_STRIP=1
 
 cp -aL ${OBJDIR}/dist/firefox/* $RPM_BUILD_ROOT%{_libdir}/%{name}/
+%{?with_geckodriver:cp -aL ${OBJDIR}/dist/bin/geckodriver $RPM_BUILD_ROOT%{_bindir}/}
 
 # move arch independant ones to datadir
 %{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/chrome $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/chrome
-%{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/extensions $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/extensions
-%{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/icons $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/icons
+install -d $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/extensions
 %{__mv} $RPM_BUILD_ROOT%{_libdir}/%{name}/defaults $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults
 %{__mv} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/{pref,preferences}
 
 ln -s ../../../share/%{name}/browser/chrome $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/chrome
 ln -s ../../../share/%{name}/browser/defaults $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/defaults
 ln -s ../../../share/%{name}/browser/extensions $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/extensions
-ln -s ../../../share/%{name}/browser/icons $RPM_BUILD_ROOT%{_libdir}/%{name}/browser/icons
-
-%{__rm} -r $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
-ln -s %{_datadir}/myspell $RPM_BUILD_ROOT%{_libdir}/%{name}/dictionaries
 
 sed 's,@LIBDIR@,%{_libdir},' %{SOURCE4} > $RPM_BUILD_ROOT%{_bindir}/firefox
 chmod 755 $RPM_BUILD_ROOT%{_bindir}/firefox
@@ -2173,23 +2300,6 @@ cp -a %{SOURCE6} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/preferences
 cp -a %{SOURCE5} $RPM_BUILD_ROOT%{_datadir}/%{name}/browser/defaults/preferences/vendor.js
 %endif
 
-cat << 'EOF' > $RPM_BUILD_ROOT%{_sbindir}/%{name}-chrome+xpcom-generate
-#!/bin/sh
-umask 022
-rm -f %{_libdir}/%{name}/browser/components/{compreg,xpti}.dat
-
-# it attempts to touch files in $HOME/.mozilla
-# beware if you run this with sudo!!!
-export HOME=$(mktemp -d)
-# also TMPDIR could be pointing to sudo user's homedir
-unset TMPDIR TMP || :
-
-%{_libdir}/%{name}/firefox -register
-
-rm -rf $HOME
-EOF
-chmod 755 $RPM_BUILD_ROOT%{_sbindir}/%{name}-chrome+xpcom-generate
-
 # GeckoMediaPlugin API headers
 install -d $RPM_BUILD_ROOT%{_includedir}
 cp -pr dom/media/gmp/gmp-api $RPM_BUILD_ROOT%{_includedir}
@@ -2203,7 +2313,6 @@ done
 rm -rf $RPM_BUILD_ROOT
 
 %post
-%{_sbindir}/%{name}-chrome+xpcom-generate
 %update_browser_plugins
 %update_icon_cache hicolor
 %update_desktop_database
@@ -2217,7 +2326,6 @@ fi
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/%{name}
-%attr(755,root,root) %{_sbindir}/%{name}-chrome+xpcom-generate
 
 %{_desktopdir}/firefox.desktop
 %{_iconsdir}/hicolor/*/apps/firefox.png
@@ -2235,48 +2343,35 @@ fi
 %dir %{_datadir}/%{name}/browser/extensions
 %{_datadir}/%{name}/browser/chrome
 %{_datadir}/%{name}/browser/defaults
-%{_datadir}/%{name}/browser/icons
 
 # symlinks
 %{_libdir}/%{name}/browser/extensions
 %{_libdir}/%{name}/browser/chrome
-%{_libdir}/%{name}/browser/icons
 %{_libdir}/%{name}/browser/defaults
 
 %attr(755,root,root) %{_libdir}/%{name}/firefox
 %attr(755,root,root) %{_libdir}/%{name}/firefox-bin
 %attr(755,root,root) %{_libdir}/%{name}/pingsender
-%attr(755,root,root) %{_libdir}/%{name}/run-mozilla.sh
 %{_libdir}/%{name}/application.ini
-%{_libdir}/%{name}/chrome.manifest
-%{_libdir}/%{name}/browser/blocklist.xml
-%{_libdir}/%{name}/browser/chrome.manifest
-# the signature of the default theme
-%{_datadir}/%{name}/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}.xpi
 %{_libdir}/%{name}/browser/omni.ja
 
-%{_libdir}/%{name}/browser/features/activity-stream@mozilla.org.xpi
-%{_libdir}/%{name}/browser/features/aushelper@mozilla.org.xpi
-%{_libdir}/%{name}/browser/features/e10srollout@mozilla.org.xpi
-%{_libdir}/%{name}/browser/features/firefox@getpocket.com.xpi
-%{_libdir}/%{name}/browser/features/followonsearch@mozilla.com.xpi
+%{_libdir}/%{name}/browser/features/doh-rollout@mozilla.org.xpi
 %{_libdir}/%{name}/browser/features/formautofill@mozilla.org.xpi
-%{_libdir}/%{name}/browser/features/onboarding@mozilla.org.xpi
+%{_libdir}/%{name}/browser/features/pictureinpicture@mozilla.org.xpi
+%{_libdir}/%{name}/browser/features/proxy-failover@mozilla.com.xpi
 %{_libdir}/%{name}/browser/features/screenshots@mozilla.org.xpi
-%{_libdir}/%{name}/browser/features/shield-recipe-client@mozilla.org.xpi
 %{_libdir}/%{name}/browser/features/webcompat@mozilla.org.xpi
+%{_libdir}/%{name}/browser/features/webcompat-reporter@mozilla.org.xpi
 
 %attr(755,root,root) %{_libdir}/%{name}/plugin-container
-%{_libdir}/%{name}/dictionaries
 
 %dir %{_libdir}/%{name}/fonts
-%{_libdir}/%{name}/fonts/EmojiOneMozilla.ttf
+%{_libdir}/%{name}/fonts/TwemojiMozilla.ttf
 
 %dir %{_libdir}/%{name}/gmp-clearkey
 %dir %{_libdir}/%{name}/gmp-clearkey/0.1
 %{_libdir}/%{name}/gmp-clearkey/0.1/manifest.json
 %attr(755,root,root) %{_libdir}/%{name}/gmp-clearkey/0.1/libclearkey.so
-%{!?with_system_icu:%{_libdir}/%{name}/icudt58l.dat}
 
 %dir %{_libdir}/%{name}
 %{_libdir}/%{name}/platform.ini
@@ -2285,14 +2380,14 @@ fi
 %attr(755,root,root) %{_libdir}/%{name}/libxul.so
 %attr(755,root,root) %{_libdir}/%{name}/libmozavcodec.so
 %attr(755,root,root) %{_libdir}/%{name}/libmozavutil.so
+%ifarch %{ix86} %{x8664} %{arm} aarch64
 %attr(755,root,root) %{_libdir}/%{name}/libmozsandbox.so
+%endif
+%attr(755,root,root) %{_libdir}/%{name}/libmozsqlite3.so
+%attr(755,root,root) %{_libdir}/%{name}/libmozwayland.so
 %{_libdir}/%{name}/dependentlibs.list
 %{_libdir}/%{name}/omni.ja
-%if %{with gtk3}
-%dir %{_libdir}/%{name}/gtk2
-%attr(755,root,root) %{_libdir}/%{name}/gtk2/libmozgtk.so
 %attr(755,root,root) %{_libdir}/%{name}/libmozgtk.so
-%endif
 
 %files -n gmp-api
 %defattr(644,root,root,755)
@@ -2314,10 +2409,6 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ar@firefox.mozilla.org.xpi
 
-%files lang-as
-%defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-as@firefox.mozilla.org.xpi
-
 %files lang-ast
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ast@firefox.mozilla.org.xpi
@@ -2326,17 +2417,17 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-az@firefox.mozilla.org.xpi
 
+%files lang-be
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/browser/extensions/langpack-be@firefox.mozilla.org.xpi
+
 %files lang-bg
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-bg@firefox.mozilla.org.xpi
 
 %files lang-bn
 %defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-bn-BD@firefox.mozilla.org.xpi
-
-%files lang-bn_IN
-%defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-bn-IN@firefox.mozilla.org.xpi
+%{_datadir}/%{name}/browser/extensions/langpack-bn@firefox.mozilla.org.xpi
 
 %files lang-br
 %defattr(644,root,root,755)
@@ -2350,6 +2441,10 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ca@firefox.mozilla.org.xpi
 
+%files lang-ca-valencia
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/browser/extensions/langpack-ca-valencia@firefox.mozilla.org.xpi
+
 %files lang-cak
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-cak@firefox.mozilla.org.xpi
@@ -2382,6 +2477,10 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-el@firefox.mozilla.org.xpi
 
+%files lang-en_CA
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/browser/extensions/langpack-en-CA@firefox.mozilla.org.xpi
+
 %files lang-en_GB
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi
@@ -2390,10 +2489,6 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi
 
-%files lang-en_ZA
-%defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi
-
 %files lang-eo
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-eo@firefox.mozilla.org.xpi
@@ -2486,6 +2581,10 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-hy-AM@firefox.mozilla.org.xpi
 
+%files lang-ia
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/browser/extensions/langpack-ia@firefox.mozilla.org.xpi
+
 %files lang-id
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-id@firefox.mozilla.org.xpi
@@ -2542,18 +2641,10 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-lv@firefox.mozilla.org.xpi
 
-%files lang-mai
-%defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-mai@firefox.mozilla.org.xpi
-
 %files lang-mk
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-mk@firefox.mozilla.org.xpi
 
-%files lang-ml
-%defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-ml@firefox.mozilla.org.xpi
-
 %files lang-mr
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-mr@firefox.mozilla.org.xpi
@@ -2570,6 +2661,10 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-nb-NO@firefox.mozilla.org.xpi
 
+%files lang-ne
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/browser/extensions/langpack-ne-NP@firefox.mozilla.org.xpi
+
 %files lang-nl
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-nl@firefox.mozilla.org.xpi
@@ -2578,9 +2673,9 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-nn-NO@firefox.mozilla.org.xpi
 
-%files lang-or
+%files lang-oc
 %defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-or@firefox.mozilla.org.xpi
+%{_datadir}/%{name}/browser/extensions/langpack-oc@firefox.mozilla.org.xpi
 
 %files lang-pa
 %defattr(644,root,root,755)
@@ -2610,6 +2705,10 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ru@firefox.mozilla.org.xpi
 
+%files lang-sco
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/browser/extensions/langpack-sco@firefox.mozilla.org.xpi
+
 %files lang-si
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-si@firefox.mozilla.org.xpi
@@ -2638,6 +2737,10 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi
 
+%files lang-szl
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/browser/extensions/langpack-szl@firefox.mozilla.org.xpi
+
 %files lang-ta
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ta@firefox.mozilla.org.xpi
@@ -2650,10 +2753,18 @@ fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-th@firefox.mozilla.org.xpi
 
+%files lang-tl
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/browser/extensions/langpack-tl@firefox.mozilla.org.xpi
+
 %files lang-tr
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-tr@firefox.mozilla.org.xpi
 
+%files lang-trs
+%defattr(644,root,root,755)
+%{_datadir}/%{name}/browser/extensions/langpack-trs@firefox.mozilla.org.xpi
+
 %files lang-uk
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-uk@firefox.mozilla.org.xpi
@@ -2685,3 +2796,9 @@ fi
 #%files lang-zu
 #%defattr(644,root,root,755)
 #%{_datadir}/%{name}/browser/extensions/langpack-zu@firefox.mozilla.org.xpi
+
+%if %{with geckodriver}
+%files geckodriver
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/geckodriver
+%endif
This page took 0.121481 seconds and 4 git commands to generate.