rpms/exaile/F-8 exaile.spec,1.18,1.19

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 17:22:50 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/exaile/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8637/F-8

Modified Files:
	exaile.spec 
Log Message:
fix conditional comparison


Index: exaile.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exaile/F-8/exaile.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- exaile.spec	3 Apr 2008 17:01:30 -0000	1.18
+++ exaile.spec	7 Jul 2008 17:21:21 -0000	1.19
@@ -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-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 @@
 %{_mandir}/man1/exaile*.*
 
 %changelog
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.2.13-2
+- fix conditional comparison
+- add sparc64 to 64bit arch check
+
 * Thu Apr 03 2008 Deji Akingunola <dakingun at gmail.com> - 0.2.13-1
 - Update to 0.2.13
 




More information about the fedora-extras-commits mailing list