Accepting request 665318 from home:jengelh:branches:games
- Update descriptions. OBS-URL: https://build.opensuse.org/request/show/665318 OBS-URL: https://build.opensuse.org/package/show/games/fife?expand=0&rev=29
This commit is contained in:
parent
5451b22567
commit
8a47698aa7
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 13 14:46:31 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update descriptions.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 13 14:16:35 UTC 2019 - Michael Vetter <mvetter@suse.com>
|
||||
|
||||
|
16
fife.spec
16
fife.spec
@ -22,7 +22,7 @@
|
||||
Name: fife
|
||||
Version: 0.4.2
|
||||
Release: 0
|
||||
Summary: A powerful 2D game engine
|
||||
Summary: The Flexible Isometric Free Engine, a 2D game engine
|
||||
License: LGPL-2.1-or-later
|
||||
Group: Amusements/Games/Other
|
||||
URL: http://www.fifengine.de
|
||||
@ -54,37 +54,37 @@ BuildRequires: boost-devel
|
||||
|
||||
%description
|
||||
FIFE stands for Flexible Isometric Free Engine and is a cross platform
|
||||
game creation framework. It provides you with the ability to create a
|
||||
game creation framework. It provides the ability to create a
|
||||
game using Python interfaces.
|
||||
|
||||
%package -n libfife%{sover}
|
||||
Summary: System shared libraries for fife engine games
|
||||
Summary: The Flexible Isometric Free Engine, a 2D game engine
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n libfife%{sover}
|
||||
FIFE stands for Flexible Isometric Free Engine and is a cross platform
|
||||
game creation framework. It provides you with the ability to create a
|
||||
game creation framework. It provides the ability to create a
|
||||
game using Python interfaces.
|
||||
|
||||
%package -n python3-%{name}
|
||||
Summary: Python 3 extensions for the fife engine
|
||||
Summary: Python 3 extensions for the FIFE engine
|
||||
Group: Amusements/Games/Other
|
||||
Requires: python3
|
||||
|
||||
%description -n python3-%{name}
|
||||
FIFE stands for Flexible Isometric Free Engine and is a cross platform
|
||||
game creation framework. It provides you with the ability to create a
|
||||
game creation framework. It provides the ability to create a
|
||||
game using Python interfaces.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for %{name} engine
|
||||
Summary: Development files for the FIFE 2D game engine
|
||||
Group: Development/Libraries/Other
|
||||
Requires: libfife%{sover} = %{version}
|
||||
Requires: python3-fife = %{version}
|
||||
|
||||
%description devel
|
||||
FIFE stands for Flexible Isometric Free Engine and is a cross platform
|
||||
game creation framework. It provides you with the ability to create a
|
||||
game creation framework. It provides the ability to create a
|
||||
game using Python interfaces.
|
||||
|
||||
%prep
|
||||
|
Loading…
x
Reference in New Issue
Block a user