25.2.7
Some checks failed
Run CI/CD... / main (push) Failing after 3m50s

This commit is contained in:
Your Name 2025-02-18 23:30:45 +00:00
parent 4f2434e933
commit 4a50c1f385

View file

@ -12,6 +12,7 @@ Source0: https://github.com/pbek/QOwnNotes/releases/download/v%{version}/%{name}
License: GPLv2 License: GPLv2
Group: Office Group: Office
BuildRequires: xz BuildRequires: xz
BuildRequires: llvm16
%if %{with_qt515} %if %{with_qt515}
BuildRequires: qt515 BuildRequires: qt515
%else %else
@ -42,7 +43,7 @@ that works together with Nextcloud Notes and ownCloud Notes.
%build %build
%if %{with_qt515} %if %{with_qt515}
#/opt/qt5/5.15/bin/lrelease QOwnNotes.pro #/opt/qt5/5.15/bin/lrelease QOwnNotes.pro
export LD_LIBRARY_PATH=/opt/qt5/5.15/lib:/opt/openssl3.3/lib64:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH=/opt/qt5/5.15/lib:/opt/openssl3.3/%{_lib}:/opt/llvm16/%{_lib}:${LD_LIBRARY_PATH}
/opt/qt5/5.15/bin/qmake /opt/qt5/5.15/bin/qmake
%else %else