Accepting request 432433 from Application:Geo:Staging
OBS-URL: https://build.opensuse.org/request/show/432433 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/proj?expand=0&rev=25
This commit is contained in:
parent
2de7f78913
commit
1c3d005bf4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9a40de36183d23a395cf51ba7a465e1e6c982b6e4553b31310c42012d188be6b
|
|
||||||
size 4045125
|
|
3
proj-4.9.3.tar.gz
Normal file
3
proj-4.9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6984542fea333488de5c82eea58d699e4aff4b359200a9971537cd7e047185f7
|
||||||
|
size 921448
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:723c4017d95d7a8abdf3bda4e18d3c15d79b00f9326d453da5fdf13f96c287db
|
|
||||||
size 2250131
|
|
3
proj-datumgrid-1.6.zip
Normal file
3
proj-datumgrid-1.6.zip
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:054e7b63b474926c79f25fbe5cd8760351e8d93e5a167b5473e993c01bb08866
|
||||||
|
size 2766762
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Oct 2 09:00:00 UTC 2016 - tzotsos@opensuse.org
|
||||||
|
|
||||||
|
- Update to 4.9.3
|
||||||
|
o update to new datumgrid version 1.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 30 21:00:00 UTC 2016 - tzotsos@opensuse.org
|
Fri Sep 30 21:00:00 UTC 2016 - tzotsos@opensuse.org
|
||||||
|
|
||||||
|
12
proj.spec
12
proj.spec
@ -16,16 +16,16 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define libname lib%{name}9
|
%define libname lib%{name}12
|
||||||
Name: proj
|
Name: proj
|
||||||
Version: 4.9.2
|
Version: 4.9.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cartographic projection software
|
Summary: Cartographic projection software
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Productivity/Scientific/Other
|
Group: Productivity/Scientific/Other
|
||||||
Url: https://trac.osgeo.org/proj/
|
Url: https://trac.osgeo.org/proj/
|
||||||
Source0: https://github.com/OSGeo/proj.4/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: http://download.osgeo.org/proj/%{name}-%{version}.tar.gz
|
||||||
Source1: http://download.osgeo.org/proj/%{name}-datumgrid-1.5.zip
|
Source1: http://download.osgeo.org/proj/%{name}-datumgrid-1.6.zip
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: unzip
|
BuildRequires: unzip
|
||||||
Provides: libproj = %{version}
|
Provides: libproj = %{version}
|
||||||
@ -54,7 +54,7 @@ data with a wide range of selectable projection functions.
|
|||||||
This package contains libproj and the appropriate header files and man pages.
|
This package contains libproj and the appropriate header files and man pages.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n proj.4-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
cd nad
|
cd nad
|
||||||
unzip -o %{SOURCE1}
|
unzip -o %{SOURCE1}
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ install -D -p -m 0644 src/projects.h %{buildroot}/%{_includedir}/projects.h
|
|||||||
|
|
||||||
%files -n %{libname}
|
%files -n %{libname}
|
||||||
%defattr(0644,root,root)
|
%defattr(0644,root,root)
|
||||||
%{_libdir}/libproj.so.9*
|
%{_libdir}/libproj.so.12*
|
||||||
|
|
||||||
%files -n libproj-devel
|
%files -n libproj-devel
|
||||||
%defattr(0644,root,root)
|
%defattr(0644,root,root)
|
||||||
|
Loading…
Reference in New Issue
Block a user