#2 Don't strip prl files
Closed 3 years ago by smani. Opened 3 years ago by appadeia.
rpms/ appadeia/mingw-qt5-qtdeclarative work/janb/no-strip-prl-filess  into  rawhide

file modified
+6 -2
@@ -25,7 +25,7 @@ 

  

  Name:           mingw-qt5-%{qt_module}

  Version:        5.15.2

- Release:        2%{?dist}

+ Release:        3%{?dist}

  Summary:        Qt5 for Windows - QtDeclarative component

  

  # See LICENSE.GPL LICENSE.LGPL LGPL_EXCEPTION.txt, for details
@@ -189,7 +189,6 @@ 

  MINGW_BUILDDIR_SUFFIX=_shared %mingw_make install INSTALL_ROOT=%{buildroot}

  

  # .prl files aren't interesting for us

- find %{buildroot} -name "*.prl" -delete

  

  # The .dll's are installed in both %%{mingw32_bindir} and %%{mingw32_libdir}

  # One copy of the .dll's is sufficient
@@ -244,6 +243,7 @@ 

  %{mingw32_includedir}/qt5/QtQuickShapes/

  %{mingw32_includedir}/qt5/QtQuickTest/

  %{mingw32_includedir}/qt5/QtQuickWidgets/

+ %{mingw32_libdir}/*.prl

  %{mingw32_libdir}/libQt5Qml.dll.a

  %{mingw32_libdir}/libQt5QmlModels.dll.a

  %{mingw32_libdir}/libQt5QmlWorkerScript.dll.a
@@ -482,6 +482,7 @@ 

  %{mingw64_includedir}/qt5/QtQuickShapes/

  %{mingw64_includedir}/qt5/QtQuickTest/

  %{mingw64_includedir}/qt5/QtQuickWidgets/

+ %{mingw64_libdir}/*.prl

  %{mingw64_libdir}/libQt5Qml.dll.a

  %{mingw64_libdir}/libQt5QmlModels.dll.a

  %{mingw64_libdir}/libQt5QmlWorkerScript.dll.a
@@ -694,6 +695,9 @@ 

  

  

  %changelog

+ * Thu Apr 22 2021 Jan Blackquill <uhhadd@gmail.com> - 5.15.2-3

+ - Don't strip .prl files from build

+ 

  * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 5.15.2-2

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

  

.prl files are necessary for some tools consuming Qt5, stripping .prl files breaks them

Manually merged, thanks.

Pull-Request has been closed by smani

3 years ago
Metadata