SPECS: tennix.spec - up to 0.7.0 - -path.patch added (set proper path for t...
lisu
lisu at pld-linux.org
Tue Feb 10 15:32:45 CET 2009
Author: lisu Date: Tue Feb 10 14:32:45 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- up to 0.7.0
- -path.patch added (set proper path for tennix.tnx file)
---- Files affected:
SPECS:
tennix.spec (1.17 -> 1.18)
---- Diffs:
================================================================
Index: SPECS/tennix.spec
diff -u SPECS/tennix.spec:1.17 SPECS/tennix.spec:1.18
--- SPECS/tennix.spec:1.17 Fri Apr 18 15:37:02 2008
+++ SPECS/tennix.spec Tue Feb 10 15:32:40 2009
@@ -2,14 +2,15 @@
Summary: A simple two-player tennis game
Summary(pl.UTF-8): Prosta gra w tenisa dla dwóch graczy
Name: tennix
-Version: 0.6.1
+Version: 0.7.0
Release: 1
License: GPL v2+
Group: X11/Applications/Games
Source0: http://icculus.org/tennix/releases/%{name}-%{version}.tar.gz
-# Source0-md5: 5979d0e3f683808ad492a0691430f259
+# Source0-md5: a0ef7a49b31d1755c46869333f756051
Patch0: %{name}-makefile.patch
Patch1: %{name}-desktop.patch
+Patch2: %{name}-path.patch
URL: http://icculus.org/tennix/
BuildRequires: SDL-devel
BuildRequires: SDL_image-devel
@@ -32,6 +33,7 @@
%setup -q
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
%{__make} \
@@ -46,6 +48,8 @@
install %{name} $RPM_BUILD_ROOT%{_bindir}
install tennix.desktop $RPM_BUILD_ROOT%{_desktopdir}
install data/icon.png $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.png
+
+install tennix.tnx $RPM_BUILD_ROOT%{_datadir}/%{name}
cp -r data/* $RPM_BUILD_ROOT%{_datadir}/%{name}
%clean
@@ -65,6 +69,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.18 2009/02/10 14:32:40 lisu
+- up to 0.7.0
+- -path.patch added (set proper path for tennix.tnx file)
+
Revision 1.17 2008/04/18 13:37:02 lisu
- 0.6.1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tennix.spec?r1=1.17&r2=1.18&f=u
More information about the pld-cvs-commit
mailing list