[emacs-spice-mode/f16] Exclude gave from F15-F17

Arun SAG sagarun at fedoraproject.org
Sun Nov 27 07:58:35 UTC 2011


commit bc702378450f4e82b494dde40cc00a431f372794
Author: Arun SAG <sagarun at gmail.com>
Date:   Sun Nov 27 13:27:57 2011 +0530

    Exclude gave from F15-F17

 emacs-spice-mode.spec |   13 ++++++++++---
 1 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/emacs-spice-mode.spec b/emacs-spice-mode.spec
index c8485d9..3993a1f 100644
--- a/emacs-spice-mode.spec
+++ b/emacs-spice-mode.spec
@@ -13,7 +13,7 @@
 
 Name:		emacs-%{pkg}
 Version:	1.2.25
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	SPICE Mode for GNU Emacs
 
 Group:		Applications/Editors
@@ -32,10 +32,14 @@ BuildRequires:	emacs emacs-el
 Requires:	emacs >= %{emacs_version} gnucap
 # package gwave is no longer available in F15 
 # gwave was reviewed and reintroduced from F16
-%if 0%{?fedora} != 15
+%if 0%{?fedora} < 15
 Requires:	gwave
 %endif
-		
+
+%if 0%{?fedora} > 17
+Requires:	gwave
+%endif
+	
 %description
 This package provides an Emacs major mode for editing SPICE decks.
 
@@ -78,6 +82,9 @@ emacs -batch -f batch-byte-compile %{pkg}.el
 %{emacs_lispdir}/%{pkg}/*.el
 
 %changelog
+* Sat Nov 26 2011 Arun SAG <sagarun at gmail.com> - 1.2.25-7
+- Fix: Remove gwave as a dependency from F15-F17 
+
 * Thu  Nov 10 2011 Arun SAG <sagarun at gmail.com> 1.2.25-6
 - Fix: Remove gwave from requires for F15
 


More information about the scm-commits mailing list