Accepting request 105287 from games
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 (forwarded request 105220 from babelworx) OBS-URL: https://build.opensuse.org/request/show/105287 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fillets-ng?expand=0&rev=19
This commit is contained in:
commit
b42846ae7b
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user