Name: linyaps-web-store-installer Version: 1.6.8 Release: 1 Summary: linyaps web store installer License: GPL-3.0-or-later URL: https://gitee.com/LFRon/linyaps-web-store-installer Source0: https://github.com/OpenAtom-Linyaps/linyaps-web-store-installer/archive/refs/tags/1.6.8.zip BuildRequires: cmake >= 3.0 BuildRequires: gcc-c++ BuildRequires: pkgconfig BuildRequires: qt5-qtbase-devel BuildRequires: xdg-utils Requires: linglong-bin Requires: xdg-utils %description linglong-installer is a package installer for the linglong web store. It provides a GUI interface for installing applications from the linglong ecosystem with OCI standard support. %prep %autosetup -p1 -n linyaps-web-store-installer-%{version} %build %cmake \ -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=%{_prefix} \ -DQT_VERSION_MAJOR=5 %cmake_build %install %cmake_install %post xdg-mime default space.linglong.Installer.desktop x-scheme-handler/og %files %license LICENSE %doc README.md README_zh_CN.md %{_bindir}/ll-installer %{_datadir}/applications/space.linglong.Installer.desktop %changelog * Thu Sep 4 2025 LFRon - 1.6.8-1 - update follow upstream 1.6.8-1 * Wed Apr 02 2025 dengbo - 1.6.6-1 - feat: support Qt6 packaging - update follow upstream 1.6.6-1 * Thu Nov 24 2022 huqinghong - 1.3.3.7-1 - update version for deepin. * Tue Aug 09 2022 huqinghong - 1.3.3.6-1 - fix display of QPlainTextEdit. * Mon Aug 01 2022 liujianqiang - 1.3.3.5-1 - update version for deepin. * Mon Jul 25 2022 liujianqiang - 1.3.3-1 - update version and add depends xdg-utils. * Wed Dec 08 2021 liujianqiang - 1.0.0-1 - Init package.