From 41e23c3c707069d12adbcc31eda447e07abf8a7a Mon Sep 17 00:00:00 2001 From: =?utf8?q?Adam=20Go=C5=82=C4=99biowski?= Date: Sat, 20 May 2006 15:20:24 +0000 Subject: [PATCH] - new Changed files: antargis.spec -> 1.1 --- antargis.spec | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 antargis.spec diff --git a/antargis.spec b/antargis.spec new file mode 100644 index 0000000..9660d6c --- /dev/null +++ b/antargis.spec @@ -0,0 +1,58 @@ +Summary: Battles of Antargis - medieval RTS +Summary(pl): Battles of Antargis - osadzona w ¶redniowieczu gra typu RTS +Name: antargis +Version: 0.1.2 +Release: 0.1 +License: GPL +Group: X11/Applications/Games/Strategy +Source0: http://download.berlios.de/antargis/%{name}-%{version}.tar.gz +# Source0-md5: 94f8173e2eb1fea4d9d2949803055f87 +URL: http://antargis.berlios.de/ +BuildRequires: OpenGL-devel +BuildRequires: SDL_image-devel +BuildRequires: SDL_mixer-devel +BuildRequires: SDL_ttf-devel +BuildRequires: libstdc++-devel +BuildRequires: rake +BuildRequires: ruby-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Battles of Antargis is a medieval realtime strategy game. You are a +hero who was betrayed and you have to unify the kingdom and rebuild +the old empire. Old myths will pass your way. + +The game is currently in heavy development and taking up pace. The +current features include: + +- A short tutorial giving you an introduction to the gameplay +- Beginning of a real campaign + +%description -l pl +Battles of Antargis jest strategi± czasu rzeczywistego osadzon± w +czasach ¶redniowiecznyc. Gracz jest bohaterem, który zosta³ zdradzony +przez towarzyszy i który postanawia zjednoczyæ królestwo i odbudowaæ +potêgê starego imperium. + +%prep +%setup -q + +%build +rake \ + CC="%{__cc}" \ + CXX="%{__cxx}" + +%install +rm -rf $RPM_BUILD_ROOT + +rake install \ + DESTDIR=$RPM_BUILD_ROOT%{_prefix} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc AUTHORS ChangeLog NEWS README TODO +%attr(755,root,root) %{_bindir}/* +%{_datadir}/%{name} -- 2.44.0