Accepting request 683902 from Application:Geo
- Update to version 5.2.0 and datumgrid 1.7 * See provided NEWS for list of all changes OBS-URL: https://build.opensuse.org/request/show/683902 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/proj?expand=0&rev=18
This commit is contained in:
commit
476e1e5211
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef919499ffbc62a4aae2659a55e2b25ff09cccbbe230656ba71c6224056c7e60
|
||||
size 1398188
|
3
proj-6.0.0.tar.gz
Normal file
3
proj-6.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4510a2c1c8f9056374708a867c51b1192e8d6f9a5198dd320bf6a168e44a3657
|
||||
size 2405217
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ffcad4453fac3b4a13ca678ef343e688496e18019f35709ef03c5f200e9fb85a
|
||||
size 6601627
|
3
proj-datumgrid-1.8.zip
Normal file
3
proj-datumgrid-1.8.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b9838ae7e5f27ee732fb0bfed618f85b36e8bb56d7afb287d506338e9f33861e
|
||||
size 6601640
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 11 13:34:36 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
|
||||
|
||||
- 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 <mpluskal@suse.com>
|
||||
|
||||
|
16
proj.spec
16
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}
|
||||
|
Loading…
Reference in New Issue
Block a user