mirror of
https://abf.rosa.ru/djam/fheroes2.git
synced 2025-02-23 17:52:50 +00:00
0.9.20
This commit is contained in:
parent
b5321c87ea
commit
6c0a0738c7
2 changed files with 7 additions and 7 deletions
2
.abf.yml
2
.abf.yml
|
@ -1,3 +1,3 @@
|
||||||
sources:
|
sources:
|
||||||
fheroes2-0.9.19.tar.gz: 638a253b4f1845b2258e899d782b97fa9b04eac4
|
fheroes2-0.9.20.tar.gz: e592c23d2abb6239cc3a3c24d0b75a794d76eb2f
|
||||||
fheroes2.png: 29369e838940593d9fe23321903f40d58f4f1d6c
|
fheroes2.png: 29369e838940593d9fe23321903f40d58f4f1d6c
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
%global optflags %(echo %{optflags} | sed -e 's/-ffat-lto-objects//g' -e 's/-fvar-tracking-assignments//g')
|
%global optflags %(echo %{optflags} | sed -e 's/-ffat-lto-objects//g' -e 's/-fvar-tracking-assignments//g' -e 's/-Wa,--compress-debug-sections//g' )
|
||||||
|
|
||||||
|
|
||||||
Summary: Free implementation of Heroes of the Might and Magic II engine
|
Summary: Free implementation of Heroes of the Might and Magic II engine
|
||||||
Name: fheroes2
|
Name: fheroes2
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Version: 0.9.19
|
Version: 0.9.20
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Games/Strategy
|
Group: Games/Strategy
|
||||||
|
@ -49,10 +49,10 @@ into your /usr/share/games/fheroes2/{maps,data} directories respectively.
|
||||||
export CXX=clang++
|
export CXX=clang++
|
||||||
export CC=clang
|
export CC=clang
|
||||||
%cmake
|
%cmake
|
||||||
#make \
|
%make \
|
||||||
# WITH_AI=simple \
|
WITH_AI=simple \
|
||||||
# WITH_SDL2="ON" \
|
WITH_SDL2="ON" \
|
||||||
# CONFIGURE_FHEROES2_DATA="%{_gamesdatadir}/%{name}/"
|
CONFIGURE_FHEROES2_DATA="%{_gamesdatadir}/%{name}/"
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
|
Loading…
Add table
Reference in a new issue