source: projects/specs/trunk/G/GMT-coastlines/GMT-coastlines-vl.spec @ 7034

Revision 7034, 3.6 KB checked in by Takemikaduchi, 11 years ago (diff)

GMT-coastlines: new package
others: new upstream release

Line 
1Name:           GMT-coastlines
2Version:        2.2.0
3Release:        1%{?_dist_release}
4Summary:        Coastline data for GMT
5
6Group:          Applications/Engineering
7License:        GPLv2
8URL:            http://gmt.soest.hawaii.edu/
9# seems to be derived at least from 2 Public Domain datasets,
10# CIA World DataBank II and World Vector Shoreline (already in fedora),
11# then modified.
12Source0:        ftp://ftp.soest.hawaii.edu/gmt/gshhs-%{version}.tar.bz2
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
14BuildArch:      noarch
15Provides:       gmt-coastlines = %{version}-%{release}
16
17
18%description
19Crude, low, and intermediate resolutions coastline data for GMT.
20
21
22%package        full
23Summary:        Full resolution coastline data for GMT
24Group:          Applications/Engineering
25Requires:       GMT-coastlines
26Provides:       gmt-coastlines = %{version}-%{release}
27
28%description    full
29%{summary}.
30
31
32%package        high
33Summary:        High resolution coastline data for GMT
34Group:          Applications/Engineering
35Requires:       GMT-coastlines
36Provides:       gmt-coastlines = %{version}-%{release}
37
38%description    high
39%{summary}.
40
41
42%package        all
43Summary:        All coastline data for GMT
44Group:          Applications/Engineering
45Requires:       GMT-coastlines
46Requires:       GMT-coastlines-full
47Requires:       GMT-coastlines-high
48Provides:       gmt-coastlines-all = %{version}-%{release}
49
50%description    all
51%{summary}.
52
53
54%prep
55%setup -q -c
56
57
58%build
59
60
61%install
62rm -rf $RPM_BUILD_ROOT
63mkdir -p ${RPM_BUILD_ROOT}/%{_datadir}/GMT
64cp -a share/coast  ${RPM_BUILD_ROOT}/%{_datadir}/GMT/
65
66
67%clean
68rm -rf $RPM_BUILD_ROOT
69
70
71%files
72%defattr(-,root,root,-)
73%doc LICENSE.TXT README.TXT
74%dir %{_datadir}/GMT/coast
75%{_datadir}/GMT/coast/*_[cil].cdf
76
77%files full
78%defattr(-,root,root,-)
79%{_datadir}/GMT/coast/*_f.cdf
80
81%files high
82%defattr(-,root,root,-)
83%{_datadir}/GMT/coast/*_h.cdf
84
85%files all
86%defattr(-,root,root,-)
87
88
89%changelog
90* Sun Oct 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
91- initial build for Vine Linux
92
93
94* Mon Aug 29 2011 Orion Poplawski <orion@cora.nwra.com> 2.2.0-1
95- Update to 2.2.0
96
97* Wed Mar 9 2011 Orion Poplawski <orion@cora.nwra.com> 2.1.1-1
98- Update to 2.1.1
99
100* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.1.0-2
101- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
102
103* Tue Jul 20 2010 Orion Poplawski <orion@cora.nwra.com> 2.1.0-1
104- Update to 2.1.0
105
106* Tue Jan 26 2010 Orion Poplawski <orion@cora.nwra.com> 2.0.2-1
107- Update to 2.0.2
108
109* Thu Nov 19 2009 Orion Poplawski <orion@cora.nwra.com> 2.0.1-2
110- Require GMT-common instead for directory ownership
111
112* Fri Oct 16 2009 Orion Poplawski <orion@cora.nwra.com> 2.0.1-1
113- Update to 2.0.1
114
115* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0-2
116- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
117
118* Fri Jul 17 2009 Orion Poplawski <orion@cora.nwra.com> 2.0-1
119- Update to 2.0
120
121* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10-3
122- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
123
124* Sat Nov 29 2008 Orion Poplawski <orion@cora.nwra.com> 1.10-2
125- Add Requires: GMT to get needed directories (bug #473592)
126
127* Mon May 5 2008 Orion Poplawski <orion@cora.nwra.com> 1.10-1
128- Update to 1.10
129
130* Fri Apr 25 2008 Orion Poplawski <orion@cora.nwra.com> 1.9-3
131- Add lowercase provides
132- Fix URLs and timestamps
133- Add comment about source
134
135* Mon Mar 24 2008 Orion Poplawski <orion@cora.nwra.com> 1.9-2
136- Merged version
137
138* Mon Mar 17 2008 Orion Poplawski <orion@cora.nwra.com> 1.9-1
139- Initial version
Note: See TracBrowser for help on using the repository browser.