diff --git a/colobot.spec b/colobot.spec index e80541f..5e2fc00 100644 --- a/colobot.spec +++ b/colobot.spec @@ -1,6 +1,6 @@ Name: colobot Version: 0.1.11.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: A video game that teaches programming in a fun way License: GPLv3 @@ -60,7 +60,7 @@ BuildRequires: libvorbis >= 1.3.2 BuildRequires: openal-soft-devel >= 1.13 BuildRequires: po4a BuildRequires: physfs-devel -BuildRequires: python >= 2.7 +BuildRequires: python3 BuildRequires: SDL2-devel SDL2_image-devel SDL2_ttf-devel BuildRequires: xmlstarlet BuildRequires: %{_bindir}/pod2man @@ -138,7 +138,7 @@ sed \ %build mkdir build cd build -%cmake -DCMAKE_BUILD_TYPE=Release .. +%cmake -DCMAKE_BUILD_TYPE=Release -DPYTHON_EXECUTABLE=%{__python3} .. make %{?_smp_mflags} @@ -179,6 +179,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/*.appdata %changelog +* Mon Nov 19 2018 Miro HronĨok - 0.1.11.1-7 +- Use python3 during build instead of python2 + * Tue Nov 13 2018 Artur Iwicki - 0.1.11.1-6 - Use %%find_lang for .mo files and man pages