automatic version update by autodist [release 2.9.0-1mamba;Sat Feb 24 2024]

This commit is contained in:
Automatic Build System 2024-02-25 00:24:38 +01:00
parent 93b8a9a84e
commit 2386a0ffd8

View File

@ -1,32 +1,29 @@
Name: lincity-ng Name: lincity-ng
Version: 2.0 Version: 2.9.0
Release: 4mamba Release: 1mamba
Summary: A City Simulation Game Summary: A City Simulation Game
Group: Graphical Desktop/Applications/Games Group: Graphical Desktop/Applications/Games
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.berlios.de/software/lincity-ng/ URL: https://github.com/lincity-ng/lincity-ng
Source: http://download.berlios.de/lincity-ng/lincity-ng-%{version}.tar.bz2 Source: https://github.com/lincity-ng/lincity-ng/archive/refs/tags/lincity-ng-%{version}.tar.gz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libSDL-devel BuildRequires: libSDL2-devel
BuildRequires: libSDL_gfx-devel
BuildRequires: libSDL_image-devel
BuildRequires: libSDL_mixer-devel
BuildRequires: libSDL_ttf-devel
BuildRequires: libX11-devel
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libglvnd-devel BuildRequires: libglvnd-devel
BuildRequires: libphysfs-devel BuildRequires: libphysfs-devel
BuildRequires: libsdl2_gfx-devel
BuildRequires: libsdl2_image-devel
BuildRequires: libsdl2_mixer-devel
BuildRequires: libsdl2_ttf-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel BuildRequires: libxml2-devel
BuildRequires: libz-devel BuildRequires: libz-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libphysfs-devel
BuildRequires: ftjam BuildRequires: ftjam
BuildRequires: libSDL_gfx-devel >= 2.0.26
%description %description
LinCity-NG is a City Simulation Game. It is a polished and improved version of the classic LinCity game. Within the scope of the GoTM project at happypenguin we have created a new iso-3D graphics engine, with a completely redone and modern GUI. LinCity-NG is a City Simulation Game. It is a polished and improved version of the classic LinCity game. Within the scope of the GoTM project at happypenguin we have created a new iso-3D graphics engine, with a completely redone and modern GUI.
@ -34,7 +31,10 @@ LinCity-NG is a City Simulation Game. It is a polished and improved version of t
%debug_package %debug_package
%prep %prep
%setup -q %setup -q -n %{name}-%{name}-%{version}
# Fixes jam install
touch CREDITS
./autogen.sh
%build %build
%configure %configure
@ -56,9 +56,13 @@ jam install DESTDIR=%{buildroot}
%{_datadir}/lincity-ng/* %{_datadir}/lincity-ng/*
%dir %{_docdir}/lincity-ng-%{version} %dir %{_docdir}/lincity-ng-%{version}
%{_docdir}/lincity-ng-%{version}/* %{_docdir}/lincity-ng-%{version}/*
%doc COPYING README TODO %doc COPYING
#README TODO
%changelog %changelog
* Sat Feb 24 2024 Automatic Build System <autodist@openmamba.org> 2.9.0-1mamba
- automatic version update by autodist
* Fri Dec 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-4mamba * Fri Dec 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-4mamba
- rebuilt with libSDL_gfx 2.0.26 - rebuilt with libSDL_gfx 2.0.26