diff --git a/adonthell.spec b/adonthell.spec index 00fde0e..4449502 100644 --- a/adonthell.spec +++ b/adonthell.spec @@ -1,28 +1,17 @@ Name: adonthell Summary: A 2D graphical RPG game -Version: 0.3.5 -Release: 7%{?dist} +Version: 0.3.6 +Release: 1%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz -## Fixes from CVS, no new release yet. -# Patch was obtained with: -# cvs diff -u -r 1.36 -r 1.37 adonthell-0.3/src/dialog.cc -Patch0: %{name}-0.3.5-fix-build-with-gcc-4.4.patch -# Patch was obtained with: -# cvs diff -u -r 1.5 -r 1.6 adonthell-0.3/src/win_event.cc -Patch1: %{name}-0.3.5-fix-build-with-gcc-4.6.patch - -Patch2: %{name}-0.3.5-Fix-build-with-Werror-format-security.patch - -BuildRequires: python-devel +BuildRequires: python3-devel BuildRequires: freetype-devel BuildRequires: libxml2-devel BuildRequires: libogg-devel BuildRequires: libvorbis-devel -BuildRequires: SDL_mixer-devel -BuildRequires: SDL_ttf-devel +BuildRequires: SDL2-devel SDL2_mixer-devel SDL2_ttf-devel BuildRequires: libpng-devel BuildRequires: swig BuildRequires: doxygen @@ -56,37 +45,29 @@ sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc # remove hardcoded CFLAGS sed -i 's|^CFLAGS|^#CFLAGS|g' configure -# build with GCC 4.4 -%patch0 -p1 - -# build with GCC 4.6 -%patch1 -p1 - -# build with -Werror=format-security -%patch2 -p1 - - %build %configure --enable-doc make %{?_smp_mflags} %install -%make_install +%make_install %files %license COPYING AUTHORS -%doc FULLSCREEN.howto NEWBIE NEWS README -%{_bindir}/%{name} %{_bindir}/%{name}-0.3 %{_datadir}/%{name}/ +%{_mandir}/man6/* %files doc %doc doc/devel/html %changelog +* Wed Sep 28 2016 Alexandre Moine - 0.3.6-1 +- New, sadly, final, release + * Wed Feb 03 2016 Fedora Release Engineering - 0.3.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild