Author: cactus Date: Sun Jun 15 21:33:01 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - up to 2.60b - missing data symlinks - game will not run without these files
---- Files affected: SPECS: et.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/et.spec diff -u SPECS/et.spec:1.16 SPECS/et.spec:1.17 --- SPECS/et.spec:1.16 Sat May 31 22:35:08 2008 +++ SPECS/et.spec Sun Jun 15 23:32:56 2008 @@ -1,6 +1,8 @@ # $Revision$, $Date$ # TODO # - create dedicated server subpackage +# - add etpro subpackage: http://ftp.games.skynet.be/pub/wolfenstein/ +# - separate 2.60 and 2.60b - some servers needs different version # # Conditional build: %bcond_without data # skip build of data subpackage (huge and resource consuming) @@ -9,13 +11,17 @@ Summary(pl.UTF-8): Enemy Territory - Terytorium wroga Name: et Version: 2.60 -Release: 0.3 +Release: 0.4 Epoch: 0 License: RTCW-ETEULA Group: Applications/Games -Source0: http://ftp.games.skynet.be/pub/wolfenstein/et-linux-%{version}.x86.run +Source0: ftp://ftp.red.telefonica-wholesale.net/GAMES/ET/linux/%{name}-linux-%{version}.x86.run # NoSource0-md5: 2d2373f29f02e18d365d7f1860eee435 -Source1: %{name}.desktop +Source1: ftp://ftp.red.telefonica-wholesale.net/GAMES/ET/linux/%{name}-linux-%{version}-update.x86.run +# NoSource1-md5: 94a7036471b90955a88339d677e467c2 +Source2: ftp://ftp.red.telefonica-wholesale.net/GAMES/ET/linux/%{name}-%{version}b.zip +# NoSource2-md5: fb83b8732fc7373c277180b663debf57 +Source3: %{name}.desktop NoSource: 0 URL: http://www.idsoftware.com/ # loose dependancy is intentional @@ -48,7 +54,9 @@ %prep %setup -qcT sh %{SOURCE0} --tar xf - +sh %{SOURCE1} --tar xf +unzip -j %{SOURCE2} "Enemy Territory 2.60b/linux/et*" +mv et*.x86 bin/Linux/x86 mv pb/PB_EULA.txt . %install @@ -68,7 +76,7 @@ EOF install ET.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.xpm -install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir} +install %{SOURCE3} $RPM_BUILD_ROOT%{_desktopdir} install etmain/*.so $RPM_BUILD_ROOT%{_gamelibdir}/etmain %if %{with data} @@ -112,6 +120,11 @@ %files data %defattr(644,root,root,755) %{_gamedatadir}/* +%{_gamelibdir}/etmain/*.cfg +%{_gamelibdir}/etmain/*.pk3 +%{_gamelibdir}/etmain/description.txt +%{_gamelibdir}/etmain/hunkusage.dat +#%{_gamelibdir}/et/etmain/video %endif %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -120,6 +133,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.17 2008/06/15 21:32:56 cactus +- up to 2.60b +- missing data symlinks - game will not run without these files + Revision 1.16 2008/05/31 20:35:08 qboosh - restored md5 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/et.spec?r1=1.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
