mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: update OBS spec file
Contrary to the Launchpad builds, OBS isn't actually using the spec file that is included in the Subsurface source but instead maintains its own. So this is just updating to the version that has been tracked over there, mostly for reference. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
c22dd07c4d
commit
fd85752cd0
1 changed files with 6 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
# Copyright (c) 2014-2020 Dirk Hohndel
|
||||
#
|
||||
|
||||
%define latestVersion 4.9.7.6
|
||||
%define latestVersion 4.9.10.166
|
||||
|
||||
%define gitVersion 6
|
||||
%define gitVersion 166
|
||||
|
||||
|
||||
Name: subsurfacedaily
|
||||
|
@ -37,6 +37,7 @@ BuildRequires: libxslt-devel
|
|||
BuildRequires: libssh2-devel
|
||||
BuildRequires: libcurl-devel
|
||||
BuildRequires: libgit2-devel
|
||||
BuildRequires: libmtp-devel
|
||||
%if 0%{?fedora_version} || 0%{?rhel_version} || 0%{?centos_version}
|
||||
BuildRequires: netpbm-devel
|
||||
BuildRequires: openssl-devel
|
||||
|
@ -56,6 +57,7 @@ BuildRequires: qt5-qtbase-odbc
|
|||
BuildRequires: qt5-qtbase-tds
|
||||
BuildRequires: qt5-qtconnectivity-devel
|
||||
BuildRequires: qt5-qtlocation-devel
|
||||
BuildRequires: qt5-qtcharts-devel
|
||||
BuildRequires: libappstream-glib
|
||||
%else
|
||||
BuildRequires: update-desktop-files
|
||||
|
@ -75,6 +77,7 @@ BuildRequires: libqt5-qtdeclarative-devel
|
|||
BuildRequires: libqt5-qtconnectivity-devel
|
||||
BuildRequires: libqt5-qtlocation-devel
|
||||
BuildRequires: libqt5-qtlocation-private-headers-devel
|
||||
BuildRequires: libQt5Charts5-devel
|
||||
%endif
|
||||
# Recommends Qt5 translations package
|
||||
%if 0%{?suse_version}
|
||||
|
@ -84,7 +87,7 @@ Recommends: libqt5-qttranslations
|
|||
Recommends: qt5-qttranslations
|
||||
%endif
|
||||
# Recommends debug info (and debug sources, for openSUSE) for daily build
|
||||
%if %{name} == "subsurfacedaily"
|
||||
%if "%{name}" == "subsurfacedaily"
|
||||
Recommends: %{name}-debuginfo
|
||||
%if 0%{?suse_version}
|
||||
Recommends: %{name}-debugsource
|
||||
|
|
Loading…
Add table
Reference in a new issue