update to 1512.00 [release 1512.00-1mamba;Mon Dec 28 2015]

This commit is contained in:
Ercole 'ercolinux' Carpanetto 2024-01-05 19:08:30 +01:00
parent cf3a912556
commit ef72786799

View File

@ -1,5 +1,5 @@
Name: voxelands Name: voxelands
Version: 1510.01 Version: 1512.00
Release: 1mamba Release: 1mamba
Summary: a sandbox construction game Summary: a sandbox construction game
Group: Graphical Desktop/Applications/Games Group: Graphical Desktop/Applications/Games
@ -12,6 +12,7 @@ License: GPL3
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
## note: run 'autospec -u -a6 voxelands' to get the list of build requirements. ## note: run 'autospec -u -a6 voxelands' to get the list of build requirements.
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
Provides: bundled(jthread) = 1.0
BuildRequires: cmake BuildRequires: cmake
BuildRequires: libirrlicht-devel BuildRequires: libirrlicht-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -28,17 +29,18 @@ of tools. Inside the game world players can build structures, artworks and anyth
%debug_package %debug_package
%prep %prep
%setup -q %setup -q -n %{name}
%build %build
%cmake -d build \ %cmake -d build \
-DBUILD_SHARED_LIBS=OFF \ -DBUILD_SHARED_LIBS=OFF \
-DRUN_IN_PLACE=0 -DRUN_IN_PLACE=0
%make %make
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" #[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build %makeinstall -C build
%clean %clean
@ -50,11 +52,33 @@ of tools. Inside the game world players can build structures, artworks and anyth
# %{_bindir}/%{name} # %{_bindir}/%{name}
# %{_datadir}/%{name} # %{_datadir}/%{name}
# %config(noreplace) %{_sysconfdir}/sysconfig/%{name} # %config(noreplace) %{_sysconfdir}/sysconfig/%{name}
# %{_mandir}/man?/* %{_mandir}/man6/*
%{_bindir}/voxelands
## note: eventually add the remaining documents (if any) %{_bindir}/voxelands-server
# %doc README.txt %{_datadir}/applications/voxelands.desktop
%{_datadir}/doc/voxelands/*.txt
%{_datadir}/doc/voxelands/voxelands.conf.example
%{_datadir}/icons/hicolor/128x128/apps/voxelands.png
%{_datadir}/icons/hicolor/16x16/apps/voxelands.png
%{_datadir}/icons/hicolor/192x192/apps/voxelands.png
%{_datadir}/icons/hicolor/22x22/apps/voxelands.png
%{_datadir}/icons/hicolor/24x24/apps/voxelands.png
%{_datadir}/icons/hicolor/32x32/apps/voxelands.png
%{_datadir}/icons/hicolor/48x48/apps/voxelands.png
%{_datadir}/icons/hicolor/64x64/apps/voxelands.png
%{_datadir}/icons/hicolor/scalable/apps/voxelands.svg
%{_datadir}/voxelands/fonts/liberationsans.ttf
%{_datadir}/voxelands/html/*.html
%{_datadir}/voxelands/locale/*/voxelands.mo
%{_datadir}/voxelands/models/*.b3d
%{_datadir}/voxelands/models/*.x
%{_datadir}/voxelands/sounds/*.ogg
%{_datadir}/voxelands/textures/*.png
%{_datadir}/voxelands/textures/skins/*.png
%changelog %changelog
* Mon Dec 28 2015 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1512.00-1mamba
- update to 1512.00
* Fri Dec 11 2015 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1510.01-1mamba * Fri Dec 11 2015 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1510.01-1mamba
- package created using the webbuild interface - package created using the webbuild interface