Accepting request 264869 from KDE:Qt5
Update to 5.4.0 OBS-URL: https://build.opensuse.org/request/show/264869 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qttools?expand=0&rev=19
This commit is contained in:
parent
badcfeffd1
commit
6cc30e7500
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 11:00:12 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.4 Final
|
||||
* For more details please see:
|
||||
http://blog.qt.digia.com/blog/2014/12/10/qt-5-4-released/
|
||||
and http://qt-project.org/wiki/New-Features-in-Qt-5.4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 27 15:58:48 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.4 RC
|
||||
* For more details please see:
|
||||
http://blog.qt.digia.com/blog/2014/11/27/qt-5-4-release-candidate-available/
|
||||
and http://qt-project.org/wiki/New-Features-in-Qt-5.4
|
||||
- Make linguist and main subpackages also own hicolor directory
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 16 11:27:56 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@ -19,15 +19,15 @@
|
||||
%define qt5_snapshot 0
|
||||
|
||||
Name: libqt5-qttools
|
||||
Version: 5.3.2
|
||||
Version: 5.4.0
|
||||
Release: 0
|
||||
Summary: Qt 5 QtTools Module
|
||||
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
||||
Group: Development/Libraries/X11
|
||||
Url: http://qt.digia.com
|
||||
%define base_name libqt5
|
||||
%define real_version 5.3.2
|
||||
%define so_version 5.3.2
|
||||
%define real_version 5.4.0
|
||||
%define so_version 5.4.0
|
||||
%define tar_version qttools-opensource-src-%{real_version}
|
||||
Source: %{tar_version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
@ -207,7 +207,7 @@ install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_bindir}/assistant*
|
||||
%{_bindir}/designer*
|
||||
%{_bindir}/pixeltool*
|
||||
@ -231,6 +231,7 @@ install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{
|
||||
%{_datadir}/applications/assistant5.desktop
|
||||
%{_datadir}/applications/designer5.desktop
|
||||
%{_datadir}/applications/qdbusviewer5.desktop
|
||||
%dir %{_datadir}/icons/hicolor
|
||||
%dir %{_datadir}/icons/hicolor/*
|
||||
%dir %{_datadir}/icons/hicolor/*/apps
|
||||
%{_datadir}/icons/hicolor/*/apps/assistant5.png
|
||||
@ -240,7 +241,7 @@ install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{
|
||||
|
||||
%files -n libqt5-linguist
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_bindir}/lconvert*
|
||||
%{_bindir}/linguist*
|
||||
%{_bindir}/lrelease*
|
||||
@ -250,39 +251,40 @@ install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{
|
||||
%{_libqt5_bindir}/lrelease*
|
||||
%{_libqt5_bindir}/lupdate*
|
||||
%{_datadir}/applications/linguist5.desktop
|
||||
%dir %{_datadir}/icons/hicolor
|
||||
%dir %{_datadir}/icons/hicolor/*
|
||||
%dir %{_datadir}/icons/hicolor/*/apps
|
||||
%{_datadir}/icons/hicolor/*/apps/linguist5.png
|
||||
|
||||
%files -n libQt5CLucene5
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_libqt5_libdir}/libQt5CLucene.so.*
|
||||
|
||||
%files -n libQt5Designer5
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_libqt5_libdir}/libQt5Designer.so.*
|
||||
|
||||
%files -n libQt5DesignerComponents5
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_libqt5_libdir}/libQt5DesignerComponents.so.*
|
||||
|
||||
%files -n libQt5Help5
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_libqt5_libdir}/libQt5Help.so.*
|
||||
|
||||
%files -n libqt5-linguist-devel
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_libqt5_libdir}/cmake/Qt5LinguistTools/
|
||||
%{_datadir}/qt5/phrasebooks
|
||||
|
||||
%files private-headers-devel
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_libqt5_includedir}/QtCLucene/%{so_version}
|
||||
%{_libqt5_includedir}/QtDesigner/%{so_version}
|
||||
%{_libqt5_includedir}/QtDesignerComponents/%{so_version}
|
||||
@ -291,7 +293,7 @@ install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%exclude %{_libqt5_includedir}/QtCLucene/%{so_version}
|
||||
%{_libqt5_includedir}/QtCLucene
|
||||
%exclude %{_libqt5_includedir}/QtDesigner/%{so_version}
|
||||
@ -314,7 +316,7 @@ install -D -m644 src/qdbus/qdbusviewer/images/qdbusviewer-128.png %{buildroot}%{
|
||||
|
||||
%files examples
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.*
|
||||
%{_libqt5_examplesdir}/
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5d39cdc63d43ae1f954517e517d9a5c24f2b2c91e22dab3ae6b5b81deb49983e
|
||||
size 8993140
|
3
qttools-opensource-src-5.4.0.tar.xz
Normal file
3
qttools-opensource-src-5.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a85a096ffd30463781dc3871ad9640a510eba0086188c7943d23adc3660741a
|
||||
size 9261924
|
Loading…
Reference in New Issue
Block a user