Addition of builds for Leap 42.1.
(grafted from 1f21289e9b73475035b4adb1795cc2b87ae2237a) --HG-- branch : develop
This commit is contained in:
parent
936a7fef07
commit
3a1818e53c
8
dist/rpm/valentina.spec
vendored
8
dist/rpm/valentina.spec
vendored
|
@ -32,11 +32,11 @@ BuildRequires: libqt5-qttools
|
||||||
BuildRequires: libQt5Svg-devel
|
BuildRequires: libQt5Svg-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1310
|
%if 0%{?suse_version} == 1310
|
||||||
BuildRequires: libQt5XmlPatterns-devel
|
BuildRequires: libQt5XmlPatterns-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1320
|
%if 0%{?suse_version} >= 1315
|
||||||
BuildRequires: libqt5-linguist-devel
|
BuildRequires: libqt5-linguist-devel
|
||||||
BuildRequires: libqt5-qtxmlpatterns-devel
|
BuildRequires: libqt5-qtxmlpatterns-devel
|
||||||
%endif
|
%endif
|
||||||
|
@ -59,7 +59,7 @@ Packager: Roman Telezhinskyi <dismine@gmail.com>
|
||||||
%global _enable_debug_package 0
|
%global _enable_debug_package 0
|
||||||
%global __debug_install_post %{nil}
|
%global __debug_install_post %{nil}
|
||||||
%global debug_package %{nil}
|
%global debug_package %{nil}
|
||||||
%if 0%{?suse_version} >= 1320
|
%if 0%{?suse_version} >= 1315
|
||||||
%global suse_insert_debug_package %{nil}
|
%global suse_insert_debug_package %{nil}
|
||||||
%global _suse_insert_debug_package %{nil}
|
%global _suse_insert_debug_package %{nil}
|
||||||
%global _suse_insert_debug_package_seen %{nil}
|
%global _suse_insert_debug_package_seen %{nil}
|
||||||
|
@ -76,7 +76,7 @@ a unique pattern making tool.
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?suse_version} >= 1320
|
%if 0%{?suse_version} >= 1315
|
||||||
qmake-qt5 PREFIX=%{_prefix} LRELEASE=lrelease-qt5 Valentina.pro -r CONFIG+=no_ccache
|
qmake-qt5 PREFIX=%{_prefix} LRELEASE=lrelease-qt5 Valentina.pro -r CONFIG+=no_ccache
|
||||||
%else
|
%else
|
||||||
qmake-qt5 PREFIX=%{_prefix} Valentina.pro -r CONFIG+=no_ccache
|
qmake-qt5 PREFIX=%{_prefix} Valentina.pro -r CONFIG+=no_ccache
|
||||||
|
|
Loading…
Reference in New Issue
Block a user