SHA256
1
0
forked from pool/proj

- Enable tests

- Fix previous changelog entry
- Update to version 6.0.0 and datumgrid 1.7

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=33
This commit is contained in:
Martin Pluskal 2019-03-25 09:00:13 +00:00 committed by Git OBS Bridge
parent 099e01bb82
commit 7068f9f625
2 changed files with 14 additions and 3 deletions

View File

@ -1,7 +1,13 @@
-------------------------------------------------------------------
Mon Mar 25 08:54:25 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Enable tests
- Fix previous changelog entry
-------------------------------------------------------------------
Mon Mar 11 13:34:36 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 5.2.0 and datumgrid 1.7
- Update to version 6.0.0 and datumgrid 1.7
* See provided NEWS for list of all changes
-------------------------------------------------------------------

View File

@ -29,9 +29,10 @@ URL: https://trac.osgeo.org/proj/
Source0: http://download.osgeo.org/proj/%{name}-%{version}.tar.gz
Source1: http://download.osgeo.org/proj/%{name}-datumgrid-%{gridver}.zip
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig >= 0.9.0
BuildRequires: sqlite3
BuildRequires: unzip
BuildRequires: pkgconfig(gtest)
BuildRequires: pkgconfig(sqlite3) >= 3.7
Provides: libproj = %{version}
@ -67,13 +68,17 @@ unzip -o %{SOURCE1}
%build
%configure \
--disable-static
--disable-static \
--with-external-gtest
make %{?_smp_mflags}
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
%check
make %{?_smp_mflags} check
%post -n %{libname} -p /sbin/ldconfig
%postun -n %{libname} -p /sbin/ldconfig