rpms/HelixPlayer/F-8 HelixPlayer.spec,1.5,1.6

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


Author: spot

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

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


Index: HelixPlayer.spec
===================================================================
RCS file: /cvs/pkgs/rpms/HelixPlayer/F-8/HelixPlayer.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- HelixPlayer.spec	6 Oct 2007 14:57:14 -0000	1.5
+++ HelixPlayer.spec	7 Jul 2008 18:36:35 -0000	1.6
@@ -2,9 +2,9 @@
 Name:		HelixPlayer
 Version:	1.0.9
 Epoch:		1
-Release:	1%{?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,15 @@
 
 
 %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
+
 * Sat Oct 06 2007 Aurelien Bompard <abompard at fedoraproject.org> 1:1.0.9-1
 - add sparc, sparc64, and alpha to excluded archs
 - update to 1.0.9




More information about the fedora-extras-commits mailing list