package init
This commit is contained in:
parent
e018717179
commit
ad052c53e5
47
qt5-qtquickcontrols.spec
Normal file
47
qt5-qtquickcontrols.spec
Normal file
@ -0,0 +1,47 @@
|
||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
||||
|
||||
Name: qt5-qtquickcontrols
|
||||
Version: 5.11.1
|
||||
Release: 4
|
||||
Summary: Qt5 Quick controls module
|
||||
License: LGPLv2 or LGPLv3 and GFDL
|
||||
Url: http://www.qt.io
|
||||
Source0: https://download.qt.io/archive/qt/5.11/5.11.1/submodules/qtquickcontrols-everywhere-src-5.11.1.tar.xz
|
||||
|
||||
BuildRequires: qt5-qtbase-devel >= %{version} qt5-qtbase-private-devel qt5-qtdeclarative-devel
|
||||
|
||||
%description
|
||||
This qt module provides a set of quick controls using for building complete interfaces in Qt Quick.
|
||||
|
||||
%package devel
|
||||
Summary: %{name} programming demos
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Provides: %{name}-examples = %{version}-%{release}
|
||||
Obsoletes:%{name}-examples < %{version}-%{release}
|
||||
|
||||
%description devel
|
||||
Qt Quick controls module's programming demos.
|
||||
|
||||
%prep
|
||||
%autosetup -n qtquickcontrols-everywhere-src-%{version} -p1
|
||||
|
||||
%build
|
||||
%{qmake_qt5}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install INSTALL_ROOT=%{buildroot}
|
||||
|
||||
%files
|
||||
%license LICENSE.*
|
||||
%{_qt5_archdatadir}/qml/QtQuick/
|
||||
|
||||
%files devel
|
||||
%if 0%{?_qt5_examplesdir:1}
|
||||
%{_qt5_examplesdir}/
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 14 2020 lingsheng <lingsheng@huawei.com> - 5.11.1-4
|
||||
- Package init
|
||||
BIN
qtquickcontrols-everywhere-src-5.11.1.tar.xz
Normal file
BIN
qtquickcontrols-everywhere-src-5.11.1.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user