[splat/f14/master] Take ownership orphaned package, update to current upstream 1.3.0

Randall 'Randy' Berry dp67 at fedoraproject.org
Sun Aug 1 22:00:46 UTC 2010


commit 0d49c4065045e5844cdb6d930691405b2fe5907c
Author: Randall Berry <randyn3lrx at gmail.com>
Date:   Sun Aug 1 18:00:43 2010 -0400

    Take ownership orphaned package, update to current upstream 1.3.0

 sources    |    2 +-
 splat.spec |   42 +++++++++++++++---------------------------
 2 files changed, 16 insertions(+), 28 deletions(-)
---
diff --git a/sources b/sources
index d7ec02d..88c3a8e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-48e1c8b71e18b843066c625ed3068a1b  splat-1.2.3.tar.bz2
+0b45c9d8fbb1a7c87fbc013d332e1bc7  splat-1.3.0.tar.bz2
diff --git a/splat.spec b/splat.spec
index 66cb416..68c2cf4 100644
--- a/splat.spec
+++ b/splat.spec
@@ -1,9 +1,9 @@
 Name:           splat
-Version:        1.2.3
-Release:        7%{?dist}
+Version:        1.3.0
+Release:        1%{?dist}
 
 Provides:       splat-utils = %{version}-%{release}
-Obsoletes:      splat-utils < 1.2.3-2
+Obsoletes:      splat-utils < 1.2.3-7
 
 Summary:        Analyze point-to-point terrestrial RF communication links
 
@@ -11,19 +11,14 @@ Group:          Applications/Communications
 License:        GPLv2+
 URL:            http://www.qsl.net/kd2bd/splat.html
 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
-Source4:        bearing.man
-Source5:        postdownload.man
-Patch0:		splat-1.2.3-optflags.patch
+# Build flags patch
+Patch0:		splat-1.3.0-build-file.patch
+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  bzip2-devel
 BuildRequires:  groff
-BuildRequires:	desktop-file-utils
-#Requires:       
+BuildRequires:	desktop-file-utils       
 
 %description
 SPLAT! is a Surface Path Length And Terrain analysis application written for
@@ -42,13 +37,6 @@ designers and site engineers.
 #uses custom build scripts
 ./build all
 
-#build additional man pages
-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
 #manual install, easier than patching upstream custom install script
@@ -61,12 +49,6 @@ 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 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
 
 #rename this to avoid conflict with main readme
 mv utils/README utils/README-utils
@@ -80,10 +62,16 @@ rm -rf $RPM_BUILD_ROOT
 %doc CHANGES COPYING README utils/README-utils utils/fips.txt
 %doc sample_data
 %{_bindir}/*
-%{_mandir}/es/man?/splat*
-%{_mandir}/man?/*
+%{_mandir}/es/man1/*
+%{_mandir}/man1/*
 
 %changelog
+* Sun Aug  1 2010 Randall J. Berry <dp67 at fedoraproject.org> - 1.3.0-1
+- Upstream update 1.3.0
+- Rebuild for F13/F14/Devel
+- Clean up spec.
+- Several files changed on newer version.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.3-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list