Accepting request 743902 from Application:Geo
OBS-URL: https://build.opensuse.org/request/show/743902 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=23
This commit is contained in:
commit
b4c94c62ee
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 29 16:19:00 UTC 2019 - Angelos Tzotsos <tzotsos@opensuse.org>
|
||||||
|
|
||||||
|
- Fix Leap build target
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 27 13:16:36 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
Fri Sep 27 13:16:36 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
@ -32,7 +32,9 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: pkgconfig >= 0.9.0
|
BuildRequires: pkgconfig >= 0.9.0
|
||||||
BuildRequires: sqlite3
|
BuildRequires: sqlite3
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
BuildRequires: pkgconfig(gtest)
|
BuildRequires: pkgconfig(gtest)
|
||||||
|
%endif
|
||||||
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
BuildRequires: pkgconfig(sqlite3) >= 3.7
|
||||||
Provides: libproj = %{version}
|
Provides: libproj = %{version}
|
||||||
|
|
||||||
@ -67,7 +69,9 @@ unzip -o %{SOURCE1}
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
|
%if 0%{?suse_version} > 1500
|
||||||
--with-external-gtest \
|
--with-external-gtest \
|
||||||
|
%endif
|
||||||
--disable-static
|
--disable-static
|
||||||
%make_build
|
%make_build
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user