2024-01-05 19:08:30 +01:00
|
|
|
Name: voxelands
|
2024-06-28 00:17:24 +02:00
|
|
|
Version: 1709.00
|
2024-01-05 19:08:30 +01:00
|
|
|
Release: 1mamba
|
2024-06-28 00:17:24 +02:00
|
|
|
Summary: A sandbox construction game based on Minetest
|
2024-01-05 19:08:30 +01:00
|
|
|
Group: Graphical Desktop/Applications/Games
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-06-28 00:17:24 +02:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://gitlab.com/voxelands/voxelands
|
|
|
|
Source: https://gitlab.com/voxelands/voxelands.git/v%{version}/voxelands-%{version}.tar.bz2
|
|
|
|
Patch0: voxelands-1709.00-disable-strip.patch
|
2024-01-05 19:08:30 +01:00
|
|
|
License: GPL3
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-06-28 00:17:24 +02:00
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXxf86vm-devel
|
|
|
|
BuildRequires: libbzip2-devel
|
|
|
|
BuildRequires: libfreetype-devel
|
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglu-devel
|
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libirrlicht-devel
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: libogg-devel
|
|
|
|
BuildRequires: libopenal-devel
|
|
|
|
BuildRequires: libpng-devel
|
|
|
|
BuildRequires: libsqlite-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libvorbis-devel
|
|
|
|
BuildRequires: libz-devel
|
2024-01-05 19:08:30 +01:00
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
BuildRequires: cmake
|
|
|
|
|
|
|
|
%description
|
2024-06-28 00:17:24 +02:00
|
|
|
Voxelands is a sandbox construction game based on Minetest, which was inspired by earlier "voxel world" games such as Infiniminer.
|
2024-01-05 19:08:30 +01:00
|
|
|
Gameplay puts players in a fully destructible 3D game world where they can place and dig numerous types of blocks, items and creatures using a variety of tools.
|
|
|
|
Inside the game world players can build structures, artworks and anything else their creativity can think of on multiplayer servers
|
|
|
|
and singleplayer worlds across multiple game modes.ds is a sandbox construction game based on Minetest, which was inspired by earlier "voxel world" games such as Infiniminer. Gameplay
|
|
|
|
puts players in a fully destructible 3D game world where they can place and dig numerous types of blocks, items and creatures using a variety
|
|
|
|
of tools. Inside the game world players can build structures, artworks and anything else their creativity can think of on multiplayer servers and singleplayer worlds across multiple game modes.
|
|
|
|
|
|
|
|
%debug_package
|
|
|
|
|
|
|
|
%prep
|
2024-06-28 00:17:24 +02:00
|
|
|
%setup -q
|
|
|
|
%patch 0 -p1
|
2024-01-05 19:08:30 +01:00
|
|
|
|
|
|
|
%build
|
2024-06-28 00:17:24 +02:00
|
|
|
# FIXME: (1709.00) building in subdir does not work
|
|
|
|
%define _vpath_builddir .
|
|
|
|
%cmake
|
2024-01-05 19:08:30 +01:00
|
|
|
|
2024-06-28 00:17:24 +02:00
|
|
|
%cmake_build
|
2024-01-05 19:08:30 +01:00
|
|
|
|
|
|
|
%install
|
2024-06-28 00:17:24 +02:00
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%cmake_install
|
|
|
|
|
|
|
|
install -D -m0755 src/jthread/libjthread.so %{buildroot}%{_libdir}/libjthread.so
|
2024-01-05 19:08:30 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 19:08:30 +01:00
|
|
|
%{_bindir}/voxelands
|
|
|
|
%{_bindir}/voxelands-server
|
2024-06-28 00:17:24 +02:00
|
|
|
%{_libdir}/libjthread.so
|
2024-01-05 19:08:30 +01:00
|
|
|
%{_datadir}/applications/voxelands.desktop
|
2024-01-05 19:08:31 +01:00
|
|
|
%{_datadir}/appdata/voxelands.appdata.xml
|
2024-06-28 00:17:24 +02:00
|
|
|
%dir %{_datadir}/voxelands
|
|
|
|
%{_datadir}/voxelands/*
|
2024-01-05 19:08:31 +01:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/voxelands.png
|
2024-01-05 19:08:30 +01:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/voxelands.svg
|
2024-06-28 00:17:24 +02:00
|
|
|
%dir %{_docdir}/voxelands
|
|
|
|
%{_docdir}/voxelands/*
|
|
|
|
%{_mandir}/man6/*.6*
|
2024-01-05 19:08:30 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-06-28 00:17:24 +02:00
|
|
|
* Thu Jun 27 2024 Automatic Build System <autodist@openmamba.org> 1709.00-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:08:31 +01:00
|
|
|
* Sat Nov 18 2017 Automatic Build System <autodist@mambasoft.it> 1604.00-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:08:30 +01:00
|
|
|
* Mon Dec 28 2015 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1512.00-1mamba
|
|
|
|
- update to 1512.00
|
|
|
|
|
2024-01-05 19:08:30 +01:00
|
|
|
* Fri Dec 11 2015 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1510.01-1mamba
|
|
|
|
- package created using the webbuild interface
|