automatic version update by autodist [release 5.100.0-1mamba;Thu Nov 17 2022]

This commit is contained in:
Automatic Build System 2024-01-06 00:34:41 +01:00
parent 1c7832789e
commit 9396e88b9b

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: karchive
Version: 5.99.0
Version: 5.100.0
Release: 1mamba
Summary: Classes for easy reading, creation and manipulation of "archive" formats like ZIP and TAR
Group: System/Libraries
@ -62,13 +62,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)
%{_kde5_libdir}/libKF5Archive.so.*
%{_datadir}/qlogging-categories5/karchive.*categories
@ -85,6 +87,9 @@ This package contains libraries and header files for developing applications tha
%doc README.md
%changelog
* Thu Nov 17 2022 Automatic Build System <autodist@mambasoft.it> 5.100.0-1mamba
- automatic version update by autodist
* Tue Oct 11 2022 Automatic Build System <autodist@mambasoft.it> 5.99.0-1mamba
- automatic version update by autodist