diff --git a/aisleriot.changes b/aisleriot.changes index 19e3f3f..d7d3084 100644 --- a/aisleriot.changes +++ b/aisleriot.changes @@ -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 diff --git a/aisleriot.spec b/aisleriot.spec index b9c4f4c..46c7cb5 100644 --- a/aisleriot.spec +++ b/aisleriot.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -109,10 +109,10 @@ make %{?_smp_mflags} %{_datadir}/aisleriot/ %dir %{_libdir}/aisleriot %dir %{_libdir}/aisleriot/guile -%dir %{_libdir}/aisleriot/guile/2.0 -%dir %{_libdir}/aisleriot/guile/2.0/aisleriot -%{_libdir}/aisleriot/guile/2.0/aisleriot/api.go -%{_libdir}/aisleriot/guile/2.0/*.go +%dir %{_libdir}/aisleriot/guile/* +%dir %{_libdir}/aisleriot/guile/*/aisleriot +%{_libdir}/aisleriot/guile/*/aisleriot/api.go +%{_libdir}/aisleriot/guile/*/*.go %if "%{_libdir}" != "%{_libexecdir}" %dir %{_libexecdir}/aisleriot %endif