From 62933a7215c8a450c6f2b5aa2f4a8648f2976ecb Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Mon, 23 Sep 2013 19:50:48 +0200 Subject: [PATCH] Adjustments from review (Rex Dieter, #1008529) --- qt5-qtwayland.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/qt5-qtwayland.spec b/qt5-qtwayland.spec index 23239bd..0dc7d5e 100644 --- a/qt5-qtwayland.spec +++ b/qt5-qtwayland.spec @@ -4,7 +4,7 @@ Summary: Qt5 - Wayland platform support and QtCompositor module Name: qt5-%{qt_module} Version: 5.1.0 -Release: 1.20130826git3b0b90b%{?dist} +Release: 0.1.20130826git3b0b90b%{?dist} # Full license texts are yet to be included upstream: # https://codereview.qt-project.org/65586 License: LGPLv2 with exceptions or GPLv3 with exceptions @@ -69,7 +69,6 @@ install -pm644 src/compositor/{wayland-wayland-server-protocol.h,qwayland-server %{_qt5_plugindir}/platforms %{_qt5_plugindir}/waylandcompositors %{_qt5_libdir}/libQt5Compositor.so.5* -%exclude %{_qt5_libdir}/libQt5Compositor.la %doc README @@ -81,8 +80,10 @@ install -pm644 src/compositor/{wayland-wayland-server-protocol.h,qwayland-server %{_qt5_libdir}/cmake/Qt5*/ %{_qt5_libdir}/pkgconfig/Qt5*.pc %{_qt5_archdatadir}/mkspecs/modules/*.pri +%exclude %{_qt5_libdir}/libQt5Compositor.la %changelog -* Wed Sep 11 2013 Lubomir Rintel - 5.1.0-1.20130826git3b0b90b +* Wed Sep 11 2013 Lubomir Rintel - 5.1.0-0.1.20130826git3b0b90b - Initial packaging +- Adjustments from review (Rex Dieter, #1008529)