File pengupop.spec of Package pengupop
#
# spec file for package pengupop
#
# Copyright (c) 2021 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: pengupop
Version: 2.2.6
Release: 0
Summary: Pengupop - Networked multiplayer game like Puzzle Bobble
License: GPL-3.0
Group: Amusements/Games/Board/Puzzle
Url: http://www.junoplay.com/pengupop
Source: %{name}-%{version}.tar.gz
BuildRequires: SDL-devel
BuildRequires: automake
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(zlib)
%description
Finally a networked multiplayer game in the vein
of the puzzle classic Bust a Move/Puzzle Bobble!
Beat your friends in this addictive game,
or play against a random opponent!
%prep
%setup -q
%build
autoreconf -fi
%configure
%make_build
%install
%make_install
install -D -m 0644 %{name}.desktop %{buildroot}%{_datadir}/applications/%{name}.desktop
install -D -m 0644 %{name}.png %{buildroot}%{_datadir}/pixmaps/%{name}.png
%suse_update_desktop_file -i pengupop Game ArcadeGame
%files
%license COPYING
%doc AUTHORS NEWS README ChangeLog
%{_bindir}/pengupop
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.png
%changelog