2013-03-13 19:53:29 +00:00
|
|
|
#
|
2013-04-19 09:26:32 +00:00
|
|
|
# spec file for package gnome-robots
|
2013-03-13 19:53:29 +00:00
|
|
|
#
|
2019-03-28 20:44:28 +00:00
|
|
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
2013-03-13 19:53:29 +00:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2019-03-28 20:44:28 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2013-03-13 19:53:29 +00:00
|
|
|
#
|
|
|
|
|
2013-04-19 09:26:32 +00:00
|
|
|
|
2013-03-13 19:53:29 +00:00
|
|
|
Name: gnome-robots
|
2019-03-28 20:44:28 +00:00
|
|
|
Version: 3.32.0
|
2013-03-13 19:53:29 +00:00
|
|
|
Release: 0
|
|
|
|
Summary: Robots Game for GNOME
|
2018-03-05 13:49:50 +00:00
|
|
|
License: GPL-3.0-or-later
|
2013-03-13 19:53:29 +00:00
|
|
|
Group: Amusements/Games/Action/Arcade
|
2018-03-05 13:49:50 +00:00
|
|
|
URL: https://live.gnome.org/Robots
|
2019-03-28 20:44:28 +00:00
|
|
|
Source0: https://download.gnome.org/sources/gnome-robots/3.32/%{name}-%{version}.tar.xz
|
|
|
|
|
|
|
|
BuildRequires: fdupes
|
2013-03-13 19:53:29 +00:00
|
|
|
BuildRequires: gnome-games-scripts
|
2019-03-28 20:44:28 +00:00
|
|
|
BuildRequires: itstool
|
|
|
|
BuildRequires: meson
|
2017-09-09 17:56:38 +00:00
|
|
|
BuildRequires: pkgconfig
|
2019-03-28 20:44:28 +00:00
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= 2.32
|
2014-08-23 11:53:47 +00:00
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
2015-03-19 14:33:40 +00:00
|
|
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.15.0
|
2013-03-13 19:53:29 +00:00
|
|
|
BuildRequires: pkgconfig(libcanberra-gtk3) >= 0.26
|
2016-09-08 21:22:44 +00:00
|
|
|
BuildRequires: pkgconfig(libgnome-games-support-1)
|
2014-08-23 11:53:47 +00:00
|
|
|
BuildRequires: pkgconfig(librsvg-2.0) >= 2.36.2
|
2013-09-23 12:58:59 +00:00
|
|
|
Requires(pre): pwdutils
|
2017-09-09 17:56:38 +00:00
|
|
|
Recommends: %{name}-lang
|
2013-03-13 19:53:29 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
Robots is a graphical version of the original text based robots game,
|
|
|
|
which can be found on a number of UNIX systems. The player must outwit
|
|
|
|
the robots chasing him/her by getting them to run into each other.
|
|
|
|
|
|
|
|
%lang_package
|
2017-09-09 17:56:38 +00:00
|
|
|
|
2013-03-13 19:53:29 +00:00
|
|
|
%prep
|
2019-03-28 20:44:28 +00:00
|
|
|
%autosetup -p1
|
2013-03-13 19:53:29 +00:00
|
|
|
|
|
|
|
%build
|
2019-03-28 20:44:28 +00:00
|
|
|
%meson \
|
|
|
|
%{nil}
|
|
|
|
%meson_build
|
2013-03-13 19:53:29 +00:00
|
|
|
|
|
|
|
%install
|
2019-03-28 20:44:28 +00:00
|
|
|
%meson_install
|
2013-03-13 19:53:29 +00:00
|
|
|
%find_lang %{name} %{?no_lang_C}
|
2019-03-28 20:44:28 +00:00
|
|
|
%fdupes %{buildroot}/%{_prefix}
|
2013-03-13 19:53:29 +00:00
|
|
|
|
|
|
|
%files
|
2018-03-05 13:49:50 +00:00
|
|
|
%license COPYING
|
|
|
|
%doc NEWS
|
2013-03-13 19:53:29 +00:00
|
|
|
%doc %{_datadir}/help/C/%{name}/
|
|
|
|
%{_datadir}/%{name}/
|
2019-03-28 20:44:28 +00:00
|
|
|
%{_datadir}/applications/org.gnome.Robots.desktop
|
|
|
|
%{_datadir}/glib-2.0/schemas/org.gnome.Robots.gschema.xml
|
|
|
|
%{_datadir}/icons/hicolor/
|
|
|
|
%{_datadir}/metainfo/org.gnome.Robots.appdata.xml
|
2013-03-13 19:53:29 +00:00
|
|
|
%{_mandir}/man6/%{name}.6%{?ext_man}
|
2014-08-23 18:27:22 +00:00
|
|
|
%{_bindir}/%{name}
|
2013-03-13 19:53:29 +00:00
|
|
|
|
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
|
|
|
%changelog
|