rpms/xfce4-mailwatch-plugin/F-8 xfce4-mailwatch-plugin.spec, 1.7, 1.8

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


Author: spot

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

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


Index: xfce4-mailwatch-plugin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xfce4-mailwatch-plugin/F-8/xfce4-mailwatch-plugin.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- xfce4-mailwatch-plugin.spec	25 Aug 2007 00:09:47 -0000	1.7
+++ xfce4-mailwatch-plugin.spec	7 Jul 2008 19:33:00 -0000	1.8
@@ -1,6 +1,6 @@
 Name:		xfce4-mailwatch-plugin
 Version:	1.0.1
-Release:	7%{?dist}
+Release:	7%{?dist}.1
 Summary:	Mail Watcher plugin for the Xfce panel
 
 Group:		User Interface/Desktops
@@ -13,7 +13,7 @@
 BuildRequires:	gettext
 # only enable TLS support if a recent version of gnutls is available
 # install libXt for modular X
-%if "%fedora" > "4"
+%if 0%{?fedora} > 4
 BuildRequires:	gnutls-devel >= 1.2.0, libXt-devel
 %endif
 Requires:	xfce4-panel >= 4.4.0
@@ -57,6 +57,9 @@
 %{_datadir}/xfce4/doc/C/images/mailwatch-*.png
 
 %changelog
+* Mon Jul  7 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.0.1-7.1
+- fix conditional comparison
+
 * Fri Aug 24 2007 Christoph Wickert <fedora christoph-wickert de> - 1.0.1-7
 - Rebuild for BuildID feature
 - Update license tag




More information about the fedora-extras-commits mailing list