rpms/HelixPlayer/devel HelixPlayer.spec,1.7,1.8

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 18:38:14 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/HelixPlayer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23172/devel

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


Index: HelixPlayer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/HelixPlayer/devel/HelixPlayer.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- HelixPlayer.spec	20 May 2008 20:58:07 -0000	1.7
+++ HelixPlayer.spec	7 Jul 2008 18:37:27 -0000	1.8
@@ -2,7 +2,7 @@
 Name:		HelixPlayer
 Version:	1.0.9
 Epoch:		1
-Release:	3%{?dist}
+Release:	4%{?dist}
 Group:		Applications/Multimedia
 License:	RPSL or GPLv2+
 URL:		https://player.helixcommunity.org/
@@ -25,7 +25,7 @@
 BuildRequires:	gtk2-devel, python, prelink
 BuildRequires:	libogg-devel
 BuildRequires:	desktop-file-utils
-%if "%{?fedora}" > "4" || "%{?rhel}" > "4" || "%{?fedora}%{?rhel}" == ""
+%if 0%{?fedora} > 4 || 0%{?rhel} > 4 || 0%{?fedora}%{?rhel} == 0
 BuildRequires:  libXt-devel libXv-devel
 %else
 BuildRequires:  xorg-x11-devel
@@ -197,6 +197,9 @@
 
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1:1.0.9-4
+- fix conditional comparison
+
 * Tue May 20 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1:1.0.9-3
 - fix license tag
 




More information about the fedora-extras-commits mailing list