From cd12ac85e167d8f95790610b3986414fd28bbdddf6b36c50ea937f530e8d880f Mon Sep 17 00:00:00 2001 From: Christophe Marin Date: Tue, 3 Oct 2023 09:09:19 +0000 Subject: [PATCH] Accepting request 1114943 from home:alarrosa:branches:KDE:Frameworks5 - Enable vala support when building in SLE-15 SP6 - Fix condition in files section for the case where vala support is disabled, where some files are being generated but were not included OBS-URL: https://build.opensuse.org/request/show/1114943 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/AppStream?expand=0&rev=98 --- AppStream.changes | 8 ++++++++ AppStream.spec | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/AppStream.changes b/AppStream.changes index cdbd885..db16fd0 100644 --- a/AppStream.changes +++ b/AppStream.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Oct 3 05:30:07 UTC 2023 - Antonio Larrosa + +- Enable vala support when building in SLE-15 SP6 +- Fix condition in files section for the case where vala support + is disabled, where some files are being generated but were not + included + ------------------------------------------------------------------- Sat Aug 26 13:12:31 UTC 2023 - Christophe Marin diff --git a/AppStream.spec b/AppStream.spec index f45606b..3ecb1c2 100644 --- a/AppStream.spec +++ b/AppStream.spec @@ -19,7 +19,7 @@ %define libappstream_sover 4 %define libAppStreamQt_sover 2 %define libappstream_compose_sover 0 -%if 0%{?sle_version} >= 150300 && 0%{?is_opensuse} || 0%{?suse_version} > 1500 +%if 0%{?sle_version} >= 150300 && 0%{?is_opensuse} || 0%{?sle_version} >= 150600 || 0%{?suse_version} > 1500 %bcond_without vala %endif Name: AppStream @@ -246,9 +246,9 @@ rm -r %{buildroot}%{_datadir}/installed-tests %dir %{_datadir}/vala/vapi/ %{_datadir}/vala/vapi/appstream.deps %{_datadir}/vala/vapi/appstream.vapi +%endif %{_datadir}/doc/appstream %{_mandir}/man1/appstreamcli-compose*.1.gz -%endif %files -n typelib-1_0-AppStream-1.0 %{_libdir}/girepository-1.0/AppStream-1.0.typelib