automatic version update by autodist [release 22.12.0-1mamba;Sun Dec 11 2022]
This commit is contained in:
parent
da49e13ab2
commit
1f9b65f385
@ -1,5 +1,5 @@
|
|||||||
Name: kpmcore
|
Name: kpmcore
|
||||||
Version: 22.08.3
|
Version: 22.12.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Library for managing partitions
|
Summary: Library for managing partitions
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -57,13 +57,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%makeinstall -C build
|
||||||
|
|
||||||
|
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -n lib%{name} -p /sbin/ldconfig
|
%post -n lib%{name} -p /sbin/ldconfig
|
||||||
%postun -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)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libkpmcore.so.*
|
%{_libdir}/libkpmcore.so.*
|
||||||
%dir %{_libdir}/qt5/plugins/kpmcore
|
%dir %{_libdir}/qt5/plugins/kpmcore
|
||||||
@ -83,6 +85,9 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libkpmcore.so
|
%{_libdir}/libkpmcore.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 11 2022 Automatic Build System <autodist@mambasoft.it> 22.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
* Fri Nov 04 2022 Automatic Build System <autodist@mambasoft.it> 22.08.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user