diff --git a/voxelands.spec b/voxelands.spec index de405a3..cb1f8f8 100644 --- a/voxelands.spec +++ b/voxelands.spec @@ -1,5 +1,5 @@ Name: voxelands -Version: 1510.01 +Version: 1512.00 Release: 1mamba Summary: a sandbox construction game Group: Graphical Desktop/Applications/Games @@ -12,6 +12,7 @@ License: GPL3 ## AUTOBUILDREQ-BEGIN ## note: run 'autospec -u -a6 voxelands' to get the list of build requirements. ## AUTOBUILDREQ-END +Provides: bundled(jthread) = 1.0 BuildRequires: cmake BuildRequires: libirrlicht-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -28,17 +29,18 @@ of tools. Inside the game world players can build structures, artworks and anyth %debug_package %prep -%setup -q +%setup -q -n %{name} %build %cmake -d build \ -DBUILD_SHARED_LIBS=OFF \ -DRUN_IN_PLACE=0 + %make %install -[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +#[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build %clean @@ -50,11 +52,33 @@ of tools. Inside the game world players can build structures, artworks and anyth # %{_bindir}/%{name} # %{_datadir}/%{name} # %config(noreplace) %{_sysconfdir}/sysconfig/%{name} -# %{_mandir}/man?/* - -## note: eventually add the remaining documents (if any) -# %doc README.txt +%{_mandir}/man6/* +%{_bindir}/voxelands +%{_bindir}/voxelands-server +%{_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 +* Mon Dec 28 2015 Ercole 'ercolinux' Carpanetto 1512.00-1mamba +- update to 1512.00 + * Fri Dec 11 2015 Ercole 'ercolinux' Carpanetto 1510.01-1mamba - package created using the webbuild interface