diff --git a/proj-5.2.0.tar.gz b/proj-5.2.0.tar.gz deleted file mode 100644 index 8ebee60..0000000 --- a/proj-5.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef919499ffbc62a4aae2659a55e2b25ff09cccbbe230656ba71c6224056c7e60 -size 1398188 diff --git a/proj-6.0.0.tar.gz b/proj-6.0.0.tar.gz new file mode 100644 index 0000000..ff3be5d --- /dev/null +++ b/proj-6.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4510a2c1c8f9056374708a867c51b1192e8d6f9a5198dd320bf6a168e44a3657 +size 2405217 diff --git a/proj-datumgrid-1.7.zip b/proj-datumgrid-1.7.zip deleted file mode 100644 index 76c439c..0000000 --- a/proj-datumgrid-1.7.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ffcad4453fac3b4a13ca678ef343e688496e18019f35709ef03c5f200e9fb85a -size 6601627 diff --git a/proj-datumgrid-1.8.zip b/proj-datumgrid-1.8.zip new file mode 100644 index 0000000..feeffc0 --- /dev/null +++ b/proj-datumgrid-1.8.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9838ae7e5f27ee732fb0bfed618f85b36e8bb56d7afb287d506338e9f33861e +size 6601640 diff --git a/proj.changes b/proj.changes index 88bbb9f..2c42c60 100644 --- a/proj.changes +++ b/proj.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 11 13:34:36 UTC 2019 - Martin Pluskal + +- Update to version 5.2.0 and datumgrid 1.7 + * See provided NEWS for list of all changes + ------------------------------------------------------------------- Wed Sep 19 09:56:08 UTC 2018 - Martin Pluskal diff --git a/proj.spec b/proj.spec index 9028368..3d4c886 100644 --- a/proj.spec +++ b/proj.spec @@ -1,7 +1,7 @@ # # spec file for package proj # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,11 +16,11 @@ # -%define gridver 1.7 -%define sover 13 +%define gridver 1.8 +%define sover 15 %define libname lib%{name}%{sover} Name: proj -Version: 5.2.0 +Version: 6.0.0 Release: 0 Summary: Cartographic projection software License: MIT @@ -30,7 +30,9 @@ 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: sqlite3 BuildRequires: unzip +BuildRequires: pkgconfig(sqlite3) >= 3.7 Provides: libproj = %{version} %description @@ -59,6 +61,7 @@ This package contains libproj and the appropriate header files and man pages. %prep %setup -q +mkdir nad cd nad unzip -o %{SOURCE1} @@ -70,7 +73,6 @@ make %{?_smp_mflags} %install %make_install find %{buildroot} -type f -name "*.la" -delete -print -install -D -p -m 0644 src/projects.h %{buildroot}/%{_includedir}/projects.h %post -n %{libname} -p /sbin/ldconfig %postun -n %{libname} -p /sbin/ldconfig @@ -84,14 +86,15 @@ install -D -p -m 0644 src/projects.h %{buildroot}/%{_includedir}/projects.h %{_bindir}/geod %{_bindir}/invgeod %{_bindir}/invproj -%{_bindir}/nad2bin %{_bindir}/proj +%{_bindir}/projinfo %defattr(0644,root,root) %{_mandir}/man1/cs2cs.1%{?ext_man} %{_mandir}/man1/geod.1%{?ext_man} %{_mandir}/man1/proj.1%{?ext_man} %{_mandir}/man1/cct.1%{?ext_man} %{_mandir}/man1/gie.1%{?ext_man} +%{_mandir}/man1/projinfo.1%{?ext_man} %{_datadir}/proj/ %files -n %{libname} @@ -100,6 +103,7 @@ install -D -p -m 0644 src/projects.h %{buildroot}/%{_includedir}/projects.h %files devel %{_includedir}/*.h +%{_includedir}/proj %{_libdir}/libproj.so %{_libdir}/pkgconfig/proj.pc %{_mandir}/man3/geodesic.3%{?ext_man}