diff --git a/asteroids3D.changes b/asteroids3D.changes index f01e6f4..fb7d103 100644 --- a/asteroids3D.changes +++ b/asteroids3D.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 29 19:43:35 UTC 2014 - jengelh@inai.de + +- Improve on RPM group classification + ------------------------------------------------------------------- Fri Dec 16 17:09:43 UTC 2011 - jengelh@medozas.de diff --git a/asteroids3D.spec b/asteroids3D.spec index aed0e61..fb60766 100644 --- a/asteroids3D.spec +++ b/asteroids3D.spec @@ -1,7 +1,7 @@ # # spec file for package asteroids3D # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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,20 +16,22 @@ # - Name: asteroids3D Version: 0.5.1+ Release: 0 -Group: Amusements/Games/Action/First Person Shootes Summary: First-person shooter blowing up asteroids License: GPL-2.0+ -URL: http://sf.net/projects/a3d +Group: Amusements/Games/Action/Arcade +Url: http://sf.net/projects/a3d #Git-Clone: git://a3d.git.sf.net/gitroot/a3d/a3d Source: %name-%version.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: freeglut-devel -BuildRequires: pkgconfig >= 0.19 pkgconfig(gl) pkgconfig(glu) xz +BuildRequires: pkgconfig >= 0.19 +BuildRequires: xz +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glu) %description A simple first person shooter of blowing up asteroids in 3D space.