Add trailing %changelog
OBS-URL: https://build.opensuse.org/package/show/games/asteroids3D?expand=0&rev=2
This commit is contained in:
parent
461597843a
commit
877878563a
@ -15,6 +15,8 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: asteroids3D
|
||||
Version: 0.5.1+
|
||||
Release: 0
|
||||
@ -25,9 +27,9 @@ 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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: freeglut-devel
|
||||
BuildRequires: pkgconfig >= 0.19, pkgconfig(gl), pkgconfig(glu), xz
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user