From b1297d99fb44c26413aa636f2c627a0217a54b94 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Jul 07 2008 17:22:10 +0000 Subject: fix conditional comparison --- diff --git a/exaile.spec b/exaile.spec index e7fe816..80dde0e 100644 --- a/exaile.spec +++ b/exaile.spec @@ -1,7 +1,7 @@ Summary: A music player Name: exaile Version: 0.2.13 -Release: 1%{?dist} +Release: 2%{?dist} Group: Applications/Multimedia # It actually says GPL 1 or later version; a couple of files includes the Artistic license License: GPL+ and Artistic @@ -28,12 +28,12 @@ Requires: python-CDDB Requires: python-sexy Requires: gamin-python -%if "%fedora" > "6" +%if 0%{?fedora} > 6 # for iPod device support Requires: python-gpod %endif -%ifarch x86_64 ia64 ppc64 s390x +%ifarch x86_64 ia64 ppc64 s390x sparc64 %define gre_conf %{_sysconfdir}/gre.d/gre64.conf %else %define gre_conf %{_sysconfdir}/gre.d/gre.conf @@ -91,6 +91,10 @@ rm -rf %{buildroot} %{_mandir}/man1/exaile*.* %changelog +* Mon Jul 07 2008 Tom "spot" Callaway - 0.2.13-2 +- fix conditional comparison +- add sparc64 to 64bit arch check + * Wed Apr 02 2008 Deji Akingunola - 0.2.13-1 - Update to 0.2.13