rebuilt with libSDL_gfx 2.0.26 [release 2.0-4mamba;Fri Dec 31 2021]
This commit is contained in:
parent
682e7df1d3
commit
93b8a9a84e
@ -1,35 +1,38 @@
|
|||||||
Name: lincity-ng
|
Name: lincity-ng
|
||||||
Version: 2.0
|
Version: 2.0
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
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: http://lincity-ng.berlios.de
|
URL: https://www.berlios.de/software/lincity-ng/
|
||||||
Source: http://download.berlios.de/lincity-ng/lincity-ng-%{version}.tar.bz2
|
Source: http://download.berlios.de/lincity-ng/lincity-ng-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libGL-devel
|
|
||||||
BuildRequires: libSDL-devel
|
BuildRequires: libSDL-devel
|
||||||
BuildRequires: libSDL_gfx-devel
|
BuildRequires: libSDL_gfx-devel
|
||||||
BuildRequires: libSDL_image-devel
|
BuildRequires: libSDL_image-devel
|
||||||
BuildRequires: libSDL_mixer-devel
|
BuildRequires: libSDL_mixer-devel
|
||||||
BuildRequires: libSDL_ttf-devel
|
BuildRequires: libSDL_ttf-devel
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
|
BuildRequires: libphysfs-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
#libphysfs.so.1: library not reported by ldconfig
|
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: libphysfs-devel
|
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.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -51,9 +54,14 @@ jam install DESTDIR=%{buildroot}
|
|||||||
%{_datadir}/pixmaps/lincity-ng.png
|
%{_datadir}/pixmaps/lincity-ng.png
|
||||||
%dir %{_datadir}/lincity-ng
|
%dir %{_datadir}/lincity-ng
|
||||||
%{_datadir}/lincity-ng/*
|
%{_datadir}/lincity-ng/*
|
||||||
|
%dir %{_docdir}/lincity-ng-%{version}
|
||||||
|
%{_docdir}/lincity-ng-%{version}/*
|
||||||
%doc COPYING README TODO
|
%doc COPYING README TODO
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-4mamba
|
||||||
|
- rebuilt with libSDL_gfx 2.0.26
|
||||||
|
|
||||||
* Mon Jul 15 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-3mamba
|
* Mon Jul 15 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-3mamba
|
||||||
- rebuilt with libSDL_gfx 2.0.24
|
- rebuilt with libSDL_gfx 2.0.24
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user