MozillaFirefox/MozillaFirefox.spec
branchfirefox43
changeset 897 4d8912c4a729
parent 895 b0e57b478b1b
child 900 91466ca5c8d9
equal deleted inserted replaced
896:2b664b26b6b2 897:4d8912c4a729
     1 #
     1 #
     2 # spec file for package MozillaFirefox
     2 # spec file for package MozillaFirefox
     3 #
     3 #
     4 # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
     4 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
     5 #               2006-2015 Wolfgang Rosenauer
     5 #               2006-2016 Wolfgang Rosenauer
     6 #
     6 #
     7 # All modifications and additions to the file contributed by third parties
     7 # All modifications and additions to the file contributed by third parties
     8 # remain the property of their copyright owners, unless otherwise agreed
     8 # remain the property of their copyright owners, unless otherwise agreed
     9 # upon. The license for this file, and modifications and additions to the
     9 # upon. The license for this file, and modifications and additions to the
    10 # file, is the same license as for the pristine package itself (unless the
    10 # file, is the same license as for the pristine package itself (unless the
    17 #
    17 #
    18 
    18 
    19 
    19 
    20 # changed with every update
    20 # changed with every update
    21 %define major 43
    21 %define major 43
    22 %define mainver %major.0.3
    22 %define mainver %major.0.4
    23 %define update_channel release
    23 %define update_channel release
    24 %define releasedate 2015122500
    24 %define releasedate 2016010600
    25 
    25 
    26 # general build definitions
    26 # general build definitions
    27 %if "%{update_channel}" != "aurora"
    27 %if "%{update_channel}" != "aurora"
    28 %define progname firefox
    28 %define progname firefox
    29 %define pkgname  MozillaFirefox
    29 %define pkgname  MozillaFirefox
   157 Patch6:         mozilla-ntlm-full-path.patch
   157 Patch6:         mozilla-ntlm-full-path.patch
   158 Patch7:         mozilla-repo.patch
   158 Patch7:         mozilla-repo.patch
   159 Patch8:         mozilla-openaes-decl.patch
   159 Patch8:         mozilla-openaes-decl.patch
   160 Patch10:        mozilla-no-stdcxx-check.patch
   160 Patch10:        mozilla-no-stdcxx-check.patch
   161 Patch11:        mozilla-libproxy.patch
   161 Patch11:        mozilla-libproxy.patch
   162 Patch12:        mozilla-bmo1233434.patch
       
   163 # Firefox/browser
   162 # Firefox/browser
   164 Patch101:       firefox-kde.patch
   163 Patch101:       firefox-kde.patch
   165 Patch102:       firefox-no-default-ualocale.patch
   164 Patch102:       firefox-no-default-ualocale.patch
   166 Patch103:       firefox-branded-icons.patch
   165 Patch103:       firefox-branded-icons.patch
   167 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   166 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   267 %patch6 -p1
   266 %patch6 -p1
   268 %patch7 -p1
   267 %patch7 -p1
   269 %patch8 -p1
   268 %patch8 -p1
   270 %patch10 -p1
   269 %patch10 -p1
   271 %patch11 -p1
   270 %patch11 -p1
   272 %patch12 -p1
       
   273 # Firefox
   271 # Firefox
   274 %patch101 -p1
   272 %patch101 -p1
   275 %patch102 -p1
   273 %patch102 -p1
   276 %patch103 -p1
   274 %patch103 -p1
   277 
   275