MozillaFirefox/MozillaFirefox.spec
changeset 1074 4b99400f6d17
parent 1073 63a32fb3b602
child 1075 0831123bc28a
equal deleted inserted replaced
1073:63a32fb3b602 1074:4b99400f6d17
    72 BuildRequires:  libidl-devel
    72 BuildRequires:  libidl-devel
    73 BuildRequires:  libiw-devel
    73 BuildRequires:  libiw-devel
    74 BuildRequires:  libnotify-devel
    74 BuildRequires:  libnotify-devel
    75 BuildRequires:  libproxy-devel
    75 BuildRequires:  libproxy-devel
    76 BuildRequires:  makeinfo
    76 BuildRequires:  makeinfo
    77 BuildRequires:  mozilla-nspr-devel >= 4.19
    77 BuildRequires:  mozilla-nspr-devel >= 4.20
    78 BuildRequires:  mozilla-nss-devel >= 3.38
    78 BuildRequires:  mozilla-nss-devel >= 3.39
    79 BuildRequires:  python-devel
    79 BuildRequires:  python-devel
    80 BuildRequires:  python2-xml
    80 BuildRequires:  python2-xml
    81 BuildRequires:  python3 >= 3.5
    81 BuildRequires:  python3 >= 3.5
    82 BuildRequires:  rust >= 1.24
    82 BuildRequires:  rust >= 1.28
    83 BuildRequires:  rust-std
    83 BuildRequires:  rust-std
    84 BuildRequires:  startup-notification-devel
    84 BuildRequires:  startup-notification-devel
    85 BuildRequires:  unzip
    85 BuildRequires:  unzip
    86 BuildRequires:  update-desktop-files
    86 BuildRequires:  update-desktop-files
    87 BuildRequires:  xorg-x11-libXt-devel
    87 BuildRequires:  xorg-x11-libXt-devel
   153 # Gecko/Toolkit
   153 # Gecko/Toolkit
   154 Patch1:         mozilla-nongnome-proxies.patch
   154 Patch1:         mozilla-nongnome-proxies.patch
   155 Patch2:         mozilla-kde.patch
   155 Patch2:         mozilla-kde.patch
   156 Patch3:         mozilla-ntlm-full-path.patch
   156 Patch3:         mozilla-ntlm-full-path.patch
   157 Patch4:         mozilla-openaes-decl.patch
   157 Patch4:         mozilla-openaes-decl.patch
   158 Patch5:         mozilla-no-stdcxx-check.patch
       
   159 Patch6:         mozilla-reduce-files-per-UnifiedBindings.patch
   158 Patch6:         mozilla-reduce-files-per-UnifiedBindings.patch
   160 Patch7:         mozilla-aarch64-startup-crash.patch
   159 Patch7:         mozilla-aarch64-startup-crash.patch
   161 Patch8:         mozilla-bmo256180.patch
   160 Patch8:         mozilla-bmo256180.patch
   162 Patch9:         mozilla-no-return.patch
       
   163 # Firefox/browser
   161 # Firefox/browser
   164 Patch101:       firefox-kde.patch
   162 Patch101:       firefox-kde.patch
   165 Patch102:       firefox-branded-icons.patch
   163 Patch102:       firefox-branded-icons.patch
   166 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   164 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
   167 Requires(post):   coreutils shared-mime-info desktop-file-utils
   165 Requires(post):   coreutils shared-mime-info desktop-file-utils
   261 cd $RPM_BUILD_DIR/%{source_prefix}
   259 cd $RPM_BUILD_DIR/%{source_prefix}
   262 %patch1 -p1
   260 %patch1 -p1
   263 %patch2 -p1
   261 %patch2 -p1
   264 %patch3 -p1
   262 %patch3 -p1
   265 %patch4 -p1
   263 %patch4 -p1
   266 %patch5 -p1
       
   267 %ifarch %ix86
   264 %ifarch %ix86
   268 %patch6 -p1
   265 %patch6 -p1
   269 %endif
   266 %endif
   270 %patch7 -p1
   267 %patch7 -p1
   271 %patch8 -p1
   268 %patch8 -p1
   272 %patch9 -p1
       
   273 # Firefox
   269 # Firefox
   274 %patch101 -p1
   270 %patch101 -p1
   275 %patch102 -p1
   271 %patch102 -p1
   276 
   272 
   277 %build
   273 %build