From 9a1aa6663b523b2649ca7745b712c46840190dec Mon Sep 17 00:00:00 2001 From: Paul W. Frields Date: Apr 10 2006 15:55:53 +0000 Subject: Fix boolean problem in spec file (#188484); will not rebuild for now --- diff --git a/gnome-sudoku.spec b/gnome-sudoku.spec index 659c4b8..c654d17 100644 --- a/gnome-sudoku.spec +++ b/gnome-sudoku.spec @@ -3,14 +3,14 @@ Name: gnome-sudoku Version: 0.4.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: GNOME based Sudoku, a logic puzzle game Group: Amusements/Games License: GPL URL: http://gnome-sudoku.sourceforge.net Source0: http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -%if %{fedora} <= 4 +%if "%{fedora}" <= "4" Patch0: gnome-sudoku-0.4.0-pygtk2-nofs.patch %endif BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,7 +31,7 @@ unique solution. %prep %setup -q -%if %{fedora} <= 4 +%if "%{fedora}" <= "4" %patch0 -p1 %endif # Fix one hardcoding instance @@ -73,6 +73,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Apr 10 2006 Paul W. Frields - 0.4.0-6 +- Correct for boolean problem in spec + * Tue Jan 24 2006 Paul W. Frields - 0.4.0-5 - Fix missing Requires: gnome-python2-canvas - Enable conditional to synchronize spec