diff options
author | Tomasz Olszak <olszak.tomasz@gmail.com> | 2015-11-10 15:42:04 +0100 |
---|---|---|
committer | Tomasz Olszak <olszak.tomasz@gmail.com> | 2015-11-10 15:42:04 +0100 |
commit | 9c6edc0b06d99e63afbab43ee694be70e1881551 (patch) | |
tree | d09f998eb1ba72306a2592eab3fb25dbe86f8155 | |
parent | 323461b50f9e9ee3f04c3a301466b0a707fca471 (diff) | |
download | qtbase-9c6edc0b06d99e63afbab43ee694be70e1881551.tar.gz qtbase-9c6edc0b06d99e63afbab43ee694be70e1881551.tar.bz2 qtbase-9c6edc0b06d99e63afbab43ee694be70e1881551.zip |
Updated to Qt 5.3.99+beta1
Bug-Tizen: TC-1008
Change-Id: Ifc62bf8c853318746934da629f534053d0b77a70
Signed-off-by: Tomasz Olszak <olszak.tomasz@gmail.com>
-rw-r--r-- | packaging/qt5.spec | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/packaging/qt5.spec b/packaging/qt5.spec index 52489a3893..95f25559cf 100644 --- a/packaging/qt5.spec +++ b/packaging/qt5.spec @@ -82,7 +82,7 @@ # evolve. Name: qt5 Summary: Cross-platform application and UI framework -Version: 5.3.1 +Version: 5.3.99+beta1 Release: 0 Group: Base/Libraries License: LGPL-2.1+ or GPL-3.0 @@ -309,14 +309,6 @@ Requires: %{name}-qtcore = %{version}-%{release} This package contains the CUPS print support plugin %endif -%package plugin-accessible-widgets -Summary: Accessible widgets plugin -Group: Base/Libraries -Requires: %{name}-qtcore = %{version}-%{release} - -%description plugin-accessible-widgets -This package contains the access widgets plugin - %package plugin-sqldriver-sqlite Summary: Sqlite sql driver plugin Group: Base/Libraries @@ -1012,6 +1004,7 @@ ln -s %{_sysconfdir}/xdg/qtchooser/5.conf %{buildroot}%{_sysconfdir}/xdg/qtchoos %defattr(-,root,root,-) %manifest %{name}.manifest %{_includedir}/qt5/QtPlatformSupport +%{_includedir}/qt5/QtPlatformHeaders %{_libdir}/libQt5PlatformSupport.prl %{_libdir}/libQt5PlatformSupport.la %{_libdir}/libQt5PlatformSupport.a @@ -1132,11 +1125,6 @@ ln -s %{_sysconfdir}/xdg/qtchooser/5.conf %{buildroot}%{_sysconfdir}/xdg/qtchoos %{_libdir}/qt5/plugins/printsupport/libcupsprintersupport.so %endif -%files plugin-accessible-widgets -%defattr(-,root,root,-) -%manifest %{name}.manifest -%{_libdir}/qt5/plugins/accessible/libqtaccessiblewidgets.so - %files plugin-sqldriver-sqlite %defattr(-,root,root,-) %manifest %{name}.manifest |