Accepting request 1114964 from KDE:Frameworks5
OBS-URL: https://build.opensuse.org/request/show/1114964 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/AppStream?expand=0&rev=38
This commit is contained in:
commit
dd135cda01
@ -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>
|
Sat Aug 26 13:12:31 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define libappstream_sover 4
|
%define libappstream_sover 4
|
||||||
%define libAppStreamQt_sover 2
|
%define libAppStreamQt_sover 2
|
||||||
%define libappstream_compose_sover 0
|
%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
|
%bcond_without vala
|
||||||
%endif
|
%endif
|
||||||
Name: AppStream
|
Name: AppStream
|
||||||
@ -246,9 +246,9 @@ rm -r %{buildroot}%{_datadir}/installed-tests
|
|||||||
%dir %{_datadir}/vala/vapi/
|
%dir %{_datadir}/vala/vapi/
|
||||||
%{_datadir}/vala/vapi/appstream.deps
|
%{_datadir}/vala/vapi/appstream.deps
|
||||||
%{_datadir}/vala/vapi/appstream.vapi
|
%{_datadir}/vala/vapi/appstream.vapi
|
||||||
|
%endif
|
||||||
%{_datadir}/doc/appstream
|
%{_datadir}/doc/appstream
|
||||||
%{_mandir}/man1/appstreamcli-compose*.1.gz
|
%{_mandir}/man1/appstreamcli-compose*.1.gz
|
||||||
%endif
|
|
||||||
|
|
||||||
%files -n typelib-1_0-AppStream-1.0
|
%files -n typelib-1_0-AppStream-1.0
|
||||||
%{_libdir}/girepository-1.0/AppStream-1.0.typelib
|
%{_libdir}/girepository-1.0/AppStream-1.0.typelib
|
||||||
|
Loading…
Reference in New Issue
Block a user