From 877878563a27644399ab77b8a6103b7daeef2720f679d6d5b1385ae0b593888a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 18 Dec 2011 20:17:15 +0000 Subject: [PATCH] Add trailing %changelog OBS-URL: https://build.opensuse.org/package/show/games/asteroids3D?expand=0&rev=2 --- asteroids3D.spec | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) 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