]> git.pld-linux.org Git - packages/firefox.git/blobdiff - firefox.spec
up to 99.0
[packages/firefox.git] / firefox.spec
index 51013410e7fa0926ebbda790180532ac32e8823f..f26555b76ed976f715d7d62e27ca43ce9f319b93 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.14
-%define                nss_ver         3.30.2
+%define                nspr_ver        4.32
+%define                nss_ver         3.76
 
 Summary:       Firefox web browser
 Summary(hu.UTF-8):     Firefox web böngésző
 Summary(pl.UTF-8):     Firefox - przeglądarka WWW
 Name:          firefox
-Version:       55.0.3
-Release:       2
+Version:       99.0
+Release:       1
 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: bc55a68fdd6770215cfa7a49fe7e3c98
+Source0:       https://releases.mozilla.org/pub/firefox/releases/%{version}/source/firefox-%{version}.source.tar.xz
+# Source0-md5: d1bae7b234b177b3e3d1c2716b41f426
 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:       986868fca8707d7e9b99826cf5f3b944
-Source101:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
-# Source101-md5:       5fa53cd0a178690b88471260e9b393c4
-Source102:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
-# Source102-md5:       57dfc57b5492a520464822fe743d558c
-Source103:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
-# Source103-md5:       522b342f2046460453f0eb655c63df89
-Source104:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/as.xpi
-# Source104-md5:       48cb8d8fac1675699be7a386290a1d0d
-Source105:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
-# Source105-md5:       007db115930491f1ff96a27b11ed2629
-Source106:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
-# Source106-md5:       1cdbdcecee014bd496eee01ce0ce16a6
-Source107:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
-# Source107-md5:       39e4418f6f6b7c28b0fc80aab7ed6d4c
-Source108:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn-BD.xpi
-# Source108-md5:       89e36fc415f7bbf923493f4bc136bd1a
-Source109:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn-IN.xpi
-# Source109-md5:       3ac8739980648b3d0d6cc4fccd27b1b4
-Source110:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
-# Source110-md5:       f8f12e8fb3f67385f7beb61b26112e43
-Source111:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
-# Source111-md5:       a0f58ca20e2b432876ed71e17b80afb6
-Source112:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
-# Source112-md5:       aa4368cef0da29a48b4cc957804ec0f1
-Source113:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
-# Source113-md5:       4a55ef2cd9d4bcc2fa34a429bc03dac4
-Source114:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
-# Source114-md5:       7b7f9f784a90fbaf55f3b943323872d9
-Source115:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
-# Source115-md5:       4f45d5779490b74b524eb90100cb151b
-Source116:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
-# Source116-md5:       fdef8d886c4ccb21b242894cdea25f06
-Source117:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
-# Source117-md5:       ce838a90d18cf1cd4b7b7fe67fe83c4f
-Source118:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
-# Source118-md5:       5707b7849f966c21ec78fb1e112b1f6f
-Source119:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/el.xpi
-# Source119-md5:       d32089aa3070c39b707dadb30facf6e2
-Source120:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-GB.xpi
-# Source120-md5:       af9a283274f094df07163fe71049d763
-Source121:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-US.xpi
-# Source121-md5:       c117a20f3577175a79cbce0ea6db04ce
-Source122:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-ZA.xpi
-# Source122-md5:       657c2941f85048e3328c3e921f1e89f2
-Source123:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eo.xpi
-# Source123-md5:       9d6e5926b2c52a45e623e911849b0031
-Source124:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-AR.xpi
-# Source124-md5:       9ad4a13e505eaf0dfc1ef2c370e09f98
-Source125:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-CL.xpi
-# Source125-md5:       bb852c4eaae5e01661854fc601a05646
-Source126:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-ES.xpi
-# Source126-md5:       d181994de7abf194963a1dc7e4fd4cb6
-Source127:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-MX.xpi
-# Source127-md5:       35d6ca836417fd82edf037a0de17cf39
-Source128:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/et.xpi
-# Source128-md5:       f31c9c25ee837df75e0fe596a90b4713
-Source129:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eu.xpi
-# Source129-md5:       fbb960b3660869c7cc3578564b821ec8
-Source130:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fa.xpi
-# Source130-md5:       821c9c97871c9d5794d819b15d0af6d2
-Source131:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ff.xpi
-# Source131-md5:       ac2f58707c8c5205e624aac11839eba6
-Source132:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fi.xpi
-# Source132-md5:       0c258ff60680c6c1c4f02b34860ad8ee
-Source133:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fr.xpi
-# Source133-md5:       8813ae541e58f3fc28b303db86d027a7
-Source134:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fy-NL.xpi
-# Source134-md5:       ab77e8549579830b33cb67fed18373a0
-Source135:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ga-IE.xpi
-# Source135-md5:       c279169f3ea1a6010100f2d3dde68cf9
-Source136:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gd.xpi
-# Source136-md5:       41b60b855d8e17dfaaf770562e27c379
-Source137:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gl.xpi
-# Source137-md5:       f84b70a67b5460fcde8302894c6a4512
-Source138:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gn.xpi
-# Source138-md5:       736893fbeef19eb68afeddb43de70173
-Source139:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gu-IN.xpi
-# Source139-md5:       f3d2bd143d640be5aa37dd4dd99d80ff
-Source140:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/he.xpi
-# Source140-md5:       08c062fffdfd2dfcf55ea0bce33a31fd
-Source141:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hi-IN.xpi
-# Source141-md5:       e07f7d83f00c3f0f1388c81d25c3c279
-Source142:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hr.xpi
-# Source142-md5:       7fad22d129772df7a3947f023b753de2
-Source143:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hsb.xpi
-# Source143-md5:       aee3a12300155b5977b04052aabebce8
-Source144:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hu.xpi
-# Source144-md5:       2693b40bd4dc012d8abdc93944fbbae9
-Source145:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hy-AM.xpi
-# Source145-md5:       06dc83a17760b3198e266342de46263c
-Source146:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/id.xpi
-# Source146-md5:       e299a8d9ca29a917f347423884f75d0f
-Source147:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/is.xpi
-# Source147-md5:       9b5cdad244ad7db31a279c0f2eb114bf
-Source148:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/it.xpi
-# Source148-md5:       e05611b60350fbf1f1a78b356dc1e24e
-Source149:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ja.xpi
-# Source149-md5:       c0ac826b2aac68844987c86f56513c74
-Source150:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ka.xpi
-# Source150-md5:       f286804ff9fb94d5acf830a3868b1ede
-Source151:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kab.xpi
-# Source151-md5:       dd2416d5b887db918361c873c56357fb
-Source152:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kk.xpi
-# Source152-md5:       0bf5eb9abd0046229479ec6fad7f82f5
-Source153:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/km.xpi
-# Source153-md5:       3bc610fc4bd458b7b6bbb13a41fa672f
-Source154:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kn.xpi
-# Source154-md5:       6349d6d4194666b9e88ec60eeb57f512
-Source155:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ko.xpi
-# Source155-md5:       7bbb872761c000365fc30d23fbaf5c90
-Source156:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lij.xpi
-# Source156-md5:       3da280d21a75c52a761e736cde906852
-Source157:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lt.xpi
-# Source157-md5:       6f22522364b9a69caa11030de93a4860
-Source158:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lv.xpi
-# Source158-md5:       e2e2d5ab3dcdd10064674c5629722364
-Source159:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mai.xpi
-# Source159-md5:       79a5c88d19d58b1f381dbf8f7e105787
-Source160:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mk.xpi
-# Source160-md5:       8a197e9327f5f675cd1dda16e875f53d
-Source161:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ml.xpi
-# Source161-md5:       e6333b30bc93b718a9acb0469097fffa
-Source162:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mr.xpi
-# Source162-md5:       8d7b4966d20079464c8a039367243f83
-Source163:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ms.xpi
-# Source163-md5:       3422fa3fddb24dead137566b7478e952
-Source164:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/my.xpi
-# Source164-md5:       02164c43859194ed51cbbc4c3ea6fbce
-Source165:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nb-NO.xpi
-# Source165-md5:       6105a75013409bde59f9bfadcf854be7
-Source166:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nl.xpi
-# Source166-md5:       1ba10ff071ea9a626fd4a71e2a09574d
-Source167:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nn-NO.xpi
-# Source167-md5:       6a6ed350758b3b81f04e29cd936940d3
-Source168:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/or.xpi
-# Source168-md5:       b037c9f509c7b8f240940cec6129ad92
-Source169:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pa-IN.xpi
-# Source169-md5:       f3945a96dc0e1e9d619c80a6e31eb436
-Source170:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pl.xpi
-# Source170-md5:       86968550ffee4a1fcc72c61dba4e30c1
-Source171:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-BR.xpi
-# Source171-md5:       30815546fef941ac0b1742c927858581
-Source172:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-PT.xpi
-# Source172-md5:       7066069a2452722dacf3fc39be8d1a03
-Source173:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/rm.xpi
-# Source173-md5:       f4bba5a74a1b7d5eb312329d9991904d
-Source174:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ro.xpi
-# Source174-md5:       ff03059b77bab1ec300285be98e1d3fa
-Source175:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ru.xpi
-# Source175-md5:       785e46d4c30cb8b36b81f72305d89578
-Source176:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/si.xpi
-# Source176-md5:       ed544d5bc1f3f3bd6175e8f0f6c7d8f4
-Source177:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sk.xpi
-# Source177-md5:       fef83681b885c743110e6127c72f8e0a
-Source178:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sl.xpi
-# Source178-md5:       a25876532503275a2605f3362c95c520
-Source179:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/son.xpi
-# Source179-md5:       7af453e36e5e9a1f01bdfc85e4e1bfee
-Source180:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sq.xpi
-# Source180-md5:       685f3d63c968f35520e2b35e83162f16
-Source181:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sr.xpi
-# Source181-md5:       8fb6778dc3e81f508e9f73163c873a77
-Source182:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sv-SE.xpi
-# Source182-md5:       541ef0fae07520dd56e17f69effc79a2
-Source183:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ta.xpi
-# Source183-md5:       a0c51802cfcbe94c9abe4d05294b7c4e
-Source184:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/te.xpi
-# Source184-md5:       6ef4a387af4ae782747a4064dcde2443
-Source185:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/th.xpi
-# Source185-md5:       eb0b1e292b98c343dc5157cac119b5f9
-Source186:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tr.xpi
-# Source186-md5:       499b4d745c91270d21cb9bf494520ca7
-Source187:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uk.xpi
-# Source187-md5:       53b4abb8b78d53b97fc3a556951f39b0
-Source188:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ur.xpi
-# Source188-md5:       a67fd71d57b5bb8731910bca5328c55c
-Source189:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uz.xpi
-# Source189-md5:       6a2648ef8501b2c9df7272822058abb7
-Source190:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/vi.xpi
-# Source190-md5:       2c90b86e16e656f6b0f4f6f05fe95735
-Source191:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/xh.xpi
-# Source191-md5:       bfd05f246dc509299e07b30d590c57e8
-Source192:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-CN.xpi
-# Source192-md5:       c238e4977db59b1e29bd322fd730eda8
-Source193:     http://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-TW.xpi
-# Source193-md5:       cf2035053c7681985515bd7985d20137
-Patch0:                idl-parser.patch
-Patch2:                xulrunner-paths.patch
+Source100:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ach.xpi
+# Source100-md5:       df17430f29469da106e8f98469dfa688
+Source101:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/af.xpi
+# Source101-md5:       914e4e824fe2bbaf840966723e9a8ea8
+Source102:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/an.xpi
+# Source102-md5:       a2211b7953da53d3b6284e8f957698c5
+Source103:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ar.xpi
+# Source103-md5:       8849821c5659d91453efe1f91b6cc17c
+Source104:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ast.xpi
+# Source104-md5:       cb5bf47eb855050aa1ffc3d01a250d25
+Source105:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/az.xpi
+# Source105-md5:       48395ebd4e7dd85f0233cbfb173a527f
+Source106:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/be.xpi
+# Source106-md5:       c63e2facf1b404137cfa655aea40f601
+Source107:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bg.xpi
+# Source107-md5:       5b3def626b62ec43eca019cb186ff17e
+Source108:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bn.xpi
+# Source108-md5:       9d95aef584855cff964929e75900bd9b
+Source109:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/br.xpi
+# Source109-md5:       52a35edf594ebaec06b91860cde6b5df
+Source110:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/bs.xpi
+# Source110-md5:       2acc61744b5d5b4cb35af8a0cf1748f0
+Source111:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca.xpi
+# Source111-md5:       b4bbb65692b0d1c514c1ab03fc113668
+Source112:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ca-valencia.xpi
+# Source112-md5:       3b2da10d775dff58c1108fdde4e2eb8a
+Source113:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cak.xpi
+# Source113-md5:       953bf689681d52879b813dc39e3f5fed
+Source114:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cs.xpi
+# Source114-md5:       b5f59dcda2a9be9999ca81a80044a48f
+Source115:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/cy.xpi
+# Source115-md5:       9e572dd954e7fcbda544eff57ca22533
+Source116:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/da.xpi
+# Source116-md5:       efe0dfe07163fc7ca55b0c9aa2a43e67
+Source117:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/de.xpi
+# Source117-md5:       6c39155072814e7373e3fe408641e879
+Source118:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/dsb.xpi
+# Source118-md5:       490c90344117444cfc1c0d688473c341
+Source119:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/el.xpi
+# Source119-md5:       103ca2eac582f8a1a46a462b2ac00ccb
+Source120:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-CA.xpi
+# Source120-md5:       97a3762b54cfacfd86de4ba5a086c358
+Source121:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-GB.xpi
+# Source121-md5:       f148f3921f176de819855fc441717f3a
+Source122:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/en-US.xpi
+# Source122-md5:       9219514630521eea5306bbf8eead9278
+Source123:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eo.xpi
+# Source123-md5:       cb5e66e679e0a84bf622b843d4d70cc1
+Source124:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-AR.xpi
+# Source124-md5:       f8df86b8c344e186f78d2e2b514cb339
+Source125:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-CL.xpi
+# Source125-md5:       61b8e53eaa80d379ed4cab38c690818d
+Source126:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-ES.xpi
+# Source126-md5:       65201cc4b1b6d9c9653db4736f51f296
+Source127:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/es-MX.xpi
+# Source127-md5:       7b3200f7504a26e5485b27cfc97b9714
+Source128:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/et.xpi
+# Source128-md5:       581295ecedffc1e6e8b50fc7f6039ee6
+Source129:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/eu.xpi
+# Source129-md5:       7e845bd3796dd650b54a76faee3ea583
+Source130:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fa.xpi
+# Source130-md5:       46668ba62ff51f8e83b29fcbd9175492
+Source131:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ff.xpi
+# Source131-md5:       44eb6d3ab23f8869a7974f75f4130690
+Source132:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fi.xpi
+# Source132-md5:       ec19778f19d04fab1e63b617db382312
+Source133:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fr.xpi
+# Source133-md5:       2bd826380fa1f33763004fd4be81f807
+Source134:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/fy-NL.xpi
+# Source134-md5:       647c3e5c3f4f8dd9a3662afe6f91c957
+Source135:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ga-IE.xpi
+# Source135-md5:       c42c07ae4e23dbb7a3e584a08e599446
+Source136:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gd.xpi
+# Source136-md5:       60914cd8fd25f67f6e8ad48e4ff33770
+Source137:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gl.xpi
+# Source137-md5:       1687770767023e3d61a550c61f6b3868
+Source138:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gn.xpi
+# Source138-md5:       343e28f7c9b357249d051b8d110f61bb
+Source139:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/gu-IN.xpi
+# Source139-md5:       c7d2d1a66624663f8f14679d240abbd9
+Source140:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/he.xpi
+# Source140-md5:       98348ee041e9d7474aa13fd66e4b3a1b
+Source141:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hi-IN.xpi
+# Source141-md5:       5ec33d9811a5aaf68e1cb00ca7043b14
+Source142:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hr.xpi
+# Source142-md5:       9e93f85f01d77b6b4849d5ce0a56cc07
+Source143:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hsb.xpi
+# Source143-md5:       0ee9901d69e2b18ea00ddaac2f6196ca
+Source144:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hu.xpi
+# Source144-md5:       da7b2da40d82df6e3079237255295306
+Source145:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/hy-AM.xpi
+# Source145-md5:       94161ebaa1e76dedc9bec08d9945e3b7
+Source146:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ia.xpi
+# Source146-md5:       1c42590b8bdc2b34f1eab11e7dd3e6b6
+Source147:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/id.xpi
+# Source147-md5:       a77aa487daf1e2c9b4dc0214b3d5162f
+Source148:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/is.xpi
+# Source148-md5:       6e265c85803a0f6b797d4e5cffd3cc89
+Source149:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/it.xpi
+# Source149-md5:       d0ccdf616908a6e73436556dc82a1580
+Source150:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ja.xpi
+# Source150-md5:       949809bba6c82c99b4e80b575c9331d9
+Source151:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ka.xpi
+# Source151-md5:       bf7e4cfc277137d37d25c5000e60b05b
+Source152:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kab.xpi
+# Source152-md5:       3ffb9ccfb51626e0839fe92aca66bc11
+Source153:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kk.xpi
+# Source153-md5:       74e6c6e7bdbed4d11b1a4177438f75be
+Source154:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/km.xpi
+# Source154-md5:       2d1e35e615efa181d5eb9ba27475fe81
+Source155:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/kn.xpi
+# Source155-md5:       58cb10ce4397f08c11d8dc19200a21e0
+Source156:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ko.xpi
+# Source156-md5:       8a02ee9e9553628dec3286dfd823818a
+Source157:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lij.xpi
+# Source157-md5:       2ee9161aac37edbcf6c0acf6a1d251e6
+Source158:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lt.xpi
+# Source158-md5:       021c2c839466659d51bba6fc6f4cfd58
+Source159:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/lv.xpi
+# Source159-md5:       60964b6133e32a4c26dc986bf376c1dc
+Source160:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mk.xpi
+# Source160-md5:       085ad728c2483a899ba5bee96ff2130c
+Source161:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/mr.xpi
+# Source161-md5:       159c0ca99f57ffe86f53c75b562b61f2
+Source162:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ms.xpi
+# Source162-md5:       947dea94800a81c352d60b65c3bd992e
+Source163:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/my.xpi
+# Source163-md5:       0b5dd773b76d83496fcb3d2453c74523
+Source164:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nb-NO.xpi
+# Source164-md5:       da14b30aaad263e36d6d7b6e72aa7a77
+Source165:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ne-NP.xpi
+# Source165-md5:       77ef36f593e1874ab5dd93d824e24693
+Source166:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nl.xpi
+# Source166-md5:       380edf1742343b8a44fa972cfae81b20
+Source167:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/nn-NO.xpi
+# Source167-md5:       9c8003b8bb809b84cdbbb1d1516e3d5b
+Source168:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/oc.xpi
+# Source168-md5:       7713c3043c80d4b193c5255a8c8c71aa
+Source169:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pa-IN.xpi
+# Source169-md5:       86761b9665820b680399d037720f6fd1
+Source170:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pl.xpi
+# Source170-md5:       b0bb4f88ac8fbc573b69d61a5586b873
+Source171:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-BR.xpi
+# Source171-md5:       ed938ec88d5e4410ff0a3341a1959de6
+Source172:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/pt-PT.xpi
+# Source172-md5:       9a104a5ac6e0502a67e3714d36888610
+Source173:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/rm.xpi
+# Source173-md5:       e973797d357306e505e1fc4fbe6f788b
+Source174:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ro.xpi
+# Source174-md5:       8ad649c0891d289e6e3fae9d9eded215
+Source175:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ru.xpi
+# Source175-md5:       377df3e084acc0cdef9b164c8314f2ef
+Source176:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sco.xpi
+# Source176-md5:       1168972d3e47b9a2c76affa921012ece
+Source177:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/si.xpi
+# Source177-md5:       7f17e5ff0ef4f6c29848bf9301cbae23
+Source178:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sk.xpi
+# Source178-md5:       85813e3e37a8e5316ea813059f64d672
+Source179:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sl.xpi
+# Source179-md5:       d1714661b90641162a7c9223de5c2625
+Source180:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/son.xpi
+# Source180-md5:       2cb91eac21c54f31c128a56a7c015371
+Source181:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sq.xpi
+# Source181-md5:       78dd59fa4f38356bcbe74775fcdea12d
+Source182:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sr.xpi
+# Source182-md5:       a6fae3fdf3499aa7a8df77013a247e6b
+Source183:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/sv-SE.xpi
+# Source183-md5:       36d3ae29786e50a7df1da03598575e9d
+Source184:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/szl.xpi
+# Source184-md5:       90346b503ffbee52afd21fc72540944d
+Source185:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ta.xpi
+# Source185-md5:       3b602ec01aea64a615e47a170ea35cbf
+Source186:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/te.xpi
+# Source186-md5:       d71c8b52f53752b6318b42e5a60ac157
+Source187:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/th.xpi
+# Source187-md5:       97b75aee4595b11f86b776017e1e50ec
+Source188:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tl.xpi
+# Source188-md5:       c6910daa2942610333f9697d129546fa
+Source189:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/tr.xpi
+# Source189-md5:       b2107d927806a96b8b266a7a355dc956
+Source190:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/trs.xpi
+# Source190-md5:       3e978247277e6320e223d33f111e97e1
+Source191:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uk.xpi
+# Source191-md5:       cbfb6bc5676990aff6774c276f5b6e6e
+Source192:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/ur.xpi
+# Source192-md5:       663e88fa734a2d71b6c49b7f0e0daa1b
+Source193:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/uz.xpi
+# Source193-md5:       859948f15b9c07afc48eef8e93536ca2
+Source194:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/vi.xpi
+# Source194-md5:       fa53dd1a1fa1e33543c30175f8de85e2
+Source195:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/xh.xpi
+# Source195-md5:       cacaa42dfa14efa83dd3587f5b380471
+Source196:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-CN.xpi
+# Source196-md5:       7bb2e0cc5127262c87b1fb5014c8f12c
+Source197:     https://releases.mozilla.org/pub/firefox/releases/%{version}/linux-i686/xpi/zh-TW.xpi
+# Source197-md5:       edfaef2ce67717664788ddb64cbd0dba
 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
+BuildRequires: freetype-devel >= 1:2.2.1
+%{!?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.28
-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
+BuildRequires: rust >= 1.57.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-libICE-devel
+BuildRequires: xorg-lib-libSM-devel
 BuildRequires: xorg-lib-libX11-devel
-BuildRequires: xorg-lib-libXScrnSaver-devel
 BuildRequires: xorg-lib-libXcomposite-devel
+BuildRequires: xorg-lib-libXcursor-devel
 BuildRequires: xorg-lib-libXdamage-devel
 BuildRequires: xorg-lib-libXext-devel
 BuildRequires: xorg-lib-libXfixes-devel
+BuildRequires: xorg-lib-libXi-devel
 BuildRequires: xorg-lib-libXinerama-devel
-BuildRequires: xorg-lib-libXt-devel
+BuildRequires: xorg-lib-libXrandr-devel >= 1.4.0
+BuildRequires: xorg-lib-libXtst-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
 BuildRequires: zlib-devel >= 1.2.3
 BuildConflicts:        %{name}-devel < %{version}
+BuildConflicts:        python3-psutil < 5.4.2
+BuildConflicts:        python3-psutil > 5.8.0
 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:      freetype >= 1:2.2.1
+Requires:      glib2 >= 1:2.42
+Requires:      gtk+3 >= 3.14.0
 Requires:      hicolor-icon-theme
 Requires:      libjpeg-turbo
-Requires:      libpng >= 2:1.6.28
+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-libXrandr >= 1.4.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 +407,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 +445,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 +461,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 +477,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 +493,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 +503,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 +525,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 +541,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 +557,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 +573,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 +590,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 +606,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 +622,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 +641,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 +657,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 +692,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 +708,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 +724,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 +740,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 +756,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 +772,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 +788,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 +798,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 +834,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 +844,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 +868,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 +892,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 +916,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 +940,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 +962,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 +978,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 +994,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 +1010,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 +1026,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 +1042,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 +1058,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 +1074,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 +1090,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 +1106,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 +1122,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 +1138,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 +1154,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 +1170,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 +1186,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 +1202,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 +1219,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 +1238,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 +1248,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 +1284,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 +1300,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 +1316,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 +1332,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 +1362,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 +1378,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 +1394,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 +1410,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 +1426,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 +1442,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 +1458,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 +1474,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 +1484,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 +1500,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 +1522,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 +1552,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 +1562,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 +1598,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 +1608,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 +1628,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 +1645,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 +1661,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 +1677,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 +1693,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 +1709,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 +1725,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 +1735,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 +1771,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 +1787,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 +1803,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 +1819,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 +1835,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 +1851,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 +1861,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 +1897,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 +1913,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 +1923,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 +1953,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 +2003,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 +2019,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 +2035,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 +2051,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 +2067,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 +2083,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 +2093,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)
+%setup -q %(seq -f '-a %g' 100 197 | 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
-
-%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 +2141,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 +2180,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 +2194,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-extensions=default
-ac_add_options --enable-readline
-ac_add_options --enable-safe-browsing
+ac_add_options --enable-default-toolkit=cairo-gtk3-wayland
+%{?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
-ac_add_options --enable-url-classifier
 %{?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
+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_BUILD_SITE=1
+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 +2278,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 +2309,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 +2322,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 +2335,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
 %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/aushelper@mozilla.org.xpi
-%{_libdir}/%{name}/browser/features/clicktoplay-rollout@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/pictureinpicture@mozilla.org.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
 %{?with_shared_js:%attr(755,root,root) %{_libdir}/%{name}/libmozjs.so}
+%attr(755,root,root) %{_libdir}/%{name}/libipcclientcerts.so
 %attr(755,root,root) %{_libdir}/%{name}/liblgpllibs.so
 %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)
 %{_includedir}/gmp-api
 
-%files -n firefox-lang-ach
+%files lang-ach
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ach@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-af
+%files lang-af
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-af@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-an
+%files lang-an
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-an@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ar
+%files lang-ar
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ar@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-as
-%defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-as@firefox.mozilla.org.xpi
-
-%files -n firefox-lang-ast
+%files lang-ast
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ast@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-az
+%files lang-az
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-az@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-bg
+%files lang-be
 %defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-bg@firefox.mozilla.org.xpi
+%{_datadir}/%{name}/browser/extensions/langpack-be@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-bn
+%files lang-bg
 %defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-bn-BD@firefox.mozilla.org.xpi
+%{_datadir}/%{name}/browser/extensions/langpack-bg@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-bn_IN
+%files lang-bn
 %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 -n firefox-lang-br
+%files lang-br
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-br@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-bs
+%files lang-bs
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-bs@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ca
+%files lang-ca
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ca@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-cak
+%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
 
-%files -n firefox-lang-cs
+%files lang-cs
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-cs@firefox.mozilla.org.xpi
 
-#%files -n firefox-lang-csb
+#%files lang-csb
 #%defattr(644,root,root,755)
 #%{_datadir}/%{name}/browser/extensions/langpack-csb@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-cy
+%files lang-cy
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-cy@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-da
+%files lang-da
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-da@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-de
+%files lang-de
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-de@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-dsb
+%files lang-dsb
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-dsb@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-el
+%files lang-el
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-el@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-en_GB
+%files lang-en_CA
 %defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi
+%{_datadir}/%{name}/browser/extensions/langpack-en-CA@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-en_US
+%files lang-en_GB
 %defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi
+%{_datadir}/%{name}/browser/extensions/langpack-en-GB@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-en_ZA
+%files lang-en_US
 %defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-en-ZA@firefox.mozilla.org.xpi
+%{_datadir}/%{name}/browser/extensions/langpack-en-US@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-eo
+%files lang-eo
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-eo@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-es_AR
+%files lang-es_AR
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-es-AR@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-es_CL
+%files lang-es_CL
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-es-CL@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-es
+%files lang-es
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-es-ES@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-es_MX
+%files lang-es_MX
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-es-MX@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-et
+%files lang-et
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-et@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-eu
+%files lang-eu
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-eu@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-fa
+%files lang-fa
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-fa@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ff
+%files lang-ff
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ff@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-fi
+%files lang-fi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-fi@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-fr
+%files lang-fr
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-fr@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-fy
+%files lang-fy
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-fy-NL@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ga
+%files lang-ga
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ga-IE@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-gd
+%files lang-gd
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-gd@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-gl
+%files lang-gl
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-gl@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-gn
+%files lang-gn
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-gn@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-gu
+%files lang-gu
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-gu-IN@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-he
+%files lang-he
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-he@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-hi
+%files lang-hi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-hi-IN@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-hr
+%files lang-hr
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-hr@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-hsb
+%files lang-hsb
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-hsb@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-hu
+%files lang-hu
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-hu@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-hy
+%files lang-hy
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-hy-AM@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-id
+%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
 
-%files -n firefox-lang-is
+%files lang-is
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-is@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-it
+%files lang-it
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-it@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ja
+%files lang-ja
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ja@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ka
+%files lang-ka
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ka@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-kab
+%files lang-kab
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-kab@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-kk
+%files lang-kk
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-kk@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-km
+%files lang-km
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-km@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-kn
+%files lang-kn
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-kn@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ko
+%files lang-ko
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ko@firefox.mozilla.org.xpi
 
-#%files -n firefox-lang-ku
+#%files lang-ku
 #%defattr(644,root,root,755)
 #%{_datadir}/%{name}/browser/extensions/langpack-ku@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-lij
+%files lang-lij
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-lij@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-lt
+%files lang-lt
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-lt@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-lv
+%files lang-lv
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-lv@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-mai
-%defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-mai@firefox.mozilla.org.xpi
-
-%files -n firefox-lang-mk
+%files lang-mk
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-mk@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ml
-%defattr(644,root,root,755)
-%{_datadir}/%{name}/browser/extensions/langpack-ml@firefox.mozilla.org.xpi
-
-%files -n firefox-lang-mr
+%files lang-mr
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-mr@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ms
+%files lang-ms
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ms@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-my
+%files lang-my
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-my@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-nb
+%files lang-nb
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-nb-NO@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-nl
+%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
 
-%files -n firefox-lang-nn
+%files lang-nn
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-nn-NO@firefox.mozilla.org.xpi
 
-%files -n firefox-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 -n firefox-lang-pa
+%files lang-pa
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-pa-IN@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-pl
+%files lang-pl
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-pl@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-pt_BR
+%files lang-pt_BR
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-pt-BR@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-pt
+%files lang-pt
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-pt-PT@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-rm
+%files lang-rm
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-rm@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ro
+%files lang-ro
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ro@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ru
+%files lang-ru
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ru@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-si
+%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
 
-%files -n firefox-lang-sk
+%files lang-sk
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-sk@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-sl
+%files lang-sl
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-sl@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-son
+%files lang-son
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-son@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-sq
+%files lang-sq
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-sq@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-sr
+%files lang-sr
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-sr@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-sv
+%files lang-sv
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-sv-SE@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-ta
+%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
 
-%files -n firefox-lang-te
+%files lang-te
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-te@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-th
+%files lang-th
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-th@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-tr
+%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 -n firefox-lang-uk
+%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
 
-%files -n firefox-lang-ur
+%files lang-ur
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-ur@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-uz
+%files lang-uz
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-uz@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-vi
+%files lang-vi
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-vi@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-xh
+%files lang-xh
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-xh@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-zh_CN
+%files lang-zh_CN
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-zh-CN@firefox.mozilla.org.xpi
 
-%files -n firefox-lang-zh_TW
+%files lang-zh_TW
 %defattr(644,root,root,755)
 %{_datadir}/%{name}/browser/extensions/langpack-zh-TW@firefox.mozilla.org.xpi
 
-#%files -n firefox-lang-zu
+#%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.315848 seconds and 4 git commands to generate.