diff --git a/asteroids3D.spec b/asteroids3D.spec index 7c18beb..aed0e61 100644 --- a/asteroids3D.spec +++ b/asteroids3D.spec @@ -15,19 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -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 + + +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 #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 +Source: %name-%version.tar.xz +BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: freeglut-devel +BuildRequires: pkgconfig >= 0.19 pkgconfig(gl) pkgconfig(glu) xz %description A simple first person shooter of blowing up asteroids in 3D space. @@ -48,3 +50,5 @@ make install DESTDIR="%buildroot"; %defattr(-,root,root) %_bindir/asteroids3D %_datadir/games/%name + +%changelog