Accepting request 490942 from home:dimstar:branches:GNOME:Factory

- Fix build with different versions of guile than 2.0.

OBS-URL: https://build.opensuse.org/request/show/490942
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/aisleriot?expand=0&rev=88
This commit is contained in:
Dominique Leuenberger 2017-05-10 10:13:32 +00:00 committed by Git OBS Bridge
parent fe1fc8044a
commit 2dc5b78eec
2 changed files with 10 additions and 5 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Apr 25 08:26:40 UTC 2017 - dimstar@opensuse.org
- Fix build with different versions of guile than 2.0.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 7 21:19:19 UTC 2016 - dimstar@opensuse.org Mon Nov 7 21:19:19 UTC 2016 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package aisleriot # spec file for package aisleriot
# #
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -109,10 +109,10 @@ make %{?_smp_mflags}
%{_datadir}/aisleriot/ %{_datadir}/aisleriot/
%dir %{_libdir}/aisleriot %dir %{_libdir}/aisleriot
%dir %{_libdir}/aisleriot/guile %dir %{_libdir}/aisleriot/guile
%dir %{_libdir}/aisleriot/guile/2.0 %dir %{_libdir}/aisleriot/guile/*
%dir %{_libdir}/aisleriot/guile/2.0/aisleriot %dir %{_libdir}/aisleriot/guile/*/aisleriot
%{_libdir}/aisleriot/guile/2.0/aisleriot/api.go %{_libdir}/aisleriot/guile/*/aisleriot/api.go
%{_libdir}/aisleriot/guile/2.0/*.go %{_libdir}/aisleriot/guile/*/*.go
%if "%{_libdir}" != "%{_libexecdir}" %if "%{_libdir}" != "%{_libexecdir}"
%dir %{_libexecdir}/aisleriot %dir %{_libexecdir}/aisleriot
%endif %endif