From 6215241fd0a1ff1385cf747fe3b4f3ab584c8e17 Mon Sep 17 00:00:00 2001 From: Andrey Bondrov Date: Thu, 12 Sep 2013 16:26:19 +1100 Subject: [PATCH] LOG New version 0.0.14 --- .abf.yml | 2 +- 0ad.spec | 41 ++++++++++++++++++----------------------- 2 files changed, 19 insertions(+), 24 deletions(-) diff --git a/.abf.yml b/.abf.yml index 4c214aa..9859092 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,2 @@ sources: - 0ad-0.0.13-alpha-unix-build.tar.xz: 4f060f93ee5489610a7cb427c9e2960b3485bd40 + 0ad-0.0.14-alpha-unix-build.tar.xz: fc167b0f8ca6290686bd643400249113841bdd23 diff --git a/0ad.spec b/0ad.spec index 2942f17..070eca9 100644 --- a/0ad.spec +++ b/0ad.spec @@ -22,7 +22,7 @@ Name: 0ad Epoch: 1 -Version: 0.0.13 +Version: 0.0.14 Release: 1 # BSD License: # build/premake/* @@ -103,12 +103,23 @@ game engine. The game has been in development by Wildfire Games (WFG), a group of volunteer, hobbyist game developers, since 2001. +%files +%doc README.txt LICENSE.txt +%doc license_gpl-2.0.txt license_lgpl-2.1.txt license_dbghelp.txt +%{_gamesbindir}/0ad +%{_gamesbindir}/pyrogenesis%{dbg} +%{_libdir}/%{name} +%{_datadir}/pixmaps/%{name}.png +%{_datadir}/applications/%{name}.desktop +%{_gamesdatadir}/%{name} +%{_mandir}/man6/*.6* + + #----------------------------------------------------------------------- %prep %setup -q -n %{name}-%{version}-alpha %patch1 -p1 -#----------------------------------------------------------------------- %build export CFLAGS="%{optflags}" export CPPFLAGS="%{optflags}" @@ -130,14 +141,6 @@ build/workspaces/update-workspaces.sh \ %make -C build/workspaces/gcc config=%{config} verbose=1 -#----------------------------------------------------------------------- -# Depends on availablity of nvtt -%if !%{without_nvtt} -%check -LD_LIBRARY_PATH=binaries/system binaries/system/test%{dbg} -libdir binaries/system -%endif - -#----------------------------------------------------------------------- %install install -d -m 755 %{buildroot}%{_gamesbindir} install -m 755 binaries/system/pyrogenesis%{dbg} %{buildroot}%{_gamesbindir}/pyrogenesis%{dbg} @@ -183,16 +186,8 @@ chmod +x %{buildroot}%{_gamesbindir}/0ad export EXCLUDE_FROM_FULL_STRIP="libAtlasUI_dbg.so libCollada_dbg.so pyrogenesis_dbg" %endif -#----------------------------------------------------------------------- -%files -%doc README.txt LICENSE.txt -%doc license_gpl-2.0.txt license_lgpl-2.1.txt license_dbghelp.txt -%{_gamesbindir}/0ad -%{_gamesbindir}/pyrogenesis%{dbg} -%{_libdir}/%{name} -%{_datadir}/pixmaps/%{name}.png -%{_datadir}/applications/%{name}.desktop -%{_gamesdatadir}/%{name} -%{_mandir}/man6/*.6* - - +# Depends on availablity of nvtt +%if !%{without_nvtt} +%check +LD_LIBRARY_PATH=binaries/system binaries/system/test%{dbg} -libdir binaries/system +%endif