From 7c733c6b8cb880868b2acd0d2069ef26ac3d4ad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Bidar?= Date: Mon, 8 Jan 2024 10:21:23 +0200 Subject: [PATCH] [packaging] Don't package unused la files. JB#55344 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Previously these were packaged although they were not used. Rpm will take care of cleaning those up for us: https://github.com/rpm-software-management/rpm/commit/e0de325e1d13fb65066ad09d16cb08ba6e294901 Reference: sailfishos/rpm#14, sailfishos/meego-rpm-config#6 Signed-off-by: Björn Bidar --- rpm/qtwayland.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/rpm/qtwayland.spec b/rpm/qtwayland.spec index 2ca22bf8..1588cb95 100644 --- a/rpm/qtwayland.spec +++ b/rpm/qtwayland.spec @@ -92,7 +92,6 @@ rm -r %{buildroot}/%{_libdir}/qt5/plugins/wayland-decoration-client/libbradient. %defattr(-,root,root,-) %{_libdir}/libQt5Compositor.so %{_includedir}/qt5/* -%{_libdir}/libQt5Compositor.la %{_libdir}/libQt5Compositor.prl %{_libdir}/pkgconfig/Qt5Compositor.pc %{_libdir}/cmake/Qt5Compositor/* @@ -101,7 +100,6 @@ rm -r %{buildroot}/%{_libdir}/qt5/plugins/wayland-decoration-client/libbradient. %{_datadir}/qt5/mkspecs/modules/qt_lib_compositor.pri %{_datadir}/qt5/mkspecs/modules/qt_lib_compositor_private.pri %{_libdir}/libQt5WaylandClient.so -%{_libdir}/libQt5WaylandClient.la %{_libdir}/libQt5WaylandClient.prl %{_libdir}/pkgconfig/Qt5WaylandClient.pc %{_libdir}/cmake/Qt5WaylandClient/*