drop obsolete stuff

- drop conditions on EOL Fedora versions
- drop unused basepy3dir macro
This commit is contained in:
Dominik 'Rathann' Mierzejewski 2016-06-15 15:00:52 +02:00
parent ee7e32500b
commit a402cee11b
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
%if 0%{?fedora} >= 18
%if 0%{?fedora}
%global with_python3 1
%global basepy3dir %(echo ../`basename %{py3dir}`)
%else
%global with_python3 0
%endif
@ -16,7 +15,7 @@
%endif
# On Fedora 21 onwards, enable Qt5 backend:
%if 0%{?fedora} >= 21
%if 0%{?fedora}
%global with_qt5 1
%else
%global with_qt5 0