package created using the webbuild interface [release 5.15.2-1mamba;Wed Nov 10 2021]
This commit is contained in:
parent
7c8d692db8
commit
eb61c55678
@ -1,2 +1,4 @@
|
|||||||
# qt5-qtquickcontrols
|
# qt5-qtquickcontrols
|
||||||
|
|
||||||
|
Qt5 Quick controls components.
|
||||||
|
|
||||||
|
58
qt5-qtquickcontrols.spec
Normal file
58
qt5-qtquickcontrols.spec
Normal file
@ -0,0 +1,58 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
|
Name: qt5-qtquickcontrols
|
||||||
|
Version: 5.15.2
|
||||||
|
Release: 1mamba
|
||||||
|
Summary: Qt5 Quick controls components
|
||||||
|
Group: System/Libraries
|
||||||
|
Vendor: openmamba
|
||||||
|
Distribution: openmamba
|
||||||
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
|
URL: https://www.qt.io/
|
||||||
|
Source: https://download.qt.io/official_releases/qt/5.15/%{version}/submodules/qtquickcontrols-everywhere-src-%{version}.tar.xz
|
||||||
|
License: GPL
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libglvnd-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: qt5-qtbase-devel
|
||||||
|
BuildRequires: qt5-qtdeclarative-devel
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
|
%description
|
||||||
|
Qt5 Quick controls components.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n qtquickcontrols-everywhere-src-%{version}
|
||||||
|
|
||||||
|
%build
|
||||||
|
%_qt5_qmake
|
||||||
|
|
||||||
|
%make
|
||||||
|
|
||||||
|
%install
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
%makeinstall INSTALL_ROOT=%{buildroot} STRIP=/bin/true
|
||||||
|
|
||||||
|
%clean
|
||||||
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_libdir}/qt5/qml/QtQuick
|
||||||
|
%dir %{_libdir}/qt5/qml/QtQuick/Controls
|
||||||
|
%{_libdir}/qt5/qml/QtQuick/Controls/*
|
||||||
|
%dir %{_libdir}/qt5/qml/QtQuick/Dialogs
|
||||||
|
%{_libdir}/qt5/qml/QtQuick/Dialogs/*
|
||||||
|
%dir %{_libdir}/qt5/qml/QtQuick/Extras
|
||||||
|
%{_libdir}/qt5/qml/QtQuick/Extras/*
|
||||||
|
%dir %{_libdir}/qt5/qml/QtQuick/PrivateWidgets
|
||||||
|
%{_libdir}/qt5/qml/QtQuick/PrivateWidgets/*
|
||||||
|
%doc LICENSE.*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Wed Nov 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-1mamba
|
||||||
|
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user