From 09c3cb33012048ef26fd03c61207dde877fb2d0a Mon Sep 17 00:00:00 2001 From: Jan Grulich Date: Fri, 22 Jan 2021 15:23:15 +0100 Subject: [PATCH] Initial package --- .gitignore | 1 + qt6-qt5compat.spec | 82 ++++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 84 insertions(+) create mode 100644 .gitignore create mode 100644 qt6-qt5compat.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c1fd03 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/qt5compat-everywhere-src-6.0.0.tar.xz diff --git a/qt6-qt5compat.spec b/qt6-qt5compat.spec new file mode 100644 index 0000000..0ee9b7c --- /dev/null +++ b/qt6-qt5compat.spec @@ -0,0 +1,82 @@ +%global qt_module qt5compat + +Summary: Qt6 - Qt 5 Compatibility Libraries +Name: qt6-%{qt_module} +Version: 6.0.0 +Release: 1%{?dist} + +License: LGPLv3 +Url: http://www.qt.io +%global majmin %(echo %{version} | cut -d. -f1-2) +Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz + +# Upstream patches + +# Upstreamable patches + +BuildRequires: gcc-c++ +BuildRequires: cmake +BuildRequires: ninja-build +BuildRequires: qt6-qtbase-devel >= %{version} +BuildRequires: qt6-qtbase-private-devel +%{?_qt6:Requires: %{_qt6}%{?_isa} = %{_qt6_version}} +BuildRequires: libicu-devel + +%description +%{summary}. + +%package devel +Summary: Development files for %{name} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: qt6-qtbase-devel%{?_isa} +%description devel +%{summary}. + + +%prep +%autosetup -n %{qt_module}-everywhere-src-%{version} -p1 + + +%build +%cmake_qt6 + +%cmake_build + + +%install +%cmake_install + + +## .prl/.la file love +# nuke .prl reference(s) to %%buildroot, excessive (.la-like) libs +pushd %{buildroot}%{_qt6_libdir} +for prl_file in libQt6*.prl ; do + sed -i -e "/^QMAKE_PRL_BUILD_DIR/d" ${prl_file} + if [ -f "$(basename ${prl_file} .prl).so" ]; then + rm -fv "$(basename ${prl_file} .prl).la" + sed -i -e "/^QMAKE_PRL_LIBS/d" ${prl_file} + fi +done +popd + + +%ldconfig_scriptlets + +%files +%license LICENSE.* +%{_qt6_libdir}/libQt6Core5Compat.so.6* + +%files devel +%{_qt6_headerdir}/QtCore5Compat/ +%{_qt6_libdir}/libQt6Core5Compat.prl +%{_qt6_libdir}/libQt6Core5Compat.so +%{_qt6_libdir}/cmake/Qt6/FindWrapIconv.cmake +%{_qt6_libdir}/cmake/Qt6BuildInternals/StandaloneTests/Qt5CompatTestsConfig.cmake +%dir %{_qt6_libdir}/cmake/Qt6Core5Compat/ +%{_qt6_libdir}/cmake/Qt6Core5Compat/*.cmake +%{_qt6_archdatadir}/mkspecs/modules/*.pri +%{_qt6_datadir}/modules/*.json + +%changelog +* Wed Jan 13 2021 Jan Grulich - 6.0.0 +- 6.0.0 diff --git a/sources b/sources new file mode 100644 index 0000000..4860b7b --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (qt5compat-everywhere-src-6.0.0.tar.xz) = 1ac3d79d3b12aedef8692984e90beac85a1a68c23d36f17d3dd9c05726bb444533798f28cb6323b12c6a597112a323c9f22208ba11c1cb071a5cc199030f0109