File gtkatlantic.spec of Package gtkatlantic
#
# spec file for package gtkatlantic
#
# Copyright (c) 2022 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 https://bugs.opensuse.org/
#
Name: gtkatlantic
Version: 0.6.3
Release: 0
Summary: A game like Monopoly
License: GPL-2.0-or-later
Group: Amusements/Games/Board/Other
URL: https://gtkatlantic.gradator.net/
Source: http://download.tuxfamily.org/gtkatlantic/downloads/v0.6/%{name}-%{version}.tar.bz2
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc-c++
BuildRequires: glib2-devel
BuildRequires: gtk3-devel
BuildRequires: gtkmm3-devel
BuildRequires: hicolor-icon-theme
BuildRequires: libtool
BuildRequires: libxml2-devel
BuildRequires: zlib-devel
BuildRequires: fdupes
%description
GtkAtlantic is a network client that works with the monopd server.
%prep
%setup -q
%build
%configure
%make_build
%install
%make_install
%fdupes %{buildroot}%{_datadir}/%{name}
%files
%license COPYING
%doc AUTHORS NEWS README
%{_bindir}/%{name}
%{_datadir}/%{name}/
%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/pixmaps/%{name}.xpm
%changelog