From d15875027999513c7752b98e960941a57eff4494 Mon Sep 17 00:00:00 2001 From: Roman Telezhynskyi Date: Mon, 12 Sep 2022 20:40:22 +0300 Subject: [PATCH] extra tokens at the end of %endif directive in line. --- dist/rpm/valentina.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/rpm/valentina.spec b/dist/rpm/valentina.spec index d030169a2..95faf53e5 100644 --- a/dist/rpm/valentina.spec +++ b/dist/rpm/valentina.spec @@ -51,7 +51,7 @@ BuildRequires: pkgconfig(openssl) BuildRequires: openssl-devel %endif -%endif # %if 0%{?mageia} > 0 +%endif # mageia > 0 # SUSE Specifics %if 0%{?suse_version} > 0 @@ -82,7 +82,7 @@ BuildRequires: libqt5-qtxmlpatterns-devel BuildRequires: libQt5XmlPatterns-devel %endif -%endif # %if 0%{?suse_version} > 0 +%endif # suse_version > 0 # CentOS 7.0 specifics %if 0%{?centos_version} >= 700 && 0%{?centos_version} < 800 @@ -165,7 +165,7 @@ qmake PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} Valentina.pro -r "CONFIG + qmake-qt5 PREFIX=%{_prefix} PREFIX_LIB=%{_prefix}/%{_lib} Valentina.pro -r "CONFIG += noTests noRunPath no_ccache noDebugSymbols" %endif -%endif # 0%{?suse_version} > 0 +%endif # suse_version > 0 %{__make} %{?jobs:-j %jobs}