Name: adonthell Summary: A 2D graphical RPG game Version: 0.3.6 Release: 6%{?dist} License: GPLv2+ URL: http://adonthell.nongnu.org/ Source0: http://savannah.nongnu.org/download/%{name}/%{name}-src-%{version}.tar.gz BuildRequires: python3-devel BuildRequires: freetype-devel BuildRequires: libxml2-devel BuildRequires: libogg-devel BuildRequires: libvorbis-devel BuildRequires: SDL2-devel SDL2_mixer-devel SDL2_ttf-devel BuildRequires: libpng-devel BuildRequires: swig BuildRequires: doxygen BuildRequires: graphviz %description A 2D, graphical, single player role playing game inspired by good old console RPGs from the 16 bit console gaming era. This package contains the Adonthell engine. You will also need a game package to play Adonthell. For this release, the official package is Waste's Edge. %package doc Summary: API documentation for %{name} Group: Documentation Requires: %{name} = %{version}-%{release} %description doc API documentation for %{name} generated by doxygen in HTML format. %prep %setup -q # install locale files in the right place sed -i 's|myconfig.gamedir + "/locale"|"%{_datadir}/locale"|' src/nls.cc # remove hardcoded CFLAGS sed -i 's|^CFLAGS|^#CFLAGS|g' configure sed -i "s|ac_precious_vars='build_alias|'ac_precious_vars=build_alias|g" configure %build %configure --enable-doc make %{?_smp_mflags} %install %make_install %files %license COPYING AUTHORS %{_bindir}/%{name}-0.3 %{_datadir}/%{name}/ %{_mandir}/man6/* %files doc %doc doc/devel/html %changelog * Wed Aug 02 2017 Fedora Release Engineering - 0.3.6-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering - 0.3.6-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Fri Feb 10 2017 Alexandre Moine - 0.3.6-4 - Fixing bug #1420854 * Fri Feb 10 2017 Fedora Release Engineering - 0.3.6-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Mon Dec 19 2016 Miro HronĨok - 0.3.6-2 - Rebuild for Python 3.6 * 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 * Thu Oct 01 2015 Alexandre Moine - 0.3.5-6 - Some spec cleanup - Move COPYING and AUTHORS from %%doc to %%license * Tue Jun 16 2015 Fedora Release Engineering - 0.3.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 02 2015 Kalev Lember - 0.3.5-4 - Rebuilt for GCC 5 C++11 ABI change * Fri Aug 15 2014 Fedora Release Engineering - 0.3.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sat Jun 07 2014 Fedora Release Engineering - 0.3.5-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Mon Dec 09 2013 Mathieu Bridon - 0.3.5-1 - Fix the build with -Werror=format-security https://bugzilla.redhat.com/show_bug.cgi?id=1036981 * Sat Aug 03 2013 Fedora Release Engineering - 0.3.5-0.16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Wed Feb 13 2013 Fedora Release Engineering - 0.3.5-0.15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Wed Jul 18 2012 Fedora Release Engineering - 0.3.5-0.14 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Tue Feb 28 2012 Fedora Release Engineering - 0.3.5-0.13 - Rebuilt for c++ ABI breakage * Thu Jan 12 2012 Fedora Release Engineering - 0.3.5-0.12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Feb 15 2011 Mathieu Bridon - 0.3.5-0.11 - Fix GCC-4.6 build failure - Remake GCC-4.4 build failure patch from 0.3.5-0.6: - use cvs to generate a proper patch - name it properly * Mon Feb 07 2011 Fedora Release Engineering - 0.3.5-0.10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Tue Jul 27 2010 David Malcolm - 0.3.5-0.9 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild * Tue Aug 11 2009 Mathieu Bridon - 0.3.5-0.8 - Upstream changed source URL. - Added defattr for -doc subpackage. * Fri Jul 24 2009 Fedora Release Engineering - 0.3.5-0.7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Sun Mar 01 2009 Mathieu Bridon - 0.3.5-0.6 - Fixed building with GCC 4.4 * Mon Feb 23 2009 Fedora Release Engineering - 0.3.5-0.5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Nov 30 2008 Ignacio Vazquez-Abrams - 0.3.5-0.4 - Rebuild for Python 2.6 * Tue Jun 03 2008 Mathieu Bridon 0.3.5-0.3 - added -p option to install * Sat May 31 2008 Mathieu Bridon 0.3.5-0.2 - applied patch to configure instead of configure.in - removed trademarks names from description - removed explicit requires * Tue May 27 2008 Mathieu Bridon 0.3.5-0.1 - switched to 0.3.5 release (includes bug fixes and fixes for building RPM for fedora like pythin finding and errors with fedora specific flags) * Fri May 23 2008 Mathieu Bridon 0.3.4-0.8 - fixed license tag (GPLv2 to GPLv2+) - removed explicit requires - fixed directories ownership * Thu Apr 17 2008 Mathieu Bridon 0.3.4-0.7 - fixed building on 64 bits arch (/lib was hard coded in configure.in) * Fri Apr 04 2008 Mathieu Bridon 0.3.4-0.6 - fixed typo in doc description * Fri Feb 22 2008 Mathieu Bridon 0.3.4-0.5 - search for translations in the right place so that wastesedge package can install them in the right place * Thu Feb 21 2008 Mathieu Bridon 0.3.4-0.4 - separated the doc in a dedicated package * Thu Feb 21 2008 Mathieu Bridon 0.3.4-0.3 - cleaned the spec file again * Thu Feb 21 2008 Mathieu Bridon 0.3.4-0.2 - cleaned the spec file * Mon Feb 18 2008 Mathieu Bridon 0.3.4-0.1 - first version of the SPEC file