-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdcw-gmt.spec
More file actions
40 lines (34 loc) · 1.35 KB
/
dcw-gmt.spec
File metadata and controls
40 lines (34 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Name: dcw-gmt
Version: 2.2.0
Release: 1%{?dist}
Summary: Digital Chart of the World (DCW) for GMT
License: LGPLv3+
URL: https://github.com/GenericMappingTools/dcw-gmt
Source0: https://github.com/GenericMappingTools/dcw-gmt/releases/download/%{version}/%{name}-%{version}.tar.gz
BuildArch: noarch
%description
DCW-GMT is an enhancement to the original 1:1,000,000 scale vector basemap of the world,
available from the Princeton University Digital Map and Geospatial Information Center.
It contains more state boundaries (the largest 8 countries are now represented) than
the original data source. Information about DCW can be found on
Wikipedia (https://en.wikipedia.org/wiki/Digital_Chart_of_the_World).
This data is for use by GMT, the Generic Mapping Tools.
%prep
%autosetup
%install
mkdir -p %{buildroot}/%{_datadir}/%{name}
cp -a dcw-*.nc dcw-*.txt %{buildroot}/%{_datadir}/%{name}/
%files
%doc LICENSE README.md ChangeLog
%{_datadir}/%{name}/
%changelog
* Mon Aug 11 2025 Xiaohan Chen 2.2.0
- Update to 2.2.0
* Mon Jan 8 2024 seisman <seisman.info@gmail.com> 2.1.2-1
- Update to 2.1.2
* Sun Jun 19 2022 seisman <seisman.info@gmail.com> 2.1.1-1
- Update to 2.1.1
* Sat Apr 17 2021 seisman <seisman.info@gmail.com> 2.0.0-1
- Update to 2.0.0
* Fri Oct 11 2019 seisman <seisman.info@gmail.com> 1.1.4-1
- Initial package