- 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:
parent
099e01bb82
commit
7068f9f625
@ -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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user