1 |
Name: gmt-gshhg |
2 |
Summary: Global Self-consistent Hierarchical High-resolution Geography (GSHHG) |
3 |
Version: 2.3.7 |
4 |
Release: %mkrel 4 |
5 |
Group: Sciences/Geosciences |
6 |
License: LGPLv3+ |
7 |
Url: http://www.soest.hawaii.edu/pwessel/gshhg/ |
8 |
Source0: http://www.soest.hawaii.edu/pwessel/gshhg/gshhg-gmt-%{version}.tar.gz |
9 |
BuildArch: noarch |
10 |
Provides: gshhg = %{version}-%{release} |
11 |
|
12 |
%description |
13 |
GSHHG is a high-resolution shoreline data set amalgamated from two databases: |
14 |
Global Self-consistent Hierarchical High-resolution Shorelines (GSHHS) and |
15 |
CIA World Data Bank II (WDBII). GSHHG contains vector descriptions at five |
16 |
different resolutions of land outlines, lakes, rivers, and political |
17 |
boundaries. This data is for use by GMT, the Generic Mapping Tools. |
18 |
|
19 |
%prep |
20 |
%setup -qn gshhg-gmt-%{version} |
21 |
|
22 |
%build |
23 |
#nothing |
24 |
|
25 |
%install |
26 |
mkdir -p %{buildroot}%{_datadir}/gmt/gshhg/ |
27 |
cp -a *.nc %{buildroot}%{_datadir}/gmt/gshhg/ |
28 |
|
29 |
%files |
30 |
%license LICENSE* COPYING* |
31 |
%doc README.TXT |
32 |
%{_datadir}/gmt/gshhg/ |