This commit is contained in:
parent
706a8a152b
commit
e82bb27112
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gammaray
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -29,9 +29,7 @@ Url: http://www.kdab.com/gammaray
|
||||
Source: https://github.com/KDAB/GammaRay/releases/download/v%{version}/%{name}-%{version}.tar.gz
|
||||
BuildRequires: cmake >= 2.8.11
|
||||
BuildRequires: fdupes
|
||||
%if 0%{?suse_version} >= 1320
|
||||
BuildRequires: kcoreaddons-devel
|
||||
%endif
|
||||
# include this so the icon folders don't need to be owned by the package
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: graphviz-devel
|
||||
@ -43,37 +41,37 @@ BuildRequires: python-vtk
|
||||
%else
|
||||
BuildRequires: python3-vtk
|
||||
%endif
|
||||
BuildRequires: libQt5Core-private-headers-devel >= 5.2.0
|
||||
BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0
|
||||
BuildRequires: libQt5Network-private-headers-devel >= 5.2.0
|
||||
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= 5.2.0
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: vtk-devel
|
||||
BuildRequires: vtk-java
|
||||
BuildRequires: vtk-qt
|
||||
BuildRequires: vtk-tcl
|
||||
%if 0%{?suse_version} >= 1320
|
||||
BuildRequires: pkgconfig(Qt5Bluetooth) >= 5.2.0
|
||||
%endif
|
||||
BuildRequires: pkgconfig(Qt5Concurrent) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5PrintSupport) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Quick) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5ScriptTools) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Svg) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5WebKitWidgets) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
%if 0%{?suse_version} >= 1320
|
||||
BuildRequires: libQt5Core-private-headers-devel >= 5.2.0
|
||||
BuildRequires: libQt5Gui-private-headers-devel >= 5.2.0
|
||||
BuildRequires: libQt5Network-private-headers-devel >= 5.2.0
|
||||
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= 5.2.0
|
||||
%else
|
||||
BuildRequires: libQt5Quick-private-headers-devel >= 5.2.0
|
||||
BuildRequires: libqt5-qtbase-private-headers-devel >= 5.2.0
|
||||
%endif
|
||||
BuildRequires: wayland-devel
|
||||
BuildRequires: cmake(Qt53DExtras) >= 5.2.0
|
||||
BuildRequires: cmake(Qt53DInput) >= 5.2.0
|
||||
BuildRequires: cmake(Qt53DLogic) >= 5.2.0
|
||||
BuildRequires: cmake(Qt53DRender) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Bluetooth) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Concurrent) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Designer) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Gui) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Network) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Positioning) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5PrintSupport) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Quick) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Script) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5ScriptTools) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Svg) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Test) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5WaylandCompositor) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5WebKitWidgets) >= 5.2.0
|
||||
BuildRequires: cmake(Qt5Widgets) >= 5.2.0
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user