%elif available only since rpm 4.15.

This commit is contained in:
Roman Telezhynskyi 2022-02-17 16:20:14 +02:00
parent 29bd9b6497
commit 0e20edab9e

View file

@ -63,8 +63,14 @@ BuildRequires: update-desktop-files
Requires: libqt5-qtimageformats Requires: libqt5-qtimageformats
Requires: poppler-tools Requires: poppler-tools
%if 0%{?suse_version} == 1310 %if 0%{?suse_version} > 1500
BuildRequires: libQt5XmlPatterns-devel BuildRequires: libqt5-linguist
%endif
%if 0%{?suse_version} == 1500
%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse}
BuildRequires: libqt5-linguist
%endif
%endif %endif
%if 0%{?suse_version} >= 1315 %if 0%{?suse_version} >= 1315
@ -72,16 +78,10 @@ BuildRequires: libqt5-linguist-devel
BuildRequires: libqt5-qtxmlpatterns-devel BuildRequires: libqt5-qtxmlpatterns-devel
%endif %endif
%if 0%{?suse_version} == 1500 %if 0%{?suse_version} == 1310
BuildRequires: libQt5XmlPatterns-devel
%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse}
BuildRequires: libqt5-linguist
%endif %endif
%elif 0%{?suse_version} > 1500
BuildRequires: libqt5-linguist
%endif # %if 0%{?suse_version} == 1500
%endif # %if 0%{?suse_version} > 0 %endif # %if 0%{?suse_version} > 0
# CentOS 7.0 specifics # CentOS 7.0 specifics
@ -136,13 +136,17 @@ a unique pattern making tool.
%if 0%{?suse_version} > 0 %if 0%{?suse_version} > 0
%if 0%{?suse_version} > 1500 # Tumbleweed %if 0%{?suse_version} > 1500 # Tumbleweed
qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} LRELEASE=lrelease-pro Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols" qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} LRELEASE=lrelease-pro Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols"
%elif 0%{?suse_version} == 1500 # Leap %endif
%if 0%{?suse_version} == 1500 # Leap
%if 0%{?sle_version} >= 150400 && 0%{?is_opensuse} # Leap 15.4 %if 0%{?sle_version} >= 150400 && 0%{?is_opensuse} # Leap 15.4
qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} LRELEASE=lrelease-pro Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols" qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} LRELEASE=lrelease-pro Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols"
%else %else
qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} LRELEASE=lrelease-qt5 Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols" qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} LRELEASE=lrelease-qt5 Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols"
%endif %endif
%elif 0%{?suse_version} < 1500 && 0%{?suse_version} >= 1315 %endif
%if 0%{?suse_version} < 1500 && 0%{?suse_version} >= 1315
qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} LRELEASE=lrelease-qt5 Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols" qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} LRELEASE=lrelease-qt5 Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols"
%else %else
qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols" qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols"