rpms/splat/F-9 bearing.man, NONE, 1.1 postdownload.man, NONE, 1.1 sources, 1.2, 1.3 splat.spec, 1.1, 1.2 splat-1.2-build.patch, 1.1, NONE splat-1.2-gcc.patch, 1.1, NONE splat-1.2-parens.patch, 1.1, NONE

Steve Conklin (sconklin) fedora-extras-commits at redhat.com
Thu Jul 31 00:05:52 UTC 2008


Author: sconklin

Update of /cvs/pkgs/rpms/splat/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28318

Modified Files:
	sources splat.spec 
Added Files:
	bearing.man postdownload.man 
Removed Files:
	splat-1.2-build.patch splat-1.2-gcc.patch 
	splat-1.2-parens.patch 
Log Message:
latest upstream, we now deliver the postdownload utility and the new bearing utility



--- NEW FILE bearing.man ---
.\" Man page for bearing
.\" Created by copying text from utils/README  
.TH man 1 "30 July 2008" "1.0" "bearing"
.SH NAME
bearing \- returns the azimuth bearing and great circle path distance between two specified points
.SH SYNOPSIS
.B bearing
file
.SH DESCRIPTION
.B bearing
reads a pair of .qth files specified on the command
line, and returns the azimuth bearing and great circle path distance between
the two points specified.  A -metric switch is available so that distances
can be provided in kilometers rather than statute miles.  SPLAT! provides
similar distance and bearing information between two specific site locations.
The bearing utility, however, provides the information quickly and easily
over great distances without having to run SPLAT!
 
.SH EXAMPLES
bearing ai4qr.qth 940-repeater.qth

.SH FILES
.P 
.I /usr/bin/bearing
.SH SEE ALSO
.BR splat (1), 
.SH BUGS
No known bugs at this time. 
.SH AUTHOR
.nf
Steve Conklin (fedora at conklinhouse.com)
.fi
.SH HISTORY
2008 \- Text copied from README


--- NEW FILE postdownload.man ---
.\" Man page for postdownload
.\" Created by copying text from utils/README  
.TH man 1 "30 July 2008" "1.0" "postdownload"
.SH NAME
postdownload \- A front-end to the usgs2sdf utility
.SH SYNOPSIS
.B postdownload
file
.SH DESCRIPTION
.B postdownload
 is a front-end to the usgs2sdf utility.  postdownload
takes as an argument the name of the gzipped Digital Elevation Model
(DEM) downloaded from the US Geological Survey (ie: wilmington-w.gz).
postdownload uncompresses the DEM file, adds necessary record delimiters,
and invokes usgs2sdf to produce a SPLAT Data File (SDF).

.P
USGS Digital Elevation Models may be downloaded from:

    http://edcftp.cr.usgs.gov/pub/data/DEM/250/

Invoke postdownload with the name of each DEM file downloaded to
produce a database of SPLAT Data Files.

 
.SH EXAMPLES
postdownload aberdeen

.SH FILES
.P 
.I /usr/bin/postdownload
.SH SEE ALSO
.BR splat (1), 
.SH BUGS
No known bugs at this time. 
.SH AUTHOR
.nf
Steve Conklin (fedora at conklinhouse.com)
.fi
.SH HISTORY
2008 \- Text copied from README


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/splat/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	2 Mar 2008 21:31:20 -0000	1.2
+++ sources	31 Jul 2008 00:05:22 -0000	1.3
@@ -1 +1 @@
-46a223f7db0d59dc79dd5467cdebf14d  splat-1.2.1.tar.bz2
+48e1c8b71e18b843066c625ed3068a1b  splat-1.2.3.tar.bz2


Index: splat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/splat/F-9/splat.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- splat.spec	2 Mar 2008 21:31:20 -0000	1.1
+++ splat.spec	31 Jul 2008 00:05:22 -0000	1.2
@@ -1,19 +1,19 @@
 Name:           splat
-Version:        1.2.1
-Release:        6%{?dist}
+Version:        1.2.3
+Release:        1%{?dist}
 Summary:        Analyze point-to-point terrestrial RF communication links
 
 Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://www.qsl.net/kd2bd/splat.html
-Source0:        http://www.ibiblio.org/pub/linux/apps/ham/%{name}-%{version}.tar.bz2
+Source0:        http://www.qsl.net/kd2bd/%{name}-%{version}.tar.bz2
 #man pages for utilities, generated from utils README file
 Source1:        citydecoder.man
 Source2:        srtm2sdf.man
 Source3:        usgs2sdf.man
-Patch0:		splat-1.2-gcc.patch
-Patch1:		splat-1.2-build.patch
-Patch2:		splat-1.2-parens.patch
+Source4:        bearing.man
+Source5:        postdownload.man
+Patch0:		splat-1.2-build.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  bzip2-devel
@@ -36,15 +36,15 @@
 
 Includes: 
 citydecoder
+bearing
+postdownload
 srtm2sdf
 usg2sdf
 
 
 %prep
 %setup -q
-%patch0 -p1 -b .gcc
-%patch1 -p1 -b .ppc
-%patch2 -p1 -b .parens
+%patch0 -p1 -b .ppc
 
 #fix end of line encoding
 %{__sed} -i 's/\r//' utils/fips.txt
@@ -57,6 +57,8 @@
 groff -e -T ascii -man %{SOURCE1} > $RPM_BUILD_DIR/%{name}-%{version}/utils/citydecoder.1
 groff -e -T ascii -man %{SOURCE2} > $RPM_BUILD_DIR/%{name}-%{version}/utils/srtm2sdf.1
 groff -e -T ascii -man %{SOURCE3} > $RPM_BUILD_DIR/%{name}-%{version}/utils/usgs2sdf.1
+groff -e -T ascii -man %{SOURCE4} > $RPM_BUILD_DIR/%{name}-%{version}/utils/bearing.1
+groff -e -T ascii -man %{SOURCE5} > $RPM_BUILD_DIR/%{name}-%{version}/utils/postdownload.1
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -66,10 +68,14 @@
 install -D -m 0644 docs/spanish/man/splat.1 $RPM_BUILD_ROOT%{_mandir}/es/man1/splat.1
 #utils
 install -D -m 0755 utils/citydecoder $RPM_BUILD_ROOT%{_bindir}/citydecoder
+install -D -m 0755 utils/bearing $RPM_BUILD_ROOT%{_bindir}/bearing
+install -D -m 0755 utils/postdownload $RPM_BUILD_ROOT%{_bindir}/postdownload
 install -D -m 0755 utils/usgs2sdf $RPM_BUILD_ROOT%{_bindir}/usgs2sdf
 install -D -m 0755 utils/srtm2sdf $RPM_BUILD_ROOT%{_bindir}/srtm2sdf
-#additional man pagers
+#additional man pages
 install -D -m 0644 utils/citydecoder.1 $RPM_BUILD_ROOT%{_mandir}/man1/citydecoder.1
+install -D -m 0644 utils/bearing.1 $RPM_BUILD_ROOT%{_mandir}/man1/bearing.1
+install -D -m 0644 utils/postdownload.1 $RPM_BUILD_ROOT%{_mandir}/man1/postdownload.1
 install -D -m 0644 utils/srtm2sdf.1 $RPM_BUILD_ROOT%{_mandir}/man1/srtm2sdf.1
 install -D -m 0644 utils/usgs2sdf.1 $RPM_BUILD_ROOT%{_mandir}/man1/usgs2sdf.1
 
@@ -88,16 +94,23 @@
 %files utils
 %doc COPYING utils/README utils/fips.txt
 %{_bindir}/citydecoder
+%{_bindir}/bearing
+%{_bindir}/postdownload
 %{_bindir}/srtm2sdf
 %{_bindir}/usgs2sdf
 %{_mandir}/man?/citydecoder*
+%{_mandir}/man?/bearing*
+%{_mandir}/man?/postdownload*
 %{_mandir}/man?/srtm2sdf*
 %{_mandir}/man?/usgs2sdf*
 
 %changelog
+* Wed Jul 30 2008 Steve Conklin <fedora at conklinhouse.com> - 1.2.3-1
+- New upstream
+- added delivery of postdownload script and the new bearing utility
+- added man pages for bearing and postdownload
 * Thu Feb 28 2008 Steve Conklin <sconklin at redhat dot com> - 1.2.1-6
 - Silly, there's no gui. Removed desktop and icon files.
-
 * Thu Feb 28 2008 Steve Conklin <sconklin at redhat dot com> - 1.2.1-5
 - installed desktop and icon files with main package, not utils
 


--- splat-1.2-build.patch DELETED ---


--- splat-1.2-gcc.patch DELETED ---


--- splat-1.2-parens.patch DELETED ---




More information about the fedora-extras-commits mailing list