494 lines
16 KiB
RPMSpec
494 lines
16 KiB
RPMSpec
#
|
|
# spec file for package libqt5-qtwebengine
|
|
#
|
|
# Copyright (c) 2023 SUSE LLC
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
|
#
|
|
|
|
|
|
%bcond_without system_ffmpeg
|
|
%bcond_without system_minizip
|
|
%bcond_without pipewire
|
|
# The default python version is too old on Leap 15
|
|
%if 0%{?suse_version} < 1550
|
|
%bcond_without python39
|
|
%else
|
|
%bcond_without python3
|
|
%endif
|
|
|
|
# spellchecking dictionary directory
|
|
%global _qtwebengine_dictionaries_dir %{_libqt5_datadir}/qtwebengine_dictionaries
|
|
|
|
Name: libqt5-qtwebengine
|
|
Version: 5.15.16
|
|
Release: 0
|
|
Summary: Qt 5 WebEngine Library
|
|
License: LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
|
|
Group: Development/Libraries/X11
|
|
URL: https://www.qt.io
|
|
%define base_name libqt5
|
|
%define real_version 5.15.16
|
|
%define so_version 5.15.16
|
|
%define tar_version qtwebengine-everywhere-src-%{version}
|
|
Source: %{tar_version}.tar.xz
|
|
# Use a git snapshot for catapult to build with python3 (git rev: 2da767c6)
|
|
Source1: catapult-git.tar.xz
|
|
Source99: libqt5-qtwebengine-rpmlintrc
|
|
# PATCH-FIX-UPSTREAM armv6-ffmpeg-no-thumb.patch - Fix ffmpeg configuration for armv6
|
|
Patch0: armv6-ffmpeg-no-thumb.patch
|
|
# PATCH-FIX-OPENSUSE disable-gpu-when-using-nouveau-boo-1005323.diff
|
|
Patch1: disable-gpu-when-using-nouveau-boo-1005323.diff
|
|
# PATCH-FIX-OPENSUSE
|
|
Patch2: rtc-dont-use-h264.patch
|
|
# PATCH-FIX-UPSTREAM
|
|
Patch3: 0001-skia-Some-includes-to-fix-build-with-GCC-12.patch
|
|
# PATCH-FIX-UPSTREAM -- build with pipewire 0.3
|
|
Patch4: qtwebengine-pipewire-0.3.patch
|
|
# PATCH-FIX-OPENSUSE -- build with python 3
|
|
Patch5: qtwebengine-python3.patch
|
|
# PATCH-FIX-UPSTREAM -- handle futex_time64
|
|
Patch6: sandbox_futex_time64.patch
|
|
# PATCH-FIX-UPSTREAM -- python 3.11 fixes
|
|
Patch7: python311-fixes.patch
|
|
### Patch 50-99 are applied conditionally
|
|
# PATCH-FIX-OPENSUSE -- allow building qtwebengine with ffmpeg5
|
|
Patch50: qtwebengine-ffmpeg5.patch
|
|
###
|
|
# http://www.chromium.org/blink is not ported to PowerPC & s390
|
|
ExcludeArch: ppc ppc64 ppc64le s390 s390x
|
|
# Try to fix i586 MemoryErrors with rpmlint
|
|
#!BuildIgnore: rpmlint
|
|
BuildRequires: bison
|
|
BuildRequires: fdupes
|
|
BuildRequires: flac-devel
|
|
BuildRequires: flex
|
|
BuildRequires: git-core
|
|
BuildRequires: gperf
|
|
BuildRequires: krb5
|
|
BuildRequires: krb5-devel
|
|
BuildRequires: libQt5QuickControls2-devel
|
|
BuildRequires: libcap-devel
|
|
BuildRequires: libgcrypt-devel
|
|
BuildRequires: libjpeg-devel
|
|
BuildRequires: libpng-devel
|
|
BuildRequires: libqt5-qtbase-private-headers-devel >= 5.12
|
|
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= 5.12
|
|
BuildRequires: libqt5-qtlocation-private-headers-devel >= 5.12
|
|
# For building pdf examples...
|
|
BuildRequires: libqt5-qtsvg-devel
|
|
BuildRequires: libqt5-qttools-private-headers-devel >= 5.12
|
|
BuildRequires: libqt5-qtwebchannel-private-headers-devel >= 5.12
|
|
BuildRequires: libqt5-qtxmlpatterns-private-headers-devel >= 5.12
|
|
BuildRequires: memory-constraints
|
|
BuildRequires: ninja
|
|
BuildRequires: nodejs-default
|
|
BuildRequires: pam-devel
|
|
BuildRequires: pciutils-devel
|
|
BuildRequires: perl
|
|
BuildRequires: perl-JSON
|
|
%if %{with pipewire}
|
|
BuildRequires: pipewire-devel
|
|
%endif
|
|
BuildRequires: pkgconfig
|
|
%if %{with python3}
|
|
BuildRequires: python3
|
|
BuildRequires: python3-devel
|
|
BuildRequires: python3-xml
|
|
%endif
|
|
%if %{with python39}
|
|
BuildRequires: python39
|
|
BuildRequires: python39-devel
|
|
BuildRequires: python39-xml
|
|
%endif
|
|
BuildRequires: re2c
|
|
BuildRequires: sed
|
|
BuildRequires: snappy-devel
|
|
BuildRequires: update-desktop-files
|
|
BuildRequires: usbutils
|
|
BuildRequires: util-linux
|
|
%ifnarch %{arm}
|
|
BuildRequires: valgrind-devel
|
|
%endif
|
|
BuildRequires: wdiff
|
|
BuildRequires: xz
|
|
BuildRequires: yasm
|
|
BuildRequires: yasm-devel
|
|
BuildRequires: perl(Switch)
|
|
BuildRequires: pkgconfig(alsa)
|
|
BuildRequires: pkgconfig(atk)
|
|
BuildRequires: pkgconfig(bzip2)
|
|
BuildRequires: pkgconfig(cairo)
|
|
BuildRequires: pkgconfig(dbus-1)
|
|
BuildRequires: pkgconfig(fontconfig)
|
|
BuildRequires: pkgconfig(freetype2) >= 2.4.2
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
BuildRequires: pkgconfig(glib-2.0) >= 2.32
|
|
BuildRequires: pkgconfig(glproto)
|
|
BuildRequires: pkgconfig(gmodule-2.0)
|
|
BuildRequires: pkgconfig(gobject-2.0)
|
|
BuildRequires: pkgconfig(gthread-2.0)
|
|
BuildRequires: pkgconfig(harfbuzz) >= 2.4.0
|
|
BuildRequires: pkgconfig(icu-i18n) >= 65.0
|
|
BuildRequires: pkgconfig(icu-uc) >= 65.0
|
|
BuildRequires: pkgconfig(jsoncpp)
|
|
BuildRequires: pkgconfig(lcms2)
|
|
%if %{with system_ffmpeg}
|
|
BuildRequires: pkgconfig(libavcodec)
|
|
BuildRequires: pkgconfig(libavformat)
|
|
BuildRequires: pkgconfig(libavutil)
|
|
%endif
|
|
BuildRequires: pkgconfig(libcrypto)
|
|
BuildRequires: pkgconfig(libdrm)
|
|
BuildRequires: pkgconfig(libevent)
|
|
BuildRequires: pkgconfig(libexif)
|
|
BuildRequires: pkgconfig(libmtp)
|
|
BuildRequires: pkgconfig(libpci)
|
|
BuildRequires: pkgconfig(libpng)
|
|
BuildRequires: pkgconfig(libpulse)
|
|
BuildRequires: pkgconfig(libsrtp)
|
|
BuildRequires: pkgconfig(libudev)
|
|
BuildRequires: pkgconfig(libusb-1.0)
|
|
BuildRequires: pkgconfig(libwebp)
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
BuildRequires: pkgconfig(libxslt)
|
|
%if %{with system_minizip}
|
|
BuildRequires: pkgconfig(minizip)
|
|
%endif
|
|
BuildRequires: pkgconfig(nspr)
|
|
BuildRequires: pkgconfig(nss)
|
|
BuildRequires: pkgconfig(opus)
|
|
BuildRequires: pkgconfig(pangocairo)
|
|
BuildRequires: pkgconfig(pangoft2)
|
|
BuildRequires: pkgconfig(poppler-cpp)
|
|
BuildRequires: pkgconfig(protobuf)
|
|
# re2 >= 2023-07-01 breaks the build, use libre2-10-devel if needed
|
|
BuildRequires: pkgconfig(re2) <= 10.0.0
|
|
BuildRequires: pkgconfig(speex)
|
|
BuildRequires: pkgconfig(sqlite3)
|
|
BuildRequires: pkgconfig(vpx) >= 1.8.0
|
|
BuildRequires: pkgconfig(x11)
|
|
BuildRequires: pkgconfig(xcomposite)
|
|
BuildRequires: pkgconfig(xcursor)
|
|
BuildRequires: pkgconfig(xdamage)
|
|
BuildRequires: pkgconfig(xext)
|
|
BuildRequires: pkgconfig(xfixes)
|
|
BuildRequires: pkgconfig(xi)
|
|
BuildRequires: pkgconfig(xkbfile)
|
|
BuildRequires: pkgconfig(xrandr)
|
|
BuildRequires: pkgconfig(xrender)
|
|
BuildRequires: pkgconfig(xscrnsaver)
|
|
BuildRequires: pkgconfig(xt)
|
|
BuildRequires: pkgconfig(xtst)
|
|
BuildRequires: pkgconfig(zlib)
|
|
BuildRequires: yasm-devel
|
|
%requires_ge libQt5Network5
|
|
%requires_ge libQtQuick5
|
|
%requires_ge libQt5Widgets5
|
|
|
|
%description
|
|
Qt WebEngine provides functionality for rendering regions of dynamic
|
|
web content.
|
|
|
|
The functionality in Qt WebEngine is divided into the following
|
|
modules:
|
|
|
|
* QtWebEngineCore: Provides public API shared by both QtWebEngine and
|
|
QtWebEngineWidgets
|
|
* QtWebEngine: Provides QML types for rendering web content within a
|
|
QML application
|
|
* QtWebEngineWidgets: Provides a web browser engine as well as C++
|
|
classes to render and interact with web content
|
|
|
|
%package devel
|
|
Summary: Development files for the Qt5 WebEngine library
|
|
Group: Development/Libraries/X11
|
|
Requires: %{name} = %{version}
|
|
|
|
%description devel
|
|
You need this package if you want to compile programs with Qt WebEngine.
|
|
|
|
%package private-headers-devel
|
|
Summary: Non-ABI stable experimental API for the Qt5 WebEngine library
|
|
Group: Development/Libraries/C and C++
|
|
Requires: %{name}-devel = %{version}
|
|
%requires_ge libqt5-qtbase-private-headers-devel
|
|
%requires_ge libqt5-qtdeclarative-private-headers-devel
|
|
BuildArch: noarch
|
|
|
|
%description private-headers-devel
|
|
This package provides private headers of libqt5-qtwebengine that are normally
|
|
not used by application development and that do not have any ABI or
|
|
API guarantees. The packages that build against these have to require
|
|
the exact Qt version.
|
|
|
|
%package examples
|
|
Summary: Qt5 WebEngine examples
|
|
Group: Development/Libraries/X11
|
|
Requires: libqt5-qtquickcontrols2
|
|
Recommends: %{name}-devel
|
|
|
|
%description examples
|
|
Examples for the libqt5-qtwebengine module.
|
|
|
|
%package -n libQt5Pdf5
|
|
Summary: Qt5 PDF library
|
|
Group: Development/Libraries/X11
|
|
|
|
%description -n libQt5Pdf5
|
|
Main library of the Qt PDF module.
|
|
|
|
%package -n libQt5PdfWidgets5
|
|
Summary: Qt5 PDF library for Qt Widgets
|
|
Group: Development/Libraries/X11
|
|
|
|
%description -n libQt5PdfWidgets5
|
|
Library of the Qt PDF module with support for Qt Widgets.
|
|
|
|
%package -n libqt5-qtpdf-imports
|
|
Summary: Qt5 PDF module for QML
|
|
Group: Development/Libraries/X11
|
|
|
|
%description -n libqt5-qtpdf-imports
|
|
Qt Quick module for the Qt PDF library.
|
|
|
|
%package -n libqt5-qtpdf-devel
|
|
Summary: Development files for the Qt5 PDF library
|
|
Group: Development/Libraries/X11
|
|
Requires: libQt5Pdf5 = %{version}
|
|
Requires: libQt5PdfWidgets5 = %{version}
|
|
|
|
%description -n libqt5-qtpdf-devel
|
|
You need this package if you want to compile programs with Qt PDF.
|
|
|
|
%package -n libqt5-qtpdf-private-headers-devel
|
|
Summary: Non-ABI stable experimental API for the Qt5 PDF library
|
|
Group: Development/Libraries/C and C++
|
|
Requires: libqt5-qtpdf-devel = %{version}
|
|
%requires_ge libqt5-qtbase-private-headers-devel
|
|
BuildArch: noarch
|
|
|
|
%description -n libqt5-qtpdf-private-headers-devel
|
|
This package provides private headers of libqt5-qtpdf that are normally
|
|
not used by application development and that do not have any ABI or
|
|
API guarantees. The packages that build against these have to require
|
|
the exact Qt version.
|
|
|
|
%package -n libqt5-qtpdf-examples
|
|
Summary: Qt5 PDF examples
|
|
Group: Development/Libraries/X11
|
|
Recommends: libqt5-qtpdf-devel
|
|
|
|
%description -n libqt5-qtpdf-examples
|
|
Examples for the libqt5-qtpdf module.
|
|
|
|
%prep
|
|
%setup -q -n %{tar_version}
|
|
# Leap 15 doesn't understand '%%autopatch -m'
|
|
%patch0 -p1
|
|
%patch1 -p1
|
|
%patch2 -p1
|
|
%patch3 -p1
|
|
%patch4 -p1
|
|
%patch5 -p1
|
|
%patch6 -p1
|
|
%patch7 -p1
|
|
|
|
# Replace the whole catapult folder rather than picking individual changes
|
|
pushd src/3rdparty/chromium/third_party
|
|
rm -r catapult
|
|
tar xJf %{SOURCE1}
|
|
mv catapult-git catapult
|
|
popd
|
|
|
|
# FFmpeg 5
|
|
%if %{with system_ffmpeg}
|
|
%if %{pkg_vcmp libavcodec-devel >= 5}
|
|
%patch50 -p1
|
|
%endif
|
|
%endif
|
|
|
|
sed -i 's|$(STRIP)|strip|g' src/core/core_module.pro
|
|
|
|
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
|
mkdir .git
|
|
|
|
# QTBUG-61128
|
|
sed -i -e '/toolprefix = /d' -e 's/\${toolprefix}//g' \
|
|
src/3rdparty/chromium/build/toolchain/linux/BUILD.gn
|
|
|
|
%build
|
|
rm -r src/3rdparty/chromium/third_party/openh264/src
|
|
|
|
%if %{with python39}
|
|
sed -i 's#QMAKE_PYTHON = python3#QMAKE_PYTHON = python3.9#' mkspecs/features/functions.prf
|
|
sed -i 's#python3#python3.9#' configure.pri
|
|
%endif
|
|
|
|
%ifnarch x86_64
|
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS "
|
|
export RPM_OPT_FLAGS=${RPM_OPT_FLAGS/-g / }
|
|
%endif
|
|
# Upstream does not care about those warnings, but optflags has -Werror=return-type.
|
|
export RPM_OPT_FLAGS="${RPM_OPT_FLAGS} -Wno-return-type"
|
|
# It does not actually include proprietary codecs, it only makes it attempt to use ffmpeg
|
|
# Link pulseaudio to work around QTBUG-77037
|
|
%qmake5 QMAKE_CFLAGS="$RPM_OPT_FLAGS" \
|
|
QMAKE_CXXFLAGS="$RPM_OPT_FLAGS" \
|
|
QMAKE_LFLAGS+="-Wl,--no-keep-memory -Wl,--hash-size=31 -Wl,--reduce-memory-overheads" \
|
|
gn_args+="link_pulseaudio=true" \
|
|
gn_args+="media_use_openh264=false" \
|
|
gn_args+="use_system_libxml=true use_system_libxslt=true" \
|
|
qtwebengine.pro -- \
|
|
-webengine-alsa \
|
|
-no-webengine-embedded-build \
|
|
-webengine-kerberos \
|
|
-system-webengine-icu \
|
|
-system-webengine-opus \
|
|
-system-webengine-webp \
|
|
-webengine-pepper-plugins \
|
|
-webengine-printing-and-pdf \
|
|
%if %{with system_ffmpeg}
|
|
-system-webengine-ffmpeg \
|
|
-webengine-proprietary-codecs \
|
|
%endif
|
|
%if %{with pipewire}
|
|
-webengine-webrtc-pipewire
|
|
%endif
|
|
|
|
# Determine the right number of parallel processes based on the available memory
|
|
%limit_build -m 2750
|
|
|
|
# Ensure that also the internal chromium build follows the right number of parallel
|
|
# processes instead of its defaults.
|
|
export NINJAFLAGS="%{?_smp_mflags}"
|
|
|
|
# Warning: Don't use %%make_build or the chromium build log won't be available
|
|
make %{_smp_mflags} VERBOSE=1
|
|
|
|
%install
|
|
%qmake5_install
|
|
|
|
find %{buildroot}%{_libdir} -type f -name '*la' -print -exec perl -pi -e 's, -L%{_builddir}/\S+,,g' {} +
|
|
find %{buildroot}%{_libdir} -type f -name '*pc' -print -exec perl -pi -e "s, -L$RPM_BUILD_DIR/?\S+,,g" {} + -exec sed -i -e "s,^moc_location=.*,moc_location=%libqt5_bindir/moc," -e "s,uic_location=.*,uic_location=%libqt5_bindir/uic," {} +
|
|
find %{buildroot}%{_libdir} -type f -name '*pc' -exec sed -i -e "/^RPM_BUILD_DIR/d" {} +
|
|
sed -i '/^Libs.private/d' %{buildroot}%{_libdir}/pkgconfig/Qt*Web*.pc
|
|
|
|
# kill .la files
|
|
rm -f %{buildroot}%{_libqt5_libdir}/*.la
|
|
|
|
# Workaround to allow using QtWE with older Qt versions
|
|
%global qtcore_version %(printf %{pkg_version libQt5Core5} | cut -d + -f 1)
|
|
# NOTE the space after '%%{version}' is important to only match '5.15.X ${_Qt5XXX_FIND_VERSION_EXACT}'
|
|
sed -i 's#%{version} #%{qtcore_version} #' %{buildroot}%{_libqt5_libdir}/cmake/*/*Config.cmake
|
|
|
|
# Hunspell dictionaries will be converted and put here on package installation
|
|
mkdir -p %{buildroot}%{_qtwebengine_dictionaries_dir}
|
|
|
|
%if %{pkg_vcmp libQt5Core5 >= 5.15}
|
|
# CMake files for plugins are only useful for static builds
|
|
rm -r %{buildroot}%{_libqt5_libdir}/cmake/Qt5Gui
|
|
%endif
|
|
|
|
%ldconfig_scriptlets
|
|
%ldconfig_scriptlets -n libQt5Pdf5
|
|
%ldconfig_scriptlets -n libQt5PdfWidgets5
|
|
|
|
%filetriggerin -- %{_datadir}/hunspell
|
|
# Convert Hunspell dictionaries on package installation
|
|
while read filename ; do
|
|
case "$filename" in
|
|
*.dic)
|
|
bdicname=%{_qtwebengine_dictionaries_dir}/`basename -s .dic "$filename"`.bdic
|
|
%{_libqt5_bindir}/qwebengine_convert_dict "$filename" "$bdicname" &> /dev/null || :
|
|
;;
|
|
esac
|
|
done
|
|
|
|
%files
|
|
%license LICENSE.*
|
|
%dir %{_datadir}/qt5/
|
|
%dir %{_qtwebengine_dictionaries_dir}
|
|
%dir %{_datadir}/qt5/resources/
|
|
%{_datadir}/qt5/resources/qtwebengine_*
|
|
%dir %{_datadir}/qt5/translations/
|
|
%{_datadir}/qt5/translations/qtwebengine_locales/
|
|
%{_libqt5_archdatadir}/qml/QtWebEngine/
|
|
%{_libqt5_bindir}/qwebengine_convert_dict
|
|
%{_libqt5_libdir}/libQt5WebEngine.so.*
|
|
%{_libqt5_libdir}/libQt5WebEngineCore.so.*
|
|
%{_libqt5_libdir}/libQt5WebEngineWidgets.so.*
|
|
%dir %{_libqt5_libexecdir}
|
|
%{_libqt5_libexecdir}/QtWebEngineProcess
|
|
|
|
%files private-headers-devel
|
|
%license LICENSE.*
|
|
%{_libqt5_includedir}/QtWebEngine*/%{so_version}
|
|
|
|
%files devel
|
|
%exclude %{_libqt5_includedir}/QtWebEngine*/%{so_version}
|
|
%{_libqt5_includedir}/QtWebEngine*/
|
|
%dir %{_libqt5_libdir}/cmake/Qt5Designer/
|
|
%{_libqt5_libdir}/cmake/Qt5Designer/Qt5Designer_QWebEngineViewPlugin.cmake
|
|
%{_libqt5_libdir}/cmake/Qt5WebEngine*/
|
|
%{_libqt5_libdir}/libQt5WebEngine*.prl
|
|
%{_libqt5_libdir}/libQt5WebEngine*.so
|
|
%{_libqt5_libdir}/pkgconfig/Qt5WebEngine*.pc
|
|
%{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_webengine*.pri
|
|
%dir %{_libqt5_plugindir}/designer/
|
|
%{_libqt5_plugindir}/designer/libqwebengineview.so
|
|
|
|
%files examples
|
|
%license LICENSE.*
|
|
%dir %{_libqt5_examplesdir}
|
|
%{_libqt5_examplesdir}/webengine*/
|
|
|
|
%files -n libQt5Pdf5
|
|
%license LICENSE.*
|
|
%{_libqt5_archdatadir}/plugins/imageformats/libqpdf.so
|
|
%{_libqt5_libdir}/libQt5Pdf.so.*
|
|
|
|
%files -n libQt5PdfWidgets5
|
|
%license LICENSE.*
|
|
%{_libqt5_libdir}/libQt5PdfWidgets.so.*
|
|
|
|
%files -n libqt5-qtpdf-imports
|
|
%license LICENSE.*
|
|
%{_libqt5_archdatadir}/qml/QtQuick/Pdf/
|
|
|
|
%files -n libqt5-qtpdf-private-headers-devel
|
|
%license LICENSE.*
|
|
%{_libqt5_includedir}/QtPdf/%{so_version}
|
|
%{_libqt5_includedir}/QtPdfWidgets/%{so_version}
|
|
|
|
%files -n libqt5-qtpdf-devel
|
|
%license LICENSE.*
|
|
%exclude %{_libqt5_includedir}/QtPdf*/%{so_version}
|
|
%{_libqt5_includedir}/QtPdf/
|
|
%{_libqt5_includedir}/QtPdfWidgets/
|
|
%{_libqt5_libdir}/cmake/Qt5Pdf/
|
|
%{_libqt5_libdir}/cmake/Qt5PdfWidgets/
|
|
%{_libqt5_libdir}/libQt5Pdf.prl
|
|
%{_libqt5_libdir}/libQt5Pdf.so
|
|
%{_libqt5_libdir}/libQt5PdfWidgets.prl
|
|
%{_libqt5_libdir}/libQt5PdfWidgets.so
|
|
%{_libqt5_libdir}/pkgconfig/Qt5Pdf.pc
|
|
%{_libqt5_libdir}/pkgconfig/Qt5PdfWidgets.pc
|
|
%{_libqt5_libdir}/qt5/mkspecs/modules/qt_lib_pdf*.pri
|
|
|
|
%files -n libqt5-qtpdf-examples
|
|
%license LICENSE.*
|
|
%dir %{_libqt5_examplesdir}
|
|
%{_libqt5_examplesdir}/pdf*/
|
|
|
|
%changelog
|