MozillaFirefox/MozillaFirefox.spec
branchfirefox60
changeset 1080 e8d4a33582b8
parent 1064 af29b3ac33ae
child 1090 554cd9503f75
equal deleted inserted replaced
1064:af29b3ac33ae 1080:e8d4a33582b8
    17 #
    17 #
    18 
    18 
    19 
    19 
    20 # changed with every update
    20 # changed with every update
    21 %define major 60
    21 %define major 60
    22 %define mainver %major.1.0
    22 %define mainver %major.4.0
    23 %define update_channel esr
    23 %define update_channel esr
    24 %define branding 1
    24 %define branding 1
    25 %define releasedate 20180621121604
    25 %define releasedate 20181203164059
    26 %define source_prefix firefox-%{mainver}
    26 %define source_prefix firefox-%{mainver}
    27 
    27 
    28 # PIE, full relro (x86_64 for now)
    28 # PIE, full relro (x86_64 for now)
    29 %define build_hardened 1
    29 %define build_hardened 1
    30 
    30 
    71 BuildRequires:  libiw-devel
    71 BuildRequires:  libiw-devel
    72 BuildRequires:  libnotify-devel
    72 BuildRequires:  libnotify-devel
    73 BuildRequires:  libproxy-devel
    73 BuildRequires:  libproxy-devel
    74 BuildRequires:  makeinfo
    74 BuildRequires:  makeinfo
    75 BuildRequires:  mozilla-nspr-devel >= 4.19
    75 BuildRequires:  mozilla-nspr-devel >= 4.19
    76 BuildRequires:  mozilla-nss-devel >= 3.36.4
    76 BuildRequires:  mozilla-nss-devel >= 3.36.6
    77 BuildRequires:  python-devel
    77 BuildRequires:  python-devel
    78 BuildRequires:  python2-xml
    78 BuildRequires:  python2-xml
    79 BuildRequires:  rust >= 1.24
    79 BuildRequires:  rust >= 1.24
    80 BuildRequires:  rust-std
    80 BuildRequires:  rust-std
    81 BuildRequires:  startup-notification-devel
    81 BuildRequires:  startup-notification-devel
   156 Patch8:         mozilla-bmo256180.patch
   156 Patch8:         mozilla-bmo256180.patch
   157 Patch9:         mozilla-i586-DecoderDoctorLogger.patch
   157 Patch9:         mozilla-i586-DecoderDoctorLogger.patch
   158 Patch10:        mozilla-i586-domPrefs.patch
   158 Patch10:        mozilla-i586-domPrefs.patch
   159 Patch11:        mozilla-bmo1464766.patch
   159 Patch11:        mozilla-bmo1464766.patch
   160 Patch13:        mozilla-bmo1375074.patch
   160 Patch13:        mozilla-bmo1375074.patch
       
   161 Patch14:        mozilla-bmo1436242.patch
   161 # Firefox/browser
   162 # Firefox/browser
   162 Patch101:       firefox-kde.patch
   163 Patch101:       firefox-kde.patch
   163 Patch102:       firefox-branded-icons.patch
   164 Patch102:       firefox-branded-icons.patch
   164 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   165 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   165 Requires(post):   coreutils shared-mime-info desktop-file-utils
   166 Requires(post):   coreutils shared-mime-info desktop-file-utils
   271 %patch9 -p1
   272 %patch9 -p1
   272 %patch10 -p1
   273 %patch10 -p1
   273 %endif
   274 %endif
   274 %patch11 -p1
   275 %patch11 -p1
   275 %patch13 -p1
   276 %patch13 -p1
       
   277 %patch14 -p1
   276 # Firefox
   278 # Firefox
   277 %patch101 -p1
   279 %patch101 -p1
   278 %patch102 -p1
   280 %patch102 -p1
   279 
   281 
   280 %build
   282 %build