1
0
forked from pool/sqlitebrowser
Martin Pluskal 2016-05-12 08:47:34 +00:00 committed by Git OBS Bridge
parent 75b6296280
commit 7785c3140f

View File

@ -25,7 +25,6 @@ Group: Productivity/Office/Organizers
Url: http://sqlitebrowser.org/
Source0: https://github.com/sqlitebrowser/sqlitebrowser/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source1: sqlitebrowser.1
BuildRequires: antlr-devel
BuildRequires: cmake
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
@ -38,6 +37,7 @@ Requires(postun): update-desktop-files
BuildRoot: %{_tmppath}/%{name}-%{version}-build
# not on SLE-12
%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
BuildRequires: antlr-devel
BuildRequires: libqt5-linguist-devel
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)