forked from pool/libqt5-qtquickcontrols
Accepting request 227527 from KDE:Qt5
Update to 5.3.0 beta OBS-URL: https://build.opensuse.org/request/show/227527 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtquickcontrols?expand=0&rev=7
This commit is contained in:
parent
555eb3973b
commit
0f1d56fec6
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 25 11:44:16 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.3.0 beta
|
||||
* New feature release, please see
|
||||
http://blog.qt.digia.com/blog/2014/03/25/qt-5-3-beta-released/
|
||||
and http://qt-project.org/wiki/New-Features-in-Qt-5.3
|
||||
- Added libqt5-qtbase-devel BuildRequires, to build examples subpackage
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 10 11:24:34 UTC 2014 - mlin@suse.com
|
||||
|
||||
|
@ -19,15 +19,15 @@
|
||||
%define qt5_snapshot 0
|
||||
|
||||
Name: libqt5-qtquickcontrols
|
||||
Version: 5.2.1
|
||||
Version: 5.3.0~beta
|
||||
Release: 0
|
||||
Summary: Qt 5 Serial Port Addon
|
||||
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.2.1
|
||||
%define so_version 5.2.1
|
||||
%define real_version 5.3.0-beta
|
||||
%define so_version 5.3.0
|
||||
%if %qt5_snapshot
|
||||
%define tar_version qtquickcontrols-%{real_version}
|
||||
%else
|
||||
@ -37,6 +37,7 @@ Source: %{tar_version}.tar.xz
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libQt5Core-private-headers-devel >= %{version}
|
||||
BuildRequires: libQt5Gui-private-headers-devel >= %{version}
|
||||
BuildRequires: libqt5-qtbase-devel >= %{version}
|
||||
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version}
|
||||
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
|
||||
BuildRequires: pkgconfig(Qt5Quick) >= %{version}
|
||||
@ -53,6 +54,13 @@ Qt is a set of libraries for developing applications.
|
||||
This package contains base tools, like string, xml, and network
|
||||
handling.
|
||||
|
||||
%package examples
|
||||
Summary: Qt5 quickcontrols examples
|
||||
Group: Development/Libraries/X11
|
||||
|
||||
%description examples
|
||||
Examples for libqt5-qtquickcontrols module.
|
||||
|
||||
%prep
|
||||
%if %qt5_snapshot
|
||||
%setup -q -n qtquickcontrols-%{real_version}
|
||||
@ -76,4 +84,9 @@ mkdir .git
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%{_libqt5_archdatadir}/qml/QtQuick
|
||||
|
||||
%files examples
|
||||
%defattr(-,root,root,755)
|
||||
%doc LGPL_EXCEPTION.txt LICENSE.FDL LICENSE.GPL LICENSE.LGPL
|
||||
%{_libqt5_examplesdir}/
|
||||
|
||||
%changelog
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:eb03a69402576984d588923e994c3cb672d8479ac9b68ed90da15d0c2fd82aac
|
||||
size 598328
|
3
qtquickcontrols-opensource-src-5.3.0-beta.tar.xz
Normal file
3
qtquickcontrols-opensource-src-5.3.0-beta.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:47a77470b68b2c84340947e9a991212cd1665f3213b4f93d60bf5fd6586395b3
|
||||
size 732092
|
Loading…
x
Reference in New Issue
Block a user