Author: qboosh Date: Tue Dec 25 22:33:10 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - "Other" is not a license name (BSD is) - BR versions
---- Files affected: SPECS: toycars.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/toycars.spec diff -u SPECS/toycars.spec:1.7 SPECS/toycars.spec:1.8 --- SPECS/toycars.spec:1.7 Tue Dec 25 23:21:25 2007 +++ SPECS/toycars.spec Tue Dec 25 23:33:05 2007 @@ -6,18 +6,18 @@ Name: toycars Version: 0.3.5 Release: 1 -License: Other +License: BSD Group: X11/Applications/Games Source0: http://dl.sourceforge.net/toycars/%{name}-%{version}.tar.gz # Source0-md5: 9835ed22b07401607ec70a1bab1bf9ff Source1: %{name}.desktop Patch0: %{name}-assert.patch URL: http://sourceforge.net/projects/toycars/ -BuildRequires: OpenGL-devel -BuildRequires: SDL-devel +BuildRequires: OpenGL-GLU-devel +BuildRequires: SDL-devel >= 1.2.10 BuildRequires: SDL_image-devel BuildRequires: SDL_mixer-devel -BuildRequires: autoconf +BuildRequires: autoconf >= 2.61 BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -37,7 +37,7 @@ %patch0 -p1 %build -%{__aclocal} -I m4/ +%{__aclocal} -I m4 %{__autoconf} %{__autoheader} %{__automake} @@ -59,7 +59,6 @@ %files %defattr(644,root,root,755) -#COPYING must be added (see COPYING file) %doc AUTHORS COPYING ChangeLog README TODO %attr(755,root,root) %{_bindir}/* %{_datadir}/%{name} @@ -72,6 +71,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2007-12-25 22:33:05 qboosh +- "Other" is not a license name (BSD is) +- BR versions + Revision 1.7 2007-12-25 22:21:25 lisu - up to 0.3.5 - change License (add COPYING to docs) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/toycars.spec?r1=1.7&r2=1.8&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
