Lukas Krejza 2016-07-19 20:42:28 +00:00 committed by Git OBS Bridge
parent f6a86af28d
commit 37d52f9cbc

View File

@ -29,6 +29,8 @@ Url: http://www.fifengine.de
Group: Amusements/Games/Other Group: Amusements/Games/Other
Source: http://netcologne.dl.sourceforge.net/project/fife/active/src/%{name}_%{version}.tar.gz Source: http://netcologne.dl.sourceforge.net/project/fife/active/src/%{name}_%{version}.tar.gz
# Update license # Update license
# Fix build with GCC6. Hopefully fixes https://bugzilla.novell.com/show_bug.cgi?id=955063
Patch0: fix_build_with_gcc6.patch
Source99: http://www.gnu.org/licenses/lgpl-2.0.txt Source99: http://www.gnu.org/licenses/lgpl-2.0.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: boost-devel BuildRequires: boost-devel
@ -100,6 +102,7 @@ game using Python interfaces.
%prep %prep
%setup -q -n %{name}_%{version} %setup -q -n %{name}_%{version}
%patch0
# Update licence # Update licence
rm COPYING rm COPYING
cp %{S:99} COPYING cp %{S:99} COPYING