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
This commit is contained in:
Christophe Marin 2023-10-03 09:09:19 +00:00 committed by Git OBS Bridge
parent 0213ec3b29
commit cd12ac85e1
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Oct 3 05:30:07 UTC 2023 - Antonio Larrosa <alarrosa@suse.com>
- 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 <christophe@krop.fr>

View File

@ -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