[emacs-spice-mode/f15] Remove gwave from as requires for F15

Arun SAG sagarun at fedoraproject.org
Wed Nov 9 20:03:33 UTC 2011


commit 64007a222644cd11b3b53b9fa9fceb7c515d1445
Author: Arun SAG <sagarun at gmail.com>
Date:   Thu Nov 10 01:33:13 2011 +0530

    Remove gwave from as requires for F15

 emacs-spice-mode.spec |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/emacs-spice-mode.spec b/emacs-spice-mode.spec
index 6b5cce6..c8485d9 100644
--- a/emacs-spice-mode.spec
+++ b/emacs-spice-mode.spec
@@ -13,7 +13,7 @@
 
 Name:		emacs-%{pkg}
 Version:	1.2.25
-Release:	5%{?dist}
+Release:	6%{?dist}
 Summary:	SPICE Mode for GNU Emacs
 
 Group:		Applications/Editors
@@ -30,7 +30,9 @@ BuildArch:	noarch
 ExcludeArch:	ppc64
 BuildRequires:	emacs emacs-el
 Requires:	emacs >= %{emacs_version} gnucap
-%if 0%{?fedora}
+# package gwave is no longer available in F15 
+# gwave was reviewed and reintroduced from F16
+%if 0%{?fedora} != 15
 Requires:	gwave
 %endif
 		
@@ -76,6 +78,9 @@ emacs -batch -f batch-byte-compile %{pkg}.el
 %{emacs_lispdir}/%{pkg}/*.el
 
 %changelog
+* Thu  Nov 10 2011 Arun SAG <sagarun at gmail.com> 1.2.25-6
+- Fix: Remove gwave from requires for F15
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.25-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list