rpms/wvs-data/devel wvs-data.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Mamoru Tasaka (mtasaka) fedora-extras-commits at redhat.com
Wed Oct 25 22:11:49 UTC 2006


Author: mtasaka

Update of /cvs/extras/rpms/wvs-data/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11825/devel

Modified Files:
	.cvsignore sources 
Added Files:
	wvs-data.spec 
Log Message:
auto-import wvs-data-0.0.20020219-2 on branch devel from wvs-data-0.0.20020219-2.src.rpm


--- NEW FILE wvs-data.spec ---
# 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:	2
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
* Wed Oct 25 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.0.20020219-2
- Directory name change.

* Wed Oct 25 2006 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.0.20020219-1
- Initial packaging.
- Use 0.0.%%{date} for version.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/wvs-data/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	25 Oct 2006 21:58:47 -0000	1.1
+++ .cvsignore	25 Oct 2006 22:11:19 -0000	1.2
@@ -0,0 +1 @@
+wvs.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/wvs-data/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	25 Oct 2006 21:58:47 -0000	1.1
+++ sources	25 Oct 2006 22:11:19 -0000	1.2
@@ -0,0 +1 @@
+56325c8105c7137ced73396f2f2d8221  wvs.tar.bz2




More information about the fedora-extras-commits mailing list