Accepting request 538038 from GNOME:Next

OBS-URL: https://build.opensuse.org/request/show/538038
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/aisleriot?expand=0&rev=95
This commit is contained in:
2017-11-02 13:53:05 +00:00
committed by Git OBS Bridge
parent b64add353f
commit fb7115c38c
4 changed files with 16 additions and 16 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f062c43ff1ee64a8b5400b23687dd023a58f317efc357bbe9dbc098ba35f7889
size 6339944

3
aisleriot-3.22.4.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fe8dee3ad771ab778d37740a26410778aa5c61e8eb75dd42b9a5e5719c6e34fb
size 6330600

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Oct 31 01:44:34 UTC 2017 - luc14n0@linuxmail.org
- Update to version 3.22.4:
+ Updated translations.
- Drop %glib2_gsettings_schema_*, %desktop_database_ and
%icon_theme_cache_* post/postun/requires macros: functionality
now covered by file triggers.
- Pass --enable-sound to configure to ensure sound is enabled.
-------------------------------------------------------------------
Tue Oct 3 01:15:30 UTC 2017 - jengelh@inai.de

View File

@@ -17,7 +17,7 @@
Name: aisleriot
Version: 3.22.3
Version: 3.22.4
Release: 0
Summary: Solitaire Card Games for GNOME
License: GPL-3.0+
@@ -41,7 +41,6 @@ Requires: guile
Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
%glib2_gsettings_schema_requires
%description
Aisleriot is a compilation of 80 different solitaire card games.
@@ -68,32 +67,23 @@ sed -i 's:DISTRO="unknown":DISTRO="opensuse":' configure
%configure \
--disable-schemas-install \
--disable-static \
--enable-sound \
--with-guile=auto
make %{?_smp_mflags}
%install
%make_install
%fdupes %{buildroot}/usr/share/help/
%fdupes -s %{buildroot}%{_datadir}/help
%suse_update_desktop_file -N "AisleRiot" -G "Solitaire" sol
%find_lang %{name} %{?no_lang_C}
%find_gconf_schemas
%pre -f aisleriot.schemas_pre
%post
%glib2_gsettings_schema_post
%desktop_database_post
%icon_theme_cache_post
%posttrans -f aisleriot.schemas_posttrans
%preun -f aisleriot.schemas_preun
%postun
%glib2_gsettings_schema_postun
%desktop_database_postun
%icon_theme_cache_postun
%files -f aisleriot.schemas_list
%defattr(-, root, root)
%doc AUTHORS ChangeLog COPYING.GFDL COPYING.GPL3 COPYING.LGPL3