Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion rpm/SPECS/openmodelica.spec.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ BuildRequires: qt5-qttools
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtsvg-devel
BuildRequires: qt5-qtxmlpatterns-devel
%else
%else
# el 10 does not have qt5-qtwebkit anymore, use qt6
BuildRequires: qt6-qtwebengine-devel
BuildRequires: qt6-linguist
Expand Down Expand Up @@ -246,6 +246,7 @@ rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%dir %attr(0755,root,root) /opt/%{name}/share
/opt/%{name}/*
%{_bindir}/*-BRANCH
%ghost %{_bindir}/omc
Expand Down