From 27fe4467d5b4b23a98d4cd15659e579f6f487d16 Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Tue, 17 Oct 2023 09:39:56 +0200 Subject: [PATCH] Re-add examples, even when they are empty --- qt6-qtsvg.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/qt6-qtsvg.spec b/qt6-qtsvg.spec index 2c8a398..1947799 100644 --- a/qt6-qtsvg.spec +++ b/qt6-qtsvg.spec @@ -6,8 +6,7 @@ %global prerelease rc2 %endif -# FIXME requires -DQT_FEATURE_system_zlib=OFF -%global examples 0 +%global examples 1 Summary: Qt6 - Support for rendering and displaying SVG Name: qt6-%{qt_module} @@ -110,8 +109,8 @@ popd %{_qt6_libdir}/pkgconfig/*.pc %if 0%{?examples} +# FIXME there don't seem to be any examples %files examples -%{_qt6_examplesdir}/ %endif %changelog