Christophe Marin 2023-06-14 10:05:22 +00:00 committed by Git OBS Bridge
parent f047f0b98a
commit b0acc7af70

View File

@ -62,7 +62,6 @@ BuildRequires: cmake(Qt5ScriptTools)
BuildRequires: cmake(Qt5UiPlugin)
BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5Xml)
Recommends: %{name}-lang
Obsoletes: %{name}5 < %{version}
Provides: %{name}5 = %{version}
@ -142,12 +141,10 @@ Contains the development files for the Okteta Hex Editor.
%find_lang liboktetakasten libkasten.lang
%{kf5_find_htmldocs}
%suse_update_desktop_file org.kde.okteta Utility Editor
%suse_update_desktop_file org.kde.okteta Utility Editor
%post -n libKasten%{Kasten_sover} -p /sbin/ldconfig
%postun -n libKasten%{Kasten_sover} -p /sbin/ldconfig
%post -n libOkteta%{Okteta_sover} -p /sbin/ldconfig
%postun -n libOkteta%{Okteta_sover} -p /sbin/ldconfig
%ldconfig_scriptlets -n libKasten%{Kasten_sover}
%ldconfig_scriptlets -n libOkteta%{Okteta_sover}
%files
%license LICENSES/*
@ -179,7 +176,6 @@ Contains the development files for the Okteta Hex Editor.
%{_kf5_libdir}/libOkteta%{Okteta_sover}*.so.*
%files devel
%license LICENSES/*
%{_kf5_cmakedir}/
%{_kf5_libdir}/libKasten%{Kasten_sover}*.so
%{_kf5_libdir}/libOkteta%{Okteta_sover}*.so
@ -191,15 +187,11 @@ Contains the development files for the Okteta Hex Editor.
%{_kf5_plugindir}/designer/
%files lang -f %{name}.lang
%license LICENSES/*
%files part-lang -f oktetapart.lang
%license LICENSES/*
%files -n libkasten-lang -f libkasten.lang
%license LICENSES/*
%files -n libokteta-lang -f libokteta.lang
%license LICENSES/*
%changelog