%global qt5_version 5.15 Summary: Neptune UI Sample APP Qt Based for Automotive Name: neptune3-ui Version: 5.15 Release: 1%{?dist} # See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details License: LGPLv2 with exceptions or GPLv3 with exceptions Url: http://www.qt.io Source0: https://code.qt.io/cgit/qt-apps/neptune3-ui.git/neptune3-ui-%{version}.tar.gz BuildRequires: qt5-qtbase-devel >= %{qt5_version} BuildRequires: qt5-qtbase-private-devel >= %{qt5_version} BuildRequires: qt5-qtbase-static >= %{qt5_version} BuildRequires: qt5-qtdeclarative-devel >= %{qt5_version} BuildRequires: qt5-qtwayland-devel >= %{qt5_version} BuildRequires: wayland-devel BuildRequires: libarchive-devel BuildRequires: libyaml-devel %description Sample Automotive App %prep %setup -q -n neptune3-ui-%{version} %build mkdir %{_target_platform} pushd %{_target_platform} %{qmake_qt5} ../neptune3-ui.pro "CONFIG += git_build" %make_build %install make install INSTALL_ROOT=%{buildroot} -C %{_target_platform} %ldconfig_scriptlets %files %license LICENSE.* /usr/lib64/qt5/examples/neptune3-ui/* /usr/lib/debug/usr/lib64/qt5/examples/neptune3-ui/* /usr/lib/debug/opt/neptune3/* /opt/neptune3/* %changelog * Wed May 12 2021 Adam Young - 5.8-1 - Initial version