]> git.pld-linux.org Git - packages/armagetron.git/commitdiff
- bz2 source help
authorTomek Orzechowski <orzech@pld-linux.org>
Sun, 6 Jul 2003 19:43:23 +0000 (19:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- summary, desc
- fixes in file list
TODO: fix ac stuff

Changed files:
    armagetron-ac_fix.patch -> 1.1
    armagetron.spec -> 1.2

armagetron-ac_fix.patch [new file with mode: 0644]
armagetron.spec

diff --git a/armagetron-ac_fix.patch b/armagetron-ac_fix.patch
new file mode 100644 (file)
index 0000000..5cec357
--- /dev/null
@@ -0,0 +1,11 @@
+--- armagerton/configure.in.orig       Sun Jul  6 14:49:59 2003
++++ armagerton/configure.in    Sun Jul  6 20:48:54 2003
+@@ -410,7 +410,7 @@
+ AC_OUTPUT(src/Makefile src/engine/Makefile 
+ src/tools/Makefile src/render/Makefile
+ src/ui/Makefile src/network/Makefile  
+-src/engine/Makefile src/tron/Makefile
++src/tron/Makefile
+ Makefile Makefile.global
+ batch/install batch/uninstall batch/starter
+ batch/serverstarter batch/masterstarter
index 9ffac783045044f124484dd616dab8d91793d5a5..aa46a184f84639185de9ef297c65595f8986da3c 100644 (file)
@@ -1,12 +1,12 @@
-Summary:       -
-Summary(pl):   -
+Summary:       A Tron lightcycle game with focus on multiplayer mode
 Name:          armagetron
 Version:       0.2.3
 Release:       0.1
 License:       GPL
 Group:         X11/Applications/Games
-Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
-# Source0-md5: a1a2a7c6ab93c60d31965dd9ff1e24c5
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+# Source0-md5: 37bfb0ecba69b39a2a070bf5f5f8a40d
+Patch0:                %{name}-ac_fix.patch
 URL:           http://armagetron.sourceforge.net/
 BuildRequires: OpenGL-devel
 BuildRequires: SDL_image-devel
@@ -16,34 +16,50 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _sysconfdir     /etc/%{name}
 
 %description
-
-%description -l pl
+In Armagetron, you ride a lightcycle around the game grid. You can
+only make sharp turns of 90 degrees and a wall constantly builds up
+after you. Make your enemies crash into your wall, but be aware that
+they are trying to do the same to you. If you are fast enough, you may
+be able to trap them, but the only way to speed up your lightcycle is
+to drive close to the dangerous walls. Prepare for exciting strategic
+preparations followed by action-packed close combat!
 
 %prep
 %setup -q
+#%patch0 -p1
 
 %build
 #rm -f missing
-#{__gettextize}
 #{__aclocal}
 #{__autoconf}
-#{__autoheader}
-#{__automake}
+
 %configure
+
 %{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install DESTDIR=$RPM_BUILD_ROOT
+%{__make} install
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc CHANGELOG doc/*
+%doc CHANGELOG doc/*.html doc/net
 %attr(755,root,root) %{_bindir}/*
 %dir %{_sysconfdir}
-%{_sysconfdir}/*
-%{_prefix}/games/%{name}
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.cfg
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.srv
+%dir %{_prefix}/games/%{name}
+%{_prefix}/games/%{name}/arenas
+%dir %{_prefix}/games/%{name}/bin
+%attr(755,root,root) %{_prefix}/games/%{name}/bin/[ap]*
+%dir %{_prefix}/games/%{name}/language
+%{_prefix}/games/%{name}/language/languages.txt
+%{_prefix}/games/%{name}/language/english.txt
+%lang(de) %{_prefix}/games/%{name}/language/deutsch.txt
+%{_prefix}/games/%{name}/models
+%{_prefix}/games/%{name}/sound
+%{_prefix}/games/%{name}/textures
This page took 0.106836 seconds and 4 git commands to generate.