lincity-ng/lincity-ng.spec

79 lines
2.3 KiB
RPMSpec

Name: lincity-ng
Version: 2.0
Release: 4mamba
Summary: A City Simulation Game
Group: Graphical Desktop/Applications/Games
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.berlios.de/software/lincity-ng/
Source: http://download.berlios.de/lincity-ng/lincity-ng-%{version}.tar.bz2
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libSDL-devel
BuildRequires: libSDL_gfx-devel
BuildRequires: libSDL_image-devel
BuildRequires: libSDL_mixer-devel
BuildRequires: libSDL_ttf-devel
BuildRequires: libX11-devel
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libphysfs-devel
BuildRequires: libstdc++6-devel
BuildRequires: libxml2-devel
BuildRequires: libz-devel
## AUTOBUILDREQ-END
BuildRequires: libphysfs-devel
BuildRequires: ftjam
BuildRequires: libSDL_gfx-devel >= 2.0.26
%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.
%debug_package
%prep
%setup -q
%build
%configure
jam
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
jam install DESTDIR=%{buildroot}
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/lincity-ng
%{_datadir}/applications/lincity-ng.desktop
%{_datadir}/pixmaps/lincity-ng.png
%dir %{_datadir}/lincity-ng
%{_datadir}/lincity-ng/*
%dir %{_docdir}/lincity-ng-%{version}
%{_docdir}/lincity-ng-%{version}/*
%doc COPYING README TODO
%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
- rebuilt with libSDL_gfx 2.0.24
* Fri Dec 16 2011 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-2mamba
- rebuilt with libSDL_gfx-2.0.23
* Sat Jan 31 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0-1mamba
- automatic update by autodist
* Mon Jul 14 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-2mamba
- rebuild against new libSDL_gfx
* Thu Dec 06 2007 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.2-1mamba
- package created by autospec