Skip to content

Commit

Permalink
Merge pull request #433 from JeromeMartinez/CentOS8
Browse files Browse the repository at this point in the history
spec project file: fix for CentOS 8
  • Loading branch information
JeromeMartinez authored Apr 3, 2020
2 parents 906946d + 589daf6 commit 20bf2d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project/GNU/mediainfo.spec
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ BuildRequires: wxWidgets-devel
%if 0%{?mageia}
BuildRequires: wxgtk2.8-devel
%else
%if 0%{?fedora_version} && 0%{?fedora_version} >= 29
%if (0%{?fedora_version} && 0%{?fedora_version} >= 29) || 0%{?centos_version} >= 800
BuildRequires: wxGTK3-devel
%else
BuildRequires: wxGTK-devel
Expand Down Expand Up @@ -138,7 +138,7 @@ Requires: wxWidgets
%if 0%{?mageia}
Requires: wxgtk2.8
%else
%if 0%{?fedora_version} && 0%{?fedora_version} >= 29
%if (0%{?fedora_version} && 0%{?fedora_version} >= 29) || 0%{?centos_version} >= 800
Requires: wxGTK3
%else
Requires: wxGTK
Expand Down

0 comments on commit 20bf2d2

Please sign in to comment.