automatic version update by autodist [release 0.2.9.1.0-1mamba;Tue Dec 08 2020]

This commit is contained in:
Automatic Build System 2024-01-05 20:33:42 +01:00
parent 91d65ef566
commit 0bd906bf28
4 changed files with 95 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# armagetronad
Armagetron is a multiplayer game in 3d that attempts to emulate and expand on the lightcycle sequence from the movie Tron. It's an old school arcade game slung into the 21st century. Highlights include a customizable playing arena, HUD, unique graphics, and AI bots. For the more advanced player there are new game modes and a wide variety of physics settings to tweak as well.

View File

@ -0,0 +1,12 @@
diff -Nru armagetronad-0.2.8.3.2.orig/configure.ac armagetronad-0.2.8.3.2/configure.ac
--- armagetronad-0.2.8.3.2.orig/configure.ac 2011-09-11 12:50:26.000000000 +0200
+++ armagetronad-0.2.8.3.2/configure.ac 2011-10-12 13:47:51.969450951 +0200
@@ -731,7 +731,7 @@
CPPFLAGS="$CPPFLAGS `libpng-config --cflags`"
LIBS="$LIBS $PNGLIBS"
-AC_CHECK_FUNC(png_check_sig,
+AC_CHECK_FUNC(png_sig_cmp,
,
AC_MSG_ERROR([You need libpng to compile Armagetron.]))

BIN
armagetronad-0.2.9.1.0.tbz Normal file

Binary file not shown.

81
armagetronad.spec Normal file
View File

@ -0,0 +1,81 @@
Name: armagetronad
Version: 0.2.9.1.0
Release: 1mamba
Summary: A Tron Clone in 3d
Group: Graphical Desktop/Applications/Games
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.armagetronad.net/index.php
Source: https://downloads.sourceforge.net/project/armagetronad/stable/%{version}/armagetronad-%{version}.tbz
Patch0: %{name}-0.2.8.3.2-libpng-1.4.patch
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libGL-devel
BuildRequires: libGLU-devel
BuildRequires: libjpeg-devel
BuildRequires: libpng-devel
BuildRequires: libSDL-devel
BuildRequires: libSDL_image-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
%description
Armagetron is a multiplayer game in 3d that attempts to emulate and expand on the lightcycle sequence from the movie Tron. It's an old school arcade game slung into the 21st century. Highlights include a customizable playing arena, HUD, unique graphics, and AI bots. For the more advanced player there are new game modes and a wide variety of physics settings to tweak as well.
%debug_package
%prep
%setup -q
#%patch0 -p1
./bootstrap.sh
%build
%configure --disable-uninstall
%make
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sysconfdir}/*
/opt/*
%{_bindir}/*
%{_datadir}/*
%doc AUTHORS COPYING ChangeLog NEWS README README-DEVELOPER
%doc README-SDL
%changelog
* Tue Dec 08 2020 Automatic Build System <autodist@mambasoft.it> 0.2.9.1.0-1mamba
- automatic version update by autodist
* Thu Sep 03 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.9.0.1-1mamba
- update to 0.2.9.0.1
* Sat Apr 18 2020 Automatic Build System <autodist@mambasoft.it> 0.2.8.3.5-1mamba
- automatic update by autodist
* Wed Apr 05 2017 Automatic Build System <autodist@mambasoft.it> 0.2.8.3.4-1mamba
- automatic version update by autodist
* Thu Mar 19 2015 Automatic Build System <autodist@mambasoft.it> 0.2.8.3.3-1mamba
- automatic version update by autodist
* Thu Oct 13 2011 Automatic Build System <autodist@mambasoft.it> 0.2.8.3.2-1mamba
- automatic version update by autodist
* Sat May 08 2010 Automatic Build System <autodist@mambasoft.it> 0.2.8.3.1-1mamba
- automatic update by autodist
* Wed Aug 06 2008 Marco Bellezza <superbel@hotmail.it> 0.2.8.2.1-1mamba
- package created by autospec