diff --git a/fillets-ng.changes b/fillets-ng.changes index d6e71d3..01bb094 100644 --- a/fillets-ng.changes +++ b/fillets-ng.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Feb 15 13:22:53 UTC 2012 - cfarrell@suse.com + +- license update: GPL-2.0+ + No indication of GPL-1.0+ files. They are all GPL-2.0+ - hence no need + for GPL-1.0 reference + +------------------------------------------------------------------- +Thu Feb 9 21:08:28 UTC 2012 - dimstar@opensuse.org + +- Conditionally BuildRequire lua51-devel on openSUSE 12.2+. This + game has not been ported to lua 5.2 yet. + +------------------------------------------------------------------- +Thu Jan 12 11:30:34 UTC 2012 - coolo@suse.com + +- change license to be in spdx.org format + ------------------------------------------------------------------- Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de diff --git a/fillets-ng.spec b/fillets-ng.spec index d8c7aec..7539518 100644 --- a/fillets-ng.spec +++ b/fillets-ng.spec @@ -1,7 +1,7 @@ # # spec file for package fillets-ng # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,14 +16,13 @@ # - Name: fillets-ng Version: 1.0.0 -Release: 1 -License: GNU General Public License (GPL) - all versions +Release: 0 Summary: Fish Fillets - Next Generation -Url: http://fillets.sourceforge.net/ +License: GPL-2.0+ Group: Amusements/Games/Action/Arcade +Url: http://fillets.sourceforge.net/ Source0: %{name}-%{version}.tar.bz2 Source1: %{name}.desktop Source2: %{name}.png @@ -34,7 +33,11 @@ BuildRequires: SDL_mixer-devel BuildRequires: SDL_ttf-devel BuildRequires: fribidi-devel BuildRequires: gcc-c++ +%if 0%{?suse_version} < 1220 BuildRequires: lua-devel +%else +BuildRequires: lua51-devel +%endif BuildRequires: pkgconfig BuildRequires: update-desktop-files Requires: %{name}-data = %{version}