2013-10-01 08:14:05 +02:00
|
|
|
#
|
|
|
|
# spec file for package libqt5-qtquickcontrols
|
|
|
|
#
|
2015-06-06 09:51:27 +02:00
|
|
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2013-10-01 08:14:05 +02:00
|
|
|
#
|
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
|
2014-09-18 07:56:43 +02:00
|
|
|
%define qt5_snapshot 0
|
2014-02-11 10:34:53 +01:00
|
|
|
|
2013-10-01 08:14:05 +02:00
|
|
|
Name: libqt5-qtquickcontrols
|
2015-06-06 09:51:27 +02:00
|
|
|
Version: 5.4.2
|
2013-10-01 08:14:05 +02:00
|
|
|
Release: 0
|
2014-08-08 10:10:40 +02:00
|
|
|
Summary: Qt 5 Quick Controls Addon
|
2013-11-04 09:13:50 +01:00
|
|
|
License: SUSE-LGPL-2.1-with-digia-exception-1.1 or GPL-3.0
|
2013-10-01 08:14:05 +02:00
|
|
|
Group: Development/Libraries/X11
|
2013-11-04 09:13:50 +01:00
|
|
|
Url: http://qt.digia.com
|
2013-10-04 13:52:43 +02:00
|
|
|
%define base_name libqt5
|
2015-06-06 09:51:27 +02:00
|
|
|
%define real_version 5.4.2
|
|
|
|
%define so_version 5.4.2
|
2013-10-04 13:52:43 +02:00
|
|
|
%define tar_version qtquickcontrols-opensource-src-%{real_version}
|
2014-02-11 10:34:53 +01:00
|
|
|
Source: %{tar_version}.tar.xz
|
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: libQt5Core-private-headers-devel >= %{version}
|
|
|
|
BuildRequires: libQt5Gui-private-headers-devel >= %{version}
|
2014-03-27 09:29:53 +01:00
|
|
|
BuildRequires: libqt5-qtbase-devel >= %{version}
|
2014-02-11 10:34:53 +01:00
|
|
|
BuildRequires: libqt5-qtdeclarative-private-headers-devel >= %{version}
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick) >= %{version}
|
|
|
|
%if %qt5_snapshot
|
|
|
|
#to create the forwarding headers
|
|
|
|
BuildRequires: perl
|
|
|
|
%endif
|
2013-10-04 13:52:43 +02:00
|
|
|
BuildRequires: xz
|
2015-03-01 15:22:36 +01:00
|
|
|
%requires_ge libQt5Widgets5
|
|
|
|
%requires_ge libQtQuick5
|
2013-10-01 08:14:05 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
2014-08-08 10:10:40 +02:00
|
|
|
The Qt Quick Controls module provides a set of controls that
|
|
|
|
can be used to build complete interfaces in Qt Quick.
|
2013-10-01 08:14:05 +02:00
|
|
|
|
2014-03-27 09:29:53 +01:00
|
|
|
%package examples
|
|
|
|
Summary: Qt5 quickcontrols examples
|
|
|
|
Group: Development/Libraries/X11
|
|
|
|
|
|
|
|
%description examples
|
|
|
|
Examples for libqt5-qtquickcontrols module.
|
|
|
|
|
2013-10-01 08:14:05 +02:00
|
|
|
%prep
|
|
|
|
%setup -q -n qtquickcontrols-opensource-src-%{real_version}
|
|
|
|
|
|
|
|
%build
|
2014-02-11 10:34:53 +01:00
|
|
|
%if %qt5_snapshot
|
|
|
|
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)
|
|
|
|
mkdir .git
|
|
|
|
%endif
|
2013-11-04 09:13:50 +01:00
|
|
|
%qmake5
|
|
|
|
%make_jobs
|
2013-10-01 08:14:05 +02:00
|
|
|
|
|
|
|
%install
|
2013-11-04 09:13:50 +01:00
|
|
|
%qmake5_install
|
2013-10-01 08:14:05 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,755)
|
2014-12-21 11:57:32 +01:00
|
|
|
%doc LGPL_EXCEPTION.txt LICENSE.*
|
2013-10-04 13:52:43 +02:00
|
|
|
%{_libqt5_archdatadir}/qml/QtQuick
|
2013-11-04 09:13:50 +01:00
|
|
|
|
2014-03-27 09:29:53 +01:00
|
|
|
%files examples
|
|
|
|
%defattr(-,root,root,755)
|
2014-12-21 11:57:32 +01:00
|
|
|
%doc LGPL_EXCEPTION.txt LICENSE.*
|
2014-03-27 09:29:53 +01:00
|
|
|
%{_libqt5_examplesdir}/
|
|
|
|
|
2013-11-04 09:13:50 +01:00
|
|
|
%changelog
|