[grig] new upstream release

Lucian Langa lucilanga at fedoraproject.org
Sun Oct 9 19:30:08 UTC 2011


commit d7f29789c6703eecdff13f9ff40373dd098cf64b
Author: Lucian Langa <lucilanga at gnome.org>
Date:   Sun Oct 9 21:30:33 2011 +0200

    new upstream release

 .gitignore                 |    1 +
 grig-0.7.2-lcd-click.patch |   21 -----
 grig-0.7.2-tooltip.patch   |  202 --------------------------------------------
 grig.spec                  |   18 ++--
 sources                    |    2 +-
 5 files changed, 11 insertions(+), 233 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d953186..225c44e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 grig-0.7.2.tar.gz
+/grig-0.8.0.tar.gz
diff --git a/grig.spec b/grig.spec
index 78002e3..109142b 100644
--- a/grig.spec
+++ b/grig.spec
@@ -1,7 +1,7 @@
 
 Name:           grig
-Version:        0.7.2
-Release:        10%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        A Ham Radio Control graphical user interface
 
 Group:          Applications/Communications
@@ -9,8 +9,6 @@ License:        GPLv2+
 URL:            http://groundstation.sourceforge.net/grig/
 Source0:        http://prdownloads.sourceforge.net/groundstation/%{name}-%{version}.tar.gz
 Source1:        grig.desktop
-Patch0:         grig-0.7.2-tooltip.patch
-Patch1:         grig-0.7.2-lcd-click.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  hamlib-devel >= 1.2.5
@@ -27,12 +25,8 @@ Grig is a graphical user interface for the Ham Radio Control
 Libraries. It is intended to be simple and generic, presenting the
 user to the same interface regardless of which radio he or she uses.
 
-
 %prep
 %setup -q
-%patch0 -p1 -b .tooltip
-%patch1 -p1 -b .lcd-click
-
 
 %build
 %configure --disable-dependency-tracking
@@ -47,6 +41,7 @@ rm -fr $RPM_BUILD_ROOT%{_datadir}/%{name}
 
 desktop-file-install --vendor fedora \
         --dir $RPM_BUILD_ROOT%{_datadir}/applications %{SOURCE1}
+%find_lang %{name}
 
 
 %clean
@@ -61,7 +56,7 @@ update-desktop-database > /dev/null 2>&1 || :
 update-desktop-database > /dev/null 2>&1 || :
 
 
-%files
+%files -f %{name}.lang
 %defattr(-, root, root, -)
 %doc AUTHORS NEWS README ChangeLog COPYING
 %{_bindir}/%{name}
@@ -71,6 +66,11 @@ update-desktop-database > /dev/null 2>&1 || :
 
 
 %changelog
+* Sun Oct 09 2011 cooly at gnome.eu.org - 0.8.0-1
+- add language support
+- drop all patches - fixed upstream
+- new upstream release
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.2-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index db3e093..c3e71ec 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c83fd4b8b32ca84a4021e8afad6f9b64  grig-0.7.2.tar.gz
+c145327e72e462512e7835f3808f2bae  grig-0.8.0.tar.gz


More information about the scm-commits mailing list