5.9.1
This commit is contained in:
parent
6572d94b14
commit
e5b3ef27e8
6
.gitignore
vendored
6
.gitignore
vendored
@ -1,5 +1 @@
|
|||||||
/qtwayland-opensource-src-5.7.1.tar.xz
|
/qtwayland-opensource-src-5.9.1.tar.xz
|
||||||
/qtwayland-opensource-src-5.8.0.tar.xz
|
|
||||||
/qtwayland-opensource-src-5.9.0-beta3.tar.xz
|
|
||||||
/qtwayland-opensource-src-5.9.0-rc.tar.xz
|
|
||||||
/qtwayland-opensource-src-5.9.0.tar.xz
|
|
||||||
|
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
Summary: Qt5 - Wayland platform support and QtCompositor module
|
Summary: Qt5 - Wayland platform support and QtCompositor module
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.9.0
|
Version: 5.9.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv3
|
License: LGPLv3
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
@ -38,8 +38,6 @@ BuildRequires: pkgconfig(libinput)
|
|||||||
%package devel
|
%package devel
|
||||||
Summary: Development files for %{name}
|
Summary: Development files for %{name}
|
||||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||||
# why was this added explicitly? auto-pkgconfig deps should pick this up -- rex
|
|
||||||
Requires: pkgconfig(xkbcommon)
|
|
||||||
Requires: qt5-qtbase-devel%{?_isa}
|
Requires: qt5-qtbase-devel%{?_isa}
|
||||||
%description devel
|
%description devel
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -75,6 +73,7 @@ for prl_file in libQt5*.prl ; do
|
|||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -83,8 +82,7 @@ popd
|
|||||||
%license LICENSE.LGPL*
|
%license LICENSE.LGPL*
|
||||||
%{_qt5_libdir}/libQt5WaylandCompositor.so.5*
|
%{_qt5_libdir}/libQt5WaylandCompositor.so.5*
|
||||||
%{_qt5_libdir}/libQt5WaylandClient.so.5*
|
%{_qt5_libdir}/libQt5WaylandClient.so.5*
|
||||||
%dir %{_qt5_plugindir}/wayland-decoration-client/
|
%{_qt5_plugindir}/wayland-decoration-client/
|
||||||
%{_qt5_plugindir}/wayland-decoration-client
|
|
||||||
%{_qt5_plugindir}/wayland-graphics-integration-server
|
%{_qt5_plugindir}/wayland-graphics-integration-server
|
||||||
%{_qt5_plugindir}/wayland-graphics-integration-client
|
%{_qt5_plugindir}/wayland-graphics-integration-client
|
||||||
%{_qt5_plugindir}/wayland-shell-integration
|
%{_qt5_plugindir}/wayland-shell-integration
|
||||||
@ -92,8 +90,7 @@ popd
|
|||||||
%{_qt5_plugindir}/platforms/libqwayland-generic.so
|
%{_qt5_plugindir}/platforms/libqwayland-generic.so
|
||||||
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-egl.so
|
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-egl.so
|
||||||
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-glx.so
|
%{_qt5_plugindir}/platforms/libqwayland-xcomposite-glx.so
|
||||||
%dir %{_qt5_qmldir}/QtWayland
|
%{_qt5_qmldir}/QtWayland/
|
||||||
%{_qt5_qmldir}/QtWayland/*
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%{_qt5_bindir}/qtwaylandscanner
|
%{_qt5_bindir}/qtwaylandscanner
|
||||||
@ -106,17 +103,18 @@ popd
|
|||||||
%{_qt5_libdir}/cmake/Qt5WaylandCompositor/Qt5WaylandCompositorConfig*.cmake
|
%{_qt5_libdir}/cmake/Qt5WaylandCompositor/Qt5WaylandCompositorConfig*.cmake
|
||||||
%{_qt5_libdir}/pkgconfig/*.pc
|
%{_qt5_libdir}/pkgconfig/*.pc
|
||||||
%{_qt5_archdatadir}/mkspecs/modules/*.pri
|
%{_qt5_archdatadir}/mkspecs/modules/*.pri
|
||||||
%dir %{_qt5_libdir}/cmake/Qt5WaylandCompositor/
|
%{_qt5_libdir}/cmake/Qt5WaylandCompositor/
|
||||||
%{_qt5_libdir}/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_*.cmake
|
|
||||||
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_*.cmake
|
%{_qt5_libdir}/cmake/Qt5Gui/Qt5Gui_*.cmake
|
||||||
%dir %{_qt5_libdir}/cmake/Qt5WaylandClient/
|
%{_qt5_libdir}/cmake/Qt5WaylandClient/
|
||||||
%{_qt5_libdir}/cmake/Qt5WaylandClient/*.cmake
|
|
||||||
|
|
||||||
%files examples
|
%files examples
|
||||||
%{_qt5_examplesdir}/wayland/
|
%{_qt5_examplesdir}/wayland/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 19 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.1-1
|
||||||
|
- 5.9.1
|
||||||
|
|
||||||
* Fri Jun 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-2
|
* Fri Jun 16 2017 Rex Dieter <rdieter@fedoraproject.org> - 5.9.0-2
|
||||||
- .spec cosmetics, Source URL, refer to qt5- builddeps directly
|
- .spec cosmetics, Source URL, refer to qt5- builddeps directly
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtwayland-opensource-src-5.9.0.tar.xz) = 40c6853bcf5b5bb349c80a64b170f56862482d123d2cfe35c9d71ed047137ddd45c387c2293caeab8a67ed5cd8c3e0f07ed2dc82652d55b99a15c1d93156f56c
|
SHA512 (qtwayland-opensource-src-5.9.1.tar.xz) = 619025f6db1234e2e85e8790ca152765696b3019414e4de1a7630ef3cb5a11fa3d0f3955f1e2e9e82f05a90a6da3a0a355c3c4de4dc0006cb91f122428031df3
|
||||||
|
Loading…
Reference in New Issue
Block a user