rpms/xfce4-xkb-plugin/F-8 xfce4-xkb-plugin.spec,1.13,1.14

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Jul 7 19:36:26 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/xfce4-xkb-plugin/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2607/F-8

Modified Files:
	xfce4-xkb-plugin.spec 
Log Message:
fix conditional comparison


Index: xfce4-xkb-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-xkb-plugin/F-8/xfce4-xkb-plugin.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- xfce4-xkb-plugin.spec	25 Aug 2007 13:40:31 -0000	1.13
+++ xfce4-xkb-plugin.spec	7 Jul 2008 19:35:00 -0000	1.14
@@ -1,6 +1,6 @@
 Name:		xfce4-xkb-plugin
 Version:	0.4.3
-Release:	3%{?dist}
+Release:	3%{?dist}.1
 Summary:	XKB layout switcher for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -12,7 +12,7 @@
 BuildRequires:	xfce4-panel-devel >= 4.3.20, libxfcegui4-devel >= 4.3.20, libxml2-devel
 BuildRequires:	gettext, perl(XML::Parser)
 # for modular X
-%if "%{?fedora}" > "4"
+%if 0%{?fedora} > 4
 #BuildRequires:	libXt-devel
 BuildRequires:	xorg-x11-proto-devel
 %endif
@@ -50,6 +50,9 @@
 %{_datadir}/xfce4/xkb/flags/*.png
 
 %changelog
+* Mon Jul 07 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 0.4.3-3.1
+- fix conditional comparison
+
 * Sat Aug 25 2007 Christoph Wickert <fedora christoph-wickert de> - 0.4.3-3
 - Rebuild for BuildID feature
 




More information about the fedora-extras-commits mailing list