mirror of
https://abf.rosa.ru/djam/0ad.git
synced 2025-02-23 15:02:47 +00:00
LOG New version 0.0.14
This commit is contained in:
parent
a6c85c3922
commit
6215241fd0
2 changed files with 19 additions and 24 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,2 +1,2 @@
|
||||||
sources:
|
sources:
|
||||||
0ad-0.0.13-alpha-unix-build.tar.xz: 4f060f93ee5489610a7cb427c9e2960b3485bd40
|
0ad-0.0.14-alpha-unix-build.tar.xz: fc167b0f8ca6290686bd643400249113841bdd23
|
||||||
|
|
41
0ad.spec
41
0ad.spec
|
@ -22,7 +22,7 @@
|
||||||
|
|
||||||
Name: 0ad
|
Name: 0ad
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.0.13
|
Version: 0.0.14
|
||||||
Release: 1
|
Release: 1
|
||||||
# BSD License:
|
# BSD License:
|
||||||
# build/premake/*
|
# build/premake/*
|
||||||
|
@ -103,12 +103,23 @@ game engine.
|
||||||
The game has been in development by Wildfire Games (WFG), a group of volunteer,
|
The game has been in development by Wildfire Games (WFG), a group of volunteer,
|
||||||
hobbyist game developers, since 2001.
|
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
|
%prep
|
||||||
%setup -q -n %{name}-%{version}-alpha
|
%setup -q -n %{name}-%{version}-alpha
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
|
|
||||||
#-----------------------------------------------------------------------
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
export CPPFLAGS="%{optflags}"
|
export CPPFLAGS="%{optflags}"
|
||||||
|
@ -130,14 +141,6 @@ build/workspaces/update-workspaces.sh \
|
||||||
|
|
||||||
%make -C build/workspaces/gcc config=%{config} verbose=1
|
%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
|
||||||
install -d -m 755 %{buildroot}%{_gamesbindir}
|
install -d -m 755 %{buildroot}%{_gamesbindir}
|
||||||
install -m 755 binaries/system/pyrogenesis%{dbg} %{buildroot}%{_gamesbindir}/pyrogenesis%{dbg}
|
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"
|
export EXCLUDE_FROM_FULL_STRIP="libAtlasUI_dbg.so libCollada_dbg.so pyrogenesis_dbg"
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
#-----------------------------------------------------------------------
|
# Depends on availablity of nvtt
|
||||||
%files
|
%if !%{without_nvtt}
|
||||||
%doc README.txt LICENSE.txt
|
%check
|
||||||
%doc license_gpl-2.0.txt license_lgpl-2.1.txt license_dbghelp.txt
|
LD_LIBRARY_PATH=binaries/system binaries/system/test%{dbg} -libdir binaries/system
|
||||||
%{_gamesbindir}/0ad
|
%endif
|
||||||
%{_gamesbindir}/pyrogenesis%{dbg}
|
|
||||||
%{_libdir}/%{name}
|
|
||||||
%{_datadir}/pixmaps/%{name}.png
|
|
||||||
%{_datadir}/applications/%{name}.desktop
|
|
||||||
%{_gamesdatadir}/%{name}
|
|
||||||
%{_mandir}/man6/*.6*
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue