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