From 2b7970cc40472b9ed037dead2168ea9e3f237d1b Mon Sep 17 00:00:00 2001 From: Lucian Langa Date: Jan 09 2010 15:57:08 +0000 Subject: new upstream release --- diff --git a/.cvsignore b/.cvsignore index 3b5d845..eeccf30 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -qle-0.0.13.tar.gz +qle-0.0.18.tar.gz diff --git a/qle-0.0.18-configlocation.patch b/qle-0.0.18-configlocation.patch new file mode 100644 index 0000000..ef44c35 --- /dev/null +++ b/qle-0.0.18-configlocation.patch @@ -0,0 +1,12 @@ +diff -Naur qle-0.0.18/qle-0.0.18.pl qle-0.0.18-mod/qle-0.0.18.pl +--- qle-0.0.18/qle-0.0.18.pl 2009-12-21 19:13:12.000000000 +0200 ++++ qle-0.0.18-mod/qle-0.0.18.pl 2010-01-09 17:30:37.000000000 +0200 +@@ -51,6 +51,7 @@ + # Build name of config file from name of executable file: + my ($progName, $pathName, $suffix) = fileparse("$0", qr/\.[^.]*/); + my $configFile; ++ my $pathName = "/etc/qle/"; + if (File::Spec->file_name_is_absolute($pathName)) { + $configFile = "$pathName" . "$progName" . ".conf"; + } else { +diff -Naur qle-0.0.18/qle.sh qle-0.0.18-mod/qle.sh diff --git a/qle-0.0.18-sh.patch b/qle-0.0.18-sh.patch new file mode 100644 index 0000000..774170e --- /dev/null +++ b/qle-0.0.18-sh.patch @@ -0,0 +1,25 @@ +diff -Naur qle-0.0.18/qle.sh qle-0.0.18-mod/qle.sh +--- qle-0.0.18/qle.sh 2009-12-21 19:13:12.000000000 +0200 ++++ qle-0.0.18-mod/qle.sh 2010-01-09 17:35:40.000000000 +0200 +@@ -1,3 +1,4 @@ ++#!/bin/bash + ##################################################################### + # + # Suggested start-up script for qle-.pl +@@ -13,6 +14,7 @@ + ##################################################################### + # + #cd ~/qle-0.0.18 ++cd /usr/share/qle + # + echo qle.sh: trying to kill lingering hamlib 'rigctld' servers: + killall rigctld +@@ -24,7 +26,7 @@ + # + echo qle.sh: starting up the 'qle' logger program: + # perl qle-0.0.18.pl -font "-adobe-avant garde gothic-demi-r-normal--0-0-0-0-p-0-iso8859-1" $1 $2 $3 $4 +-perl qle-0.0.18.pl -foreground Blue $1 $2 $3 $4 ++perl qle.pl -foreground Blue $1 $2 $3 $4 + # + echo qle.sh: killing 'rigctld' server: + killall rigctld diff --git a/qle.desktop b/qle.desktop index 17ee89e..fb3b535 100644 --- a/qle.desktop +++ b/qle.desktop @@ -1,5 +1,4 @@ [Desktop Entry] -Encoding=UTF-8 Name=qle GenericName=qle Comment=A QSO Logger and log Editor @@ -7,5 +6,5 @@ Exec=qle Icon=qle Terminal=false Type=Application -Categories=HamRadio; +Categories=Network;HamRadio; Version=1.0 diff --git a/qle.spec b/qle.spec index 32e4363..9ccf160 100644 --- a/qle.spec +++ b/qle.spec @@ -1,6 +1,6 @@ Name: qle -Version: 0.0.13 -Release: 2%{?dist} +Version: 0.0.18 +Release: 1%{?dist} Summary: A QSO Logger and log Editor Group: Applications/Communications @@ -10,9 +10,9 @@ Source0: http://home.kpn.nl/w.knol18/%{name}/%{name}-%{version}.tar.gz Source1: qle.desktop Source2: qle.png #add script shebang & fix paths -Patch0: qle-sh.patch +Patch0: qle-%{version}-sh.patch #Fix configuration path -Patch1: qle-configlocation.patch +Patch1: qle-%{version}-configlocation.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch @@ -76,7 +76,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc AUTHORS BUGS NEWS README TODO COPYING +%doc AUTHORS BUGS NEWS README COPYING %dir /etc/%{name} %config(noreplace) /etc/%{name}/%{name}.conf %{_bindir}/%{name} @@ -86,6 +86,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Jan 09 2010 Lucian Langa - 0.0.18-1 +- new upstream release + * Wed Feb 25 2009 Fedora Release Engineering - 0.0.13-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild diff --git a/sources b/sources index 5138a90..beab4ab 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4e2ef84c17fae06657111a964f2fd299 qle-0.0.13.tar.gz +8a52a403cda8be2454427164c9b75f03 qle-0.0.18.tar.gz