From b5c0619a36f4c94f9e7aa88428d18dbda1563471 Mon Sep 17 00:00:00 2001 From: Sergey Zhemoytel Date: Tue, 12 Jul 2022 09:52:58 +0300 Subject: [PATCH] 0.9.17 --- .abf.yml | 2 +- fheroes2.spec | 13 +++++++------ 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/.abf.yml b/.abf.yml index e7c3843..d1eb91a 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,3 +1,3 @@ sources: - fheroes2-0.9.16.tar.gz: a2aeb691c00d83134ec85d45f18dca7f6396b7e6 + fheroes2-0.9.17.tar.gz: a0a1321405c43946d5b3e184d4fcdd307f674aad fheroes2.png: 29369e838940593d9fe23321903f40d58f4f1d6c diff --git a/fheroes2.spec b/fheroes2.spec index 30b78a0..a711474 100644 --- a/fheroes2.spec +++ b/fheroes2.spec @@ -4,7 +4,7 @@ Summary: Free implementation of Heroes of the Might and Magic II engine Name: fheroes2 Epoch: 1 -Version: 0.9.16 +Version: 0.9.17 Release: 1 License: GPLv2+ Group: Games/Strategy @@ -24,7 +24,7 @@ BuildRequires: pkgconfig(SDL2_net) BuildRequires: pkgconfig(SDL2_ttf) BuildRequires: pkgconfig(zlib) BuildRequires: clang -BuildRequires: cmake +BuildRequires: cmake >= 3.20 %description Free implementation of Heroes of the Might and Magic II engine. @@ -48,10 +48,11 @@ into your /usr/share/games/fheroes2/{maps,data} directories respectively. #cmake export CXX=clang++ export CC=clang -%make \ - WITH_AI=simple \ - WITH_SDL2="ON" \ - CONFIGURE_FHEROES2_DATA="%{_gamesdatadir}/%{name}/" +%cmake +#make \ +# WITH_AI=simple \ +# WITH_SDL2="ON" \ +# CONFIGURE_FHEROES2_DATA="%{_gamesdatadir}/%{name}/" %install