From 3a231a09d1c5f85f82adece9c50f2eb040bcae5c Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Feb 17 2009 11:13:30 +0000 Subject: - drop hamlib-perl dependency and require only hamlib - new upstream release --- diff --git a/.cvsignore b/.cvsignore index f2d8ffc..3b5d845 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -qle-0.0.10.tar.gz +qle-0.0.13.tar.gz diff --git a/qle-configlocation.patch b/qle-configlocation.patch index 9d6d7b9..d2f2ccc 100644 --- a/qle-configlocation.patch +++ b/qle-configlocation.patch @@ -1,6 +1,6 @@ -diff -up ./qle-0.0.10.pl.orig ./qle-0.0.10.pl ---- ./qle-0.0.10.pl.orig 2007-12-06 18:58:16.000000000 -0700 -+++ ./qle-0.0.10.pl 2007-12-06 18:58:32.000000000 -0700 +diff -up ./qle-0.0.13.pl.orig ./qle-0.0.13.pl +--- ./qle-0.0.13.pl.orig 2007-12-06 18:58:16.000000000 -0700 ++++ ./qle-0.0.13.pl 2007-12-06 18:58:32.000000000 -0700 @@ -57,9 +57,10 @@ my $sprogName = basename($progName); $progName =~ s/^\.\///; # Zap leading './' diff --git a/qle-sh.patch b/qle-sh.patch index 6552707..aad1735 100644 --- a/qle-sh.patch +++ b/qle-sh.patch @@ -1,17 +1,25 @@ -diff -up qle-0.0.7/qle.sh.orig qle-0.0.7/qle.sh ---- qle-0.0.7/qle.sh.orig 2007-12-08 10:15:59.000000000 +0100 -+++ qle-0.0.7/qle.sh 2007-12-08 10:23:51.000000000 +0100 +--- qle-0.0.13/qle.sh 2009-02-08 14:54:19.000000000 +0200 ++++ qle-0.0.13-mod/qle.sh 2009-02-17 10:50:59.000000000 +0200 @@ -1,3 +1,4 @@ +#!/bin/bash + ############################################################ + # # Suggested start-up script for 'qle' +@@ -14,7 +15,7 @@ # - # Using a start-up shell script allows you to set the X-window font -@@ -6,6 +7,6 @@ - # '--' options are interpreted by qle, e.g. '--splitScreen'. - # '-' options are for the window manager, e.g '-geometry'. + # Change to working directory if running from somewhere else: # --cd ~/qle-0.0.10 --perl qle-0.0.10.pl -font "terminus-bold-14" -geometry "800x680+100+20" --splitScreen=0 $1 $2 $3 $4 +-#cd ~/qle-0.0.13 +cd /usr/share/qle -+perl /usr/share/qle/qle-0.0.10.pl -font "terminus-bold-14" -geometry "800x680+100+20" --splitScreen=0 $1 $2 $3 $4 - + # + # Kill lingering 'rigctld' servers: + # +@@ -31,7 +32,7 @@ + # Suggested other options: + # -font "" + # +-perl qle-0.0.13.pl -geometry "800x680+100+20" --debug=0 $1 $2 $3 $4 ++perl qle.pl -geometry "800x680+100+20" --debug=0 $1 $2 $3 $4 + # + # Killing rigctld process: + # diff --git a/qle.spec b/qle.spec index 692db04..88c8c89 100644 --- a/qle.spec +++ b/qle.spec @@ -1,12 +1,12 @@ Name: qle -Version: 0.0.10 -Release: 5%{?dist} +Version: 0.0.13 +Release: 1%{?dist} Summary: A QSO Logger and log Editor Group: Applications/Communications License: GPLv2+ -URL: http://home.kpnplanet.nl/~w.knol18@kpnplanet.nl/qle/qle.html -Source0: http://home.kpnplanet.nl/~w.knol18@kpnplanet.nl/%{name}/%{name}-%{version}.tar.gz +URL: http://home.kpn.nl/w.knol18/qle/qle.html +Source0: http://home.kpn.nl/w.knol18/%{name}/%{name}-%{version}.tar.gz Source1: qle.desktop Source2: qle.png #add script shebang & fix paths @@ -18,8 +18,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl, perl(DBI), perl(DBD::SQLite), perl(Tk) -#Needs hamlib package rebuild with perl bindings included -Requires: hamlib-perl +#qle requires rigctld from hamlib for communicating with transciever +Requires: hamlib Requires: cwdaemon BuildRequires: desktop-file-utils @@ -58,7 +58,7 @@ install -p -D -m 0644 kiwi-blk-52x52.xbm $RPM_BUILD_ROOT%{_datadir}/%{name}/kiwi install -p -D -m 0644 foo3.db $RPM_BUILD_ROOT%{_datadir}/%{name}/foo3.db install -p -D -m 0755 adifimport.pl $RPM_BUILD_ROOT%{_datadir}/%{name}/adifimport.pl install -p -D -m 0755 cabrilloimport.pl $RPM_BUILD_ROOT%{_datadir}/%{name}/cabrilloimport.pl -install -p -D -m 0755 qle-%{version}.pl $RPM_BUILD_ROOT%{_datadir}/%{name}/qle-%{version}.pl +install -p -D -m 0755 qle-%{version}.pl $RPM_BUILD_ROOT%{_datadir}/%{name}/qle.pl install -p -D -m 0755 showfonts.pl $RPM_BUILD_ROOT%{_datadir}/%{name}/showfonts.pl install -p -D -m 0755 showcolor.pl $RPM_BUILD_ROOT%{_datadir}/%{name}/showcolor.pl install -p -D -m 0644 master.scp $RPM_BUILD_ROOT%{_datadir}/%{name}/master.scp @@ -86,6 +86,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Feb 17 2009 Lucian Langa - 0.0.13-1 +- drop hamlib-perl dependency and require only hamlib +- new upstream release + * Sun Nov 23 2008 Lucian Langa - 0.0.10-5 - add missing patch diff --git a/sources b/sources index 9ce6e0d..5138a90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6183fe85dc894717e2fd0b72028be107 qle-0.0.10.tar.gz +4e2ef84c17fae06657111a964f2fd299 qle-0.0.13.tar.gz