rpms/gnome-sudoku/FC-4 gnome-sudoku.spec,1.5,1.6

Paul W. Frields (pfrields) fedora-extras-commits at redhat.com
Wed Jan 25 05:53:42 UTC 2006


Author: pfrields

Update of /cvs/extras/rpms/gnome-sudoku/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27641

Modified Files:
	gnome-sudoku.spec 
Log Message:
Fix additional requires and synchronize spec


Index: gnome-sudoku.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-sudoku/FC-4/gnome-sudoku.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-sudoku.spec	24 Jan 2006 22:46:30 -0000	1.5
+++ gnome-sudoku.spec	25 Jan 2006 05:53:42 -0000	1.6
@@ -3,14 +3,16 @@
 
 Name:           gnome-sudoku
 Version:        0.4.0
-Release:        4%{?dist}
+Release:        5%{?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
 Patch0:		gnome-sudoku-0.4.0-pygtk2-nofs.patch
+%endif
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -19,7 +21,7 @@
 BuildRequires:	desktop-file-utils
 Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 Requires:   gnome-python2-gnomeprint, python-imaging, gnome-python2-gconf
-Requires:   python-numeric
+Requires:   python-numeric, gnome-python2-canvas
 
 
 %description
@@ -29,7 +31,9 @@
 
 %prep
 %setup -q
+%if %{fedora} <= 4
 %patch0 -p1
+%endif
 # Fix one hardcoding instance
 sed -i 's!/usr/local!%{_prefix}!g' src/lib/game_selector.py
 # This must be something internal to the developer's system
@@ -69,6 +73,10 @@
 
 
 %changelog
+* Tue Jan 24 2006 Paul W. Frields <stickster at gmail.com> - 0.4.0-5
+- Fix missing Requires: gnome-python2-canvas
+- Enable conditional to synchronize spec
+
 * Tue Jan 24 2006 Paul W. Frields <stickster at gmail.com> - 0.4.0-4
 - Missing Requires: python-numeric (thanks to Brent Fox) (#178834)
 




More information about the fedora-extras-commits mailing list