1
0
forked from pool/sqlitebrowser

- Comment out antrl dependency as it causes build issues on x86_64

OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=23
This commit is contained in:
Martin Pluskal 2016-07-04 08:33:59 +00:00 committed by Git OBS Bridge
parent d17101382d
commit 54a168d395
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jul 4 08:32:44 UTC 2016 - mpluskal@suse.com
- Comment out antrl dependency as it causes build issues on x86_64
-------------------------------------------------------------------
Sun Jul 3 22:00:45 UTC 2016 - wbauer@tmo.at

View File

@ -37,7 +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: antlr-devel
BuildRequires: libqt5-linguist-devel
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)