rpms/HelixPlayer/F-9 HelixPlayer.spec,1.6,1.7

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


Author: spot

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

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


Index: HelixPlayer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/HelixPlayer/F-9/HelixPlayer.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- HelixPlayer.spec	18 Feb 2008 18:09:15 -0000	1.6
+++ HelixPlayer.spec	7 Jul 2008 18:37:02 -0000	1.7
@@ -2,9 +2,9 @@
 Name:		HelixPlayer
 Version:	1.0.9
 Epoch:		1
-Release:	2%{?dist}
+Release:	4%{?dist}
 Group:		Applications/Multimedia
-License:	RPSL, GPL
+License:	RPSL or GPLv2+
 URL:		https://player.helixcommunity.org/
 # https://helixcommunity.org/projects/player/files/download/2490
 Source0:	hxplay-1.0.9-source.tar.bz2
@@ -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,12 @@
 
 
 %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
+
 * Mon Feb 18 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1:1.0.9-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list