MozillaFirefox/MozillaFirefox.spec
branchfirefox81
changeset 1144 8a43aff7e982
parent 1143 ff28137410eb
child 1145 fbfd8f7cbd53
equal deleted inserted replaced
1143:ff28137410eb 1144:8a43aff7e982
    23 # orig_version would be the upstream tar ball
    23 # orig_version would be the upstream tar ball
    24 # orig_version 70.0
    24 # orig_version 70.0
    25 # orig_suffix b3
    25 # orig_suffix b3
    26 # major 69
    26 # major 69
    27 # mainver %major.99
    27 # mainver %major.99
    28 %define major          80
    28 %define major          81
    29 %define mainver        %major.0.1
    29 %define mainver        %major.0
    30 %define orig_version   80.0.1
    30 %define orig_version   81.0
    31 %define orig_suffix    %{nil}
    31 %define orig_suffix    %{nil}
    32 %define update_channel release
    32 %define update_channel release
    33 %define branding       1
    33 %define branding       1
    34 %define devpkg         1
    34 %define devpkg         1
    35 
    35 
    94 BuildRequires:  libcurl-devel
    94 BuildRequires:  libcurl-devel
    95 BuildRequires:  libidl-devel
    95 BuildRequires:  libidl-devel
    96 BuildRequires:  libiw-devel
    96 BuildRequires:  libiw-devel
    97 BuildRequires:  libproxy-devel
    97 BuildRequires:  libproxy-devel
    98 BuildRequires:  makeinfo
    98 BuildRequires:  makeinfo
    99 BuildRequires:  mozilla-nspr-devel >= 4.27
    99 BuildRequires:  mozilla-nspr-devel >= 4.28
   100 BuildRequires:  mozilla-nss-devel >= 3.55
   100 BuildRequires:  mozilla-nss-devel >= 3.56
   101 BuildRequires:  nasm >= 2.14
   101 BuildRequires:  nasm >= 2.14
   102 BuildRequires:  nodejs10 >= 10.21.0
   102 BuildRequires:  nodejs10 >= 10.21.0
   103 BuildRequires:  python-devel
   103 BuildRequires:  python-devel
   104 %if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150000
   104 %if 0%{?sle_version} >= 120000 && 0%{?sle_version} < 150000
   105 BuildRequires:  python-libxml2
   105 BuildRequires:  python-libxml2
   207 Patch24:        mozilla-bmo1602730.patch
   207 Patch24:        mozilla-bmo1602730.patch
   208 Patch25:        mozilla-bmo998749.patch
   208 Patch25:        mozilla-bmo998749.patch
   209 Patch26:        mozilla-bmo1626236.patch
   209 Patch26:        mozilla-bmo1626236.patch
   210 Patch27:        mozilla-s390x-skia-gradient.patch
   210 Patch27:        mozilla-s390x-skia-gradient.patch
   211 Patch28:        mozilla-libavcodec58_91.patch
   211 Patch28:        mozilla-libavcodec58_91.patch
   212 Patch29:        mozilla-system-nspr.patch
   212 Patch29:        mozilla-silence-no-return-type.patch
   213 Patch30:        mozilla-silence-no-return-type.patch
   213 Patch30:        revert-795c8762b16b.patch
   214 Patch31:        mozilla-bmo1661715.patch
       
   215 # Firefox/browser
   214 # Firefox/browser
   216 Patch101:       firefox-kde.patch
   215 Patch101:       firefox-kde.patch
   217 Patch102:       firefox-branded-icons.patch
   216 Patch102:       firefox-branded-icons.patch
   218 %endif
   217 %endif
   219 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   218 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   353 %patch25 -p1
   352 %patch25 -p1
   354 %patch26 -p1
   353 %patch26 -p1
   355 %patch27 -p1
   354 %patch27 -p1
   356 %patch28 -p1
   355 %patch28 -p1
   357 %patch29 -p1
   356 %patch29 -p1
   358 %patch30 -p1
   357 %patch30 -p1 -R
   359 %patch31 -p1
       
   360 # Firefox
   358 # Firefox
   361 %patch101 -p1
   359 %patch101 -p1
   362 %patch102 -p1
   360 %patch102 -p1
   363 %endif
   361 %endif
   364 
   362