Author: cactus Date: Sat Apr 5 14:14:33 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - project name changed to teewarlds - no patch but .sh file more silmple too update - up to 0.4.1 - lots of bug fixes
---- Files affected: SPECS: teewars.spec (1.7 -> 1.8) ---- Diffs: ================================================================ Index: SPECS/teewars.spec diff -u SPECS/teewars.spec:1.7 SPECS/teewars.spec:1.8 --- SPECS/teewars.spec:1.7 Mon Mar 17 23:26:31 2008 +++ SPECS/teewars.spec Sat Apr 5 16:14:28 2008 @@ -1,27 +1,30 @@ # $Revision$, $Date$ # -Name: teewars +# TODO: +# rename to teeworlds.spec on CVS +Name: teeworlds Summary: Cute little buggers with guns. Summary(pl.UTF-8): Takie fajne robaczki z gnatami. -Version: 0.3.4 +Version: 0.4.1 Release: 1 Group: X11/Applications/Games License: distributable -Source0: http://www.teewars.com/files/%{name}-%{version}-src.tar.gz -# Source0-md5: 28a02caf6bf58344e4189d130d96349c -Source1: http://www.teewars.com/files/beta/bam.zip -# Source1-md5: 91065fcce9296b7259d71ef6aafe347a -Source2: %{name}.png -Source3: %{name}.desktop +Source0: http://www.teeworlds.com/files/%{name}-%{version}-src.tar.gz +# Source0-md5: d2977b5f46a83043b6e748999de7d5b8 +Source1: http://www.teeworlds.com/files/beta/bam.zip +# Source1-md5: dd1937ce711927299a1b09edffa319ca +Source2: teewars.png +Source3: teewars.desktop #Source4: %{name}_srv.desktop -Patch0: %{name}-sh.patch -URL: http://www.teewars.com/ +Source4: teewars.sh +URL: http://www.teeworlds.com/ BuildRequires: alsa-lib-devel BuildRequires: OpenGL-devel BuildRequires: OpenGL-GLU-devel BuildRequires: python BuildRequires: unzip BuildRequires: xorg-lib-libX11-devel +Obsoletes: teewars BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -34,7 +37,7 @@ %prep %setup -q -a1 -n %{name}-%{version}-src -%patch0 -p0 +#%patch0 -p0 %build cd bam @@ -48,8 +51,8 @@ install %{SOURCE2} $RPM_BUILD_ROOT%{_pixmapsdir} install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir} -install teewars.sh $RPM_BUILD_ROOT%{_bindir} -install teewars teewars_srv $RPM_BUILD_ROOT%{_datadir}/%{name}/ +install %{SOURCE4} $RPM_BUILD_ROOT%{_bindir} +install %{name} %{name}_srv $RPM_BUILD_ROOT%{_datadir}/%{name}/ cp -rf data $RPM_BUILD_ROOT%{_datadir}/%{name}/ %clean @@ -58,8 +61,8 @@ %files %defattr(644,root,root,755) %doc readme.txt license.txt -%attr(755,root,root) %{_bindir}/teewars.sh -%attr(755,root,root) %{_datadir}/%{name}/teewars* +%attr(755,root,root) %{_bindir}/%{name}.sh +%attr(755,root,root) %{_datadir}/%{name}/%{name}* %{_datadir}/%{name} %{_pixmapsdir}/*.png %{_desktopdir}/*.desktop @@ -70,6 +73,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2008-04-05 14:14:28 cactus +- project name changed to teewarlds +- no patch but .sh file more silmple too update +- up to 0.4.1 - lots of bug fixes + Revision 1.7 2008-03-17 22:26:31 cactus - up to 0.3.4 - BR: alsa-lib-devel OpenGL-devel OpenGL-GLU-devel xorg-lib-libX11-devel ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/teewars.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
