rpms/poker2d/devel poker2d-1.0.37-py25.patch, NONE, 1.1 poker2d.spec, 1.3, 1.4

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Wed May 23 23:44:43 UTC 2007


Author: xulchris

Update of /cvs/extras/rpms/poker2d/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19360/devel

Modified Files:
	poker2d.spec 
Added Files:
	poker2d-1.0.37-py25.patch 
Log Message:
allow python25 builds

poker2d-1.0.37-py25.patch:

--- NEW FILE poker2d-1.0.37-py25.patch ---
--- configure~	2007-05-23 16:02:22.000000000 -0700
+++ configure	2007-05-23 16:02:27.000000000 -0700
@@ -23857,7 +23857,7 @@
 #
 # python2.5 support in dependencies is not mature yet
 #
-#if test -f "$PYTHON" ; then found_one=$PYTHON ; fi
+if test -f "$PYTHON" ; then found_one=$PYTHON ; fi
 PYTHON=$found_one
 if ! test "$found_one" ; then
    { { echo "$as_me:$LINENO: error: No python development environments found" >&5


Index: poker2d.spec
===================================================================
RCS file: /cvs/extras/rpms/poker2d/devel/poker2d.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- poker2d.spec	23 May 2007 22:44:43 -0000	1.3
+++ poker2d.spec	23 May 2007 23:44:09 -0000	1.4
@@ -3,13 +3,14 @@
 
 Name:           poker2d
 Version:        1.0.37
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        GTK poker client to play on a poker-network server
 
 Group:          Amusements/Games
 License:        GPL
 URL:            http://pokersource.org/poker-network
 Source0:        http://download.gna.org/pokersource/sources/poker-network-%{version}.tar.gz
+Patch0:         %{name}-1.0.37-py25.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils hicolor-icon-theme ImageMagick gettext
@@ -45,6 +46,7 @@
 
 %prep
 %setup -qn poker-network-%{version}
+%patch0 -p0 -b .py25~
 
 # create poker2d desktop file
 cat > %{name}.desktop << EOF
@@ -199,6 +201,9 @@
 
 
 %changelog
+* Wed May 23 2007 Christopher Stone <chris.stone at gmail.com> 1.0.37-2
+- Add patch to allow python25 builds
+
 * Wed May 23 2007 Christopher Stone <chris.stone at gmail.com> 1.0.37-1
 - Upstream sync
 




More information about the fedora-extras-commits mailing list