rpms/tennix/F-12 tennix-1.0-python26.patch, NONE, 1.1 tennix-1.0-tnxpath.patch, NONE, 1.1 sources, 1.2, 1.3 tennix.spec, 1.3, 1.4

Jon Ciesla limb at fedoraproject.org
Tue Nov 3 20:08:00 UTC 2009


Author: limb

Update of /cvs/pkgs/rpms/tennix/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv27215/F-12

Modified Files:
	sources tennix.spec 
Added Files:
	tennix-1.0-python26.patch tennix-1.0-tnxpath.patch 
Log Message:
Update to 1.0, BZ 500068.


tennix-1.0-python26.patch:
 makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE tennix-1.0-python26.patch ---
--- makefile~	2009-11-02 09:07:26.000000000 -0600
+++ makefile	2009-11-02 09:08:44.000000000 -0600
@@ -41 +41 @@
-PYTHON_VERSION = 2.5
+PYTHON_VERSION = 2.6

tennix-1.0-tnxpath.patch:
 tennix.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE tennix-1.0-tnxpath.patch ---
--- tennix.h~	2009-02-24 07:04:23.000000000 -0600
+++ tennix.h	2009-11-03 13:05:01.926063108 -0600
@@ -36 +36 @@
-#define ARCHIVE_FILE "tennix.tnx"
+#define ARCHIVE_FILE "/usr/share/games/tennix/tennix.tnx"


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/tennix/F-12/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	9 Sep 2008 18:43:37 -0000	1.2
+++ sources	3 Nov 2009 20:08:00 -0000	1.3
@@ -1 +1 @@
-5979d0e3f683808ad492a0691430f259  tennix-0.6.1.tar.gz
+b6eba0d14c096a8c35ecaf18fa859fb7  tennix-1.0.tar.gz


Index: tennix.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tennix/F-12/tennix.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- tennix.spec	27 Jul 2009 05:46:18 -0000	1.3
+++ tennix.spec	3 Nov 2009 20:08:00 -0000	1.4
@@ -1,16 +1,18 @@
 Name:           tennix
-Version:        0.6.1
-Release:        6%{?dist}
+Version:        1.0
+Release:        1%{?dist}
 Summary:        A simple tennis game
 
 Group:          Amusements/Games
 License:        GPLv2+
 URL:            http://icculus.org/tennix/
 Source0:        http://icculus.org/tennix/releases/%{name}-%{version}.tar.gz
+Patch0:		tennix-1.0-python26.patch
+Patch1:		tennix-1.0-tnxpath.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  SDL-devel, SDL_mixer-devel SDL_image-devel
-BuildRequires:  desktop-file-utils
+BuildRequires:  SDL-devel, SDL_mixer-devel SDL_image-devel SDL_ttf-devel
+BuildRequires:  desktop-file-utils python-devel
 
 
 %description
@@ -24,6 +26,8 @@ against the computer.
 sed -i -e 's/install -s/install/' makefile
 sed -i -e 's/install -m/install -p -m/' makefile
 
+%patch0 -p0
+%patch1 -p0
 
 %build
 CFLAGS="%{optflags}" make
@@ -65,14 +69,17 @@ fi
 %files
 %defattr(-,root,root,-)
 %doc README COPYING ChangeLog TODO
-%{_bindir}/%{name}
+%attr(2755,root,games) %{_bindir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man6/%{name}.*
-
+%attr(0664,root,games) /usr/share/games/tennix/tennix.tnx
 
 %changelog
+* Mon Nov 02 2009 Jon Ciesla <limb at jcomserv.net> - 1.0-1
+- Update to 1.0, BZ 500068.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list