automatic version update by autodist [release 24.12.0-1mamba;Sun Dec 15 2024]
This commit is contained in:
parent
a2c63bc304
commit
14bfa5daa7
24
krdc.spec
24
krdc.spec
@ -1,5 +1,5 @@
|
||||
Name: krdc
|
||||
Version: 24.08.3
|
||||
Version: 24.12.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Remote Desktop Client
|
||||
Group: Graphical Desktop/Applications/Networking
|
||||
@ -85,24 +85,6 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
|
||||
%posttrans
|
||||
/sbin/ldconfig
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||
exit 0
|
||||
|
||||
%postun
|
||||
/sbin/ldconfig
|
||||
if [ $1 -eq 0 ]; then
|
||||
update-desktop-database -q >/dev/null 2>&1
|
||||
update-mime-database -n %{_kf6_mimedir} >/dev/null 2>&1
|
||||
fi
|
||||
exit 0
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_kf6_bindir}/krdc
|
||||
@ -113,6 +95,7 @@ exit 0
|
||||
%{_qt6_plugindir}/krdc/krdc_*.so
|
||||
%{_datadir}/applications/org.kde.krdc.desktop
|
||||
%{_datadir}/metainfo/org.kde.krdc.appdata.xml
|
||||
%{_datadir}/mime/packages/org.kde.krdc-mime.xml
|
||||
%{_kf6_kcfgdir}/krdc.kcfg
|
||||
%{_datadir}/qlogging-categories6/krdc.categories
|
||||
%doc LICENSES
|
||||
@ -125,6 +108,9 @@ exit 0
|
||||
%{_includedir}/krdccore_export.h
|
||||
|
||||
%changelog
|
||||
* Sun Dec 15 2024 Automatic Build System <autodist@openmamba.org> 24.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Nov 07 2024 Automatic Build System <autodist@openmamba.org> 24.08.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user