SPECS (DEVEL): supertuxkart.spec - up to 0.6rc1 - don't try to pack usless ...

lisu lisu at pld-linux.org
Wed Dec 24 11:46:13 CET 2008


Author: lisu                         Date: Wed Dec 24 10:46:13 2008 GMT
Module: SPECS                         Tag: DEVEL
---- Log message:
- up to 0.6rc1
- don't try to pack usless files (patch)
- clean up

---- Files affected:
SPECS:
   supertuxkart.spec (1.14 -> 1.14.2.1) 

---- Diffs:

================================================================
Index: SPECS/supertuxkart.spec
diff -u SPECS/supertuxkart.spec:1.14 SPECS/supertuxkart.spec:1.14.2.1
--- SPECS/supertuxkart.spec:1.14	Sat Jun 21 20:41:29 2008
+++ SPECS/supertuxkart.spec	Wed Dec 24 11:46:07 2008
@@ -1,14 +1,16 @@
 # $Revision$, $Date$
+%define	_rc	rc1
 Summary:	SuperTuxKart - an enhanced version of TuxKart
 Summary(pl.UTF-8):	SuperTuxKart - ulepszona wersja gry TuxKart
 Name:		supertuxkart
-Version:	0.5
+Version:	0.6
 Release:	1
-License:	GPL v2+
+License:	GPL v3+
 Group:		X11/Applications/Games
-Source0:	http://dl.sourceforge.net/supertuxkart/%{name}-%{version}.tar.bz2
-# Source0-md5:	5e11b2dd8ed3aa3ebe65294da6a42942
+Source0:	http://dl.sourceforge.net/supertuxkart/%{name}-%{version}%{_rc}-src.tar.bz2
+# Source0-md5:	df5cfd692fe1fd3d47c901bd73508146
 Patch0:		%{name}-desktop.patch
+Patch1:		%{name}-useless_files.patch
 URL:		http://supertuxkart.sourceforge.net/
 BuildRequires:	OpenAL-devel
 BuildRequires:	OpenGL-devel
@@ -29,12 +31,13 @@
 
 %description -l pl.UTF-8
 SuperTuxKart jest ulepszoną wersją gry TuxKart, stworzonej przez
-Steve'a Bakera, w której bierzemy udział w wyścigach gokartowych jako
-Tux lub jego przyjaciele.
+Steve'a Bakera, w której bierzemy udział w wyścigach gokartowych
+jako Tux lub jego przyjaciele.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{_rc}
 %patch0 -p1
+%patch1 -p1
 %{__sed} -i -e 's#@prefix@/games#@bindir@#' src/Makefile.am
 
 %build
@@ -58,7 +61,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS NEWS README TODO
+%doc ChangeLog NEWS README TODO data/CREDITS
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/games/%{name}
 %{_desktopdir}/%{name}.desktop
@@ -70,6 +73,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.14.2.1  2008/12/24 10:46:07  lisu
+- up to 0.6rc1
+- don't try to pack usless files (patch)
+- clean up
+
 Revision 1.14  2008/06/21 18:41:29  lisu
 - use desktop provided by project (-desktop.patch)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/supertuxkart.spec?r1=1.14&r2=1.14.2.1&f=u



More information about the pld-cvs-commit mailing list