diff --git a/kpmcore.spec b/kpmcore.spec index 2ef92c7..fc46ca1 100644 --- a/kpmcore.spec +++ b/kpmcore.spec @@ -1,5 +1,5 @@ Name: kpmcore -Version: 22.08.3 +Version: 22.12.0 Release: 1mamba Summary: Library for managing partitions Group: System/Libraries @@ -57,13 +57,15 @@ This package contains libraries and header files for developing applications tha [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall -C build +%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang + %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %post -n lib%{name} -p /sbin/ldconfig %postun -n lib%{name} -p /sbin/ldconfig -%files -n lib%{name} +%files -n lib%{name} -f %{name}5_qt.lang %defattr(-,root,root) %{_libdir}/libkpmcore.so.* %dir %{_libdir}/qt5/plugins/kpmcore @@ -83,6 +85,9 @@ This package contains libraries and header files for developing applications tha %{_libdir}/libkpmcore.so %changelog +* Sun Dec 11 2022 Automatic Build System 22.12.0-1mamba +- automatic version update by autodist + * Fri Nov 04 2022 Automatic Build System 22.08.3-1mamba - automatic version update by autodist