[qtgpsc] * Sat Sep 11 2010 Fabian Affolter <fabian at bernewireless.net> - 0.3.0-1 - gpsd patch removed - Update

Fabian Affolter fab at fedoraproject.org
Sat Sep 11 14:26:19 UTC 2010


commit 29cb238c9971cf861cbd17b2fb6d8d17293c10c9
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Sat Sep 11 16:25:57 2010 +0200

    * Sat Sep 11 2010 Fabian Affolter <fabian at bernewireless.net> - 0.3.0-1
    - gpsd patch removed
    - Updated to QT4
    - Switched from qmake to cmake
    - Updated source url and project url
    - Updated doc stuff
    - Updated to new upstream version 0.3.0

 .gitignore  |    1 +
 qtgpsc.spec |   30 +++++++++++++++++++-----------
 sources     |    2 +-
 3 files changed, 21 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 363ab3b..6a1ae68 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 qtgpsc-0.2.3.tar.gz
+/qtgpsc-0.3.0.tar.gz
diff --git a/qtgpsc.spec b/qtgpsc.spec
index 5a50958..1faafa4 100644
--- a/qtgpsc.spec
+++ b/qtgpsc.spec
@@ -1,36 +1,36 @@
 Name:           qtgpsc
-Version:        0.2.3
-Release:        7%{?dist}
+Version:        0.3.0
+Release:        1%{?dist}
 Summary:        A client for the gpsd GPS server
 
 Group:          Applications/Engineering
 License:        BSD
-URL:            http://www.navlost.eu/survey/gpsd/
-Source0:        http://www.navlost.eu/survey/gpsd/%{name}-%{version}.tar.gz
+URL:            http://code.google.com/p/qtgpsc/
+Source0:        http://qtgpsc.googlecode.com/files/%{name}-%{version}.tar.gz
 Source1:        %{name}.desktop
 Source2:        %{name}.png
-Patch0:         qtgpsc-0.2.3-gpsdclient.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  qt3-devel
+BuildRequires:  qt-devel
+BuildRequires:  cmake
 BuildRequires:  libstdc++-devel
 BuildRequires:  gpsd-devel
 
 BuildRequires:  desktop-file-utils
 
 %description
-qtGPSc connects to a GPS receiver via gpsd and displays position, speed,
-and time, as well as various precision indicators and satellite configuration.
+qtGPSc connects to a GPS receiver via gpsd and displays position,
+speed, and time, as well as various precision indicators and satellite
+configuration.
 It can also show the raw GPS data in GPSD or NMEA format.
 
 
 %prep
 %setup -q
-%patch0 -p1 -b .gpsdclient
 
 
 %build
-qmake
+%cmake
 make %{?_smp_mflags}
 
 %install
@@ -46,13 +46,21 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES COPYING README TODO
+%doc CHANGELOG LICEnSE README
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 
 
 %changelog
+* Sat Sep 11 2010 Fabian Affolter <fabian at bernewireless.net> - 0.3.0-1
+- gpsd patch removed
+- Updated to QT4
+- Switched from qmake to cmake
+- Updated source url and project url
+- Updated doc stuff
+- Updated to new upstream version 0.3.0
+
 * Sat May 08 2010 Fabian Affolter <fabian at bernewireless.net> - 0.2.3-7
 - Rebuild for new gpsd
 
diff --git a/sources b/sources
index 4a09a1a..bf9f775 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3e7bf8b2bd2e21c5082a52a37e381046  qtgpsc-0.2.3.tar.gz
+163be8d0416dd48de41ae39a632e6388  qtgpsc-0.3.0.tar.gz


More information about the scm-commits mailing list