Author: tommat Date: Fri Sep 1 19:11:26 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - initial, thanks to Michal Lisowski
---- Files affected: SPECS: warzone2100.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/warzone2100.spec diff -u /dev/null SPECS/warzone2100.spec:1.1 --- /dev/null Fri Sep 1 21:11:26 2006 +++ SPECS/warzone2100.spec Fri Sep 1 21:11:20 2006 @@ -0,0 +1,68 @@ +# $Revision$, $Date$ +Summary: 3D realtime strategy on a future Earth +Summary(pl): Gra RTS, której akcja toczy się w przyszłości +Name: warzone2100 +Version: 2.0.4 +Release: 0.1 +License: GPL +Group: X11/Applications/Games +Source0: http://download.gna.org/warzone/releases/2.0/%{name}-%{version}.tar.bz2 +# Source0-md5: 84e92061d9a00405994ab7496d03a610 +URL: http://wz.rootzilla.de/site/ +BuildRequires: OpenAL-devel +BuildRequires: SDL-devel >= 1.1.4 +BuildRequires: SDL_net-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: flex +BuildRequires: physfs-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Warzone 2100 is a real-time strategy game. Although comparable to +Earth 2150 in many significant respects, it does contain aspects that +are unique. These include various radar technologies and a greater +focus on artillery and counter-battery technologies. + +%description -l pl +Warzone 2100 jest grą strategiczną czasu rzeczywistego. Chociaż gra +bardzo przypomina grę Earth 2150, to jednak zostało do niej +wprowadzonych kilka ciekawych pomysłów. Są to między innymi rozmaite +technologie radarowe oraz większe skupienie się na technologiach +artyleryjskich oraz obronie przeciwlotniczej. + +%prep +%setup -q + +%build +%{__aclocal} +%{__autoconf} +%{__autoheader} +%{__automake} +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog README TODO +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2006/09/01 19:11:20 tommat +- initial, thanks to Michal Lisowski + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
