[gnome-guitar/f13/master] Modified Requires field in spec file modified: gnome-guitar.spec

Lakshmi Narasimhan T V narasim at fedoraproject.org
Thu Jan 20 05:46:01 UTC 2011


commit 9cbc4392fcdece53fe12b7108472c9abb203e1c3
Author: Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com>
Date:   Thu Jan 20 11:15:27 2011 +0530

    Modified Requires field in spec file
    	modified:   gnome-guitar.spec

 gnome-guitar.spec |   17 ++++++++++-------
 1 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/gnome-guitar.spec b/gnome-guitar.spec
index 1f42974..9e7ddde 100644
--- a/gnome-guitar.spec
+++ b/gnome-guitar.spec
@@ -1,21 +1,16 @@
 # This mono package produces an empty debuginfo package. Hence we disable it
-%define debug_package %{nil}
+%global debug_package %{nil}
 
 Name:            gnome-guitar
 Summary:         A small suite of applications for the guitarist
 Version:         0.8.1
-Release:         7%{?dist}
+Release:         9%{?dist}
 License:         GPLv3+
 Group:           Applications/Multimedia
 URL:             http://gnome-chord.sourceforge.net/
 Source0:         http://downloads.sourceforge.net/gnome-chord/%{name}_cs-%{version}.tar.gz
 BuildRoot:       %{_tmppath}/%{name}-%{version}-%{release}-root
 ExcludeArch:     sparc64
-# Mono is not available in ppc64 on Fedora < 11.
-# https://bugzilla.redhat.com/show_bug.cgi?id=489435
-%if 0%{?fedora} < 11
-ExcludeArch:     ppc64
-%endif
 
 BuildRequires:   desktop-file-utils
 BuildRequires:   gnome-sharp-devel
@@ -24,6 +19,7 @@ BuildRequires:   ImageMagick
 BuildRequires:   mono-devel
 
 Requires:        mono(gconf-sharp)
+Requires:        hicolor-icon-theme
 Requires(pre):   GConf2
 Requires(post):  GConf2
 Requires(preun): GConf2
@@ -139,6 +135,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/pkgconfig/libgnomeguitarui.pc
 
 %changelog
+* Tue Jan 11 2011 Lakshmi Narasimhan T V <lakshminaras2002 at gmail.com> - 0.8.1-9
+- Added hicolor-icon-theme in Requires
+
+* Tue Dec 14 2010 Lakshmi Narasimhan <lakshminaras2002 at gmail.com> - 0.8.1-8
+- Remove excludearch for ppc64
+- Change define to global, to be consistent with packaging guidelines at http://fedoraproject.org/wiki/Packaging/Debuginfo
+
 * Mon Oct 26 2009 Dennis Gilmore <Dennis at ausil.us> - 0.8.1-7
 - ExcludeArch sparc64
 


More information about the scm-commits mailing list