SPECS: toycars.spec - up to 0.3.5 - change License (add COPYING to...

lisu lisu at pld-linux.org
Tue Dec 25 23:21:30 CET 2007


Author: lisu                         Date: Tue Dec 25 22:21:30 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- up to 0.3.5
- change License (add COPYING to docs)
- fix assert error (-assert.patch)
- use autotools

---- Files affected:
SPECS:
   toycars.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/toycars.spec
diff -u SPECS/toycars.spec:1.6 SPECS/toycars.spec:1.7
--- SPECS/toycars.spec:1.6	Mon Feb 12 23:09:18 2007
+++ SPECS/toycars.spec	Tue Dec 25 23:21:25 2007
@@ -1,19 +1,24 @@
 # $Revision$, $Date$
+# NOTE:
+# There is no sound since version 0.3.4, because sound system requires FMOD Ex library to run. Everyone who wants sound can install FMOD Ex on one's own.
 Summary:	Physics-based 2D racing game
 Summary(pl.UTF-8):	Gra wyścigowa 2D oparta na prawach fizyki
 Name:		toycars
-Version:	0.3.2
-Release:	2
-License:	GPL v2
+Version:	0.3.5
+Release:	1
+License:	Other
 Group:		X11/Applications/Games
 Source0:	http://dl.sourceforge.net/toycars/%{name}-%{version}.tar.gz
-# Source0-md5:	70821d80bfc103feeeb98afb409b73aa
+# Source0-md5:	9835ed22b07401607ec70a1bab1bf9ff
 Source1:	%{name}.desktop
+Patch0:		%{name}-assert.patch
 URL:		http://sourceforge.net/projects/toycars/
 BuildRequires:	OpenGL-devel
 BuildRequires:	SDL-devel
 BuildRequires:	SDL_image-devel
 BuildRequires:	SDL_mixer-devel
+BuildRequires:	autoconf
+BuildRequires:	automake
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -29,8 +34,13 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
+%{__aclocal} -I m4/
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure
 %{__make}
 
@@ -49,7 +59,8 @@
 
 %files
 %defattr(644,root,root,755)
-%doc AUTHORS ChangeLog README TODO
+#COPYING must be added (see COPYING file)
+%doc AUTHORS COPYING ChangeLog README TODO
 %attr(755,root,root) %{_bindir}/*
 %{_datadir}/%{name}
 %{_desktopdir}/%{name}.desktop
@@ -61,6 +72,12 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2007-12-25 22:21:25  lisu
+- up to 0.3.5
+- change License (add COPYING to docs)
+- fix assert error (-assert.patch)
+- use autotools
+
 Revision 1.6  2007-02-12 22:09:18  glen
 - tabs in preamble
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/toycars.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list