Accepting request 228649 from GNOME:Next
Push GNOME:Next - GNOME 3.12.0 OBS-URL: https://build.opensuse.org/request/show/228649 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-robots?expand=0&rev=20
This commit is contained in:
parent
cfcc97bbd4
commit
11bb588eab
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d568e2fc21c86ad53e95689b9fb9dc079c2ad260a955bbaf17f2cf740f45713
|
||||
size 1994344
|
3
gnome-robots-3.12.0.tar.xz
Normal file
3
gnome-robots-3.12.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8d31c32636689bef4badf19477a2a5b32e0cd08d244a5eb587180c472ff56f50
|
||||
size 1701280
|
@ -1,3 +1,42 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 24 20:53:24 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.12.0:
|
||||
+ Updated help.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 19 14:18:50 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.92:
|
||||
+ Prohibit super safe moves without safe moves.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 20 19:30:13 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.90:
|
||||
+ Store scores in home directory.
|
||||
+ Add Mallard help.
|
||||
+ Appdata: specify project_group.
|
||||
+ Rename desktop file to gnome-robots.desktop.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 21:00:00 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.3:
|
||||
+ Fix scores system.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 20:00:00 UTC 2014 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.11.1:
|
||||
+ Require intltool 0.50.
|
||||
+ Remove BugBuddy support.
|
||||
+ Update AppData.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 5 19:07:01 UTC 2014 - zaitor@opensuse.org
|
||||
|
||||
|
@ -17,16 +17,16 @@
|
||||
|
||||
|
||||
Name: gnome-robots
|
||||
Version: 3.10.2
|
||||
Version: 3.12.0
|
||||
Release: 0
|
||||
Summary: Robots Game for GNOME
|
||||
License: GPL-2.0+
|
||||
Group: Amusements/Games/Action/Arcade
|
||||
Url: https://live.gnome.org/Robots
|
||||
Source: http://download.gnome.org/sources/gnome-robots/3.10/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-robots/3.12/%{name}-%{version}.tar.xz
|
||||
BuildRequires: gnome-games-scripts
|
||||
BuildRequires: hicolor-icon-theme
|
||||
BuildRequires: intltool >= 0.35.0
|
||||
BuildRequires: intltool >= 0.50
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: yelp-tools
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
@ -57,14 +57,13 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
%make_install
|
||||
%find_lang %{name} %{?no_lang_C}
|
||||
%suse_update_desktop_file gnobots2
|
||||
%{_bindir}/gnome-games-create-post %{buildroot}
|
||||
%suse_update_desktop_file gnome-robots
|
||||
|
||||
%pre
|
||||
getent group games >/dev/null || groupadd -r games
|
||||
getent passwd games >/dev/null || useradd -r -g games -d /var/games -s /sbin/nologin
|
||||
|
||||
%post -f %{name}.scores_post
|
||||
%post
|
||||
%set_permissions %{_bindir}/%{name}
|
||||
%glib2_gsettings_schema_post
|
||||
%desktop_database_post
|
||||
@ -87,7 +86,7 @@ getent passwd games >/dev/null || useradd -r -g games -d /var/games -s /sbin/nol
|
||||
%{_datadir}/%{name}/
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/gnome-robots.appdata.xml
|
||||
%{_datadir}/applications/gnobots2.desktop
|
||||
%{_datadir}/applications/gnome-robots.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.robots.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{name}.*
|
||||
%{_datadir}/icons/hicolor/*/actions/teleport*
|
||||
@ -97,24 +96,6 @@ getent passwd games >/dev/null || useradd -r -g games -d /var/games -s /sbin/nol
|
||||
# WARNING: If you are modifying this list, don't forget to edit the
|
||||
# %%post/%%verifyscript scripts for set_permissions/verify_permissions.
|
||||
%verify(not mode) %{_bindir}/%{name}
|
||||
%defattr (0664, games, games)
|
||||
# WARNING: If you are modifying this list,
|
||||
# don't forget to remove obsolete scores in %%post.
|
||||
%ghost %{_localstatedir}/games/%{name}.classic_robots-safe.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.classic_robots-super-safe.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.classic_robots.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.nightmare-safe.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.nightmare-super-safe.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.nightmare.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.robots2-safe.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.robots2-super-safe.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.robots2.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.robots2_easy-safe.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.robots2_easy-super-safe.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.robots2_easy.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.robots_with_safe_teleport-safe.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.robots_with_safe_teleport-super-safe.scores
|
||||
%ghost %{_localstatedir}/games/%{name}.robots_with_safe_teleport.scores
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user