wvs-data/wvs-data.spec
2009-02-24 05:44:08 +00:00

62 lines
1.5 KiB
RPMSpec

# Well, for now we use the timestamp of unpacked data
# for version
# Other information can be obtained on
# http://www.ngdc.noaa.gov/mgg/global/relief/ETOPO5/BOUNDARY/WVS/
# http://www.ngdc.noaa.gov/mgg/fliers/93mgg01.html
%define WVS_date 20020219
Name: wvs-data
Version: 0.0.%{WVS_date}
Release: 4
Summary: World Vector Shoreline data
Group: Applications/Engineering
License: Public Domain
URL: http://www.flaterco.com/xtide/files.html
Source0: ftp://ftp.flaterco.com/xtide/wvs.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%description
This package contains World Vector Shoreline data, which can
be used for XTide related applications.
%prep
%setup -q -c %{name}-%{version}
%build
%install
%{__rm} -rf $RPM_BUILD_ROOT
%{__mkdir_p} $RPM_BUILD_ROOT%{_datadir}/%{name}
%{__install} -c -p -m644 *.dat \
$RPM_BUILD_ROOT%{_datadir}/%{name}
%clean
%{__rm} -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%{_datadir}/%{name}/
%changelog
* Tue Feb 24 2009 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.0.20020219-4
- F-11: Mass rebuild
* Sun Oct 29 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.0.20020219-3
- Bump to remove %%{?dist} tag.
* Sat Oct 28 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp>
- Add %%{?dist} tag as CVS forces this.
* Wed Oct 25 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.0.20020219-2
- Directory name change.
* Wed Oct 25 2006 Mamoru Tasaka <mtasaka@ioa.s.u-tokyo.ac.jp> - 0.0.20020219-1
- Initial packaging.
- Use 0.0.%%{date} for version.