automatic version update by autodist [release 5.24.0-1mamba;Thu Feb 10 2022]
This commit is contained in:
parent
da8a983381
commit
ed8e87b013
@ -1,7 +1,7 @@
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
|
||||
Name: systemsettings
|
||||
Version: 5.23.5
|
||||
Version: 5.24.0
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 system settings panel
|
||||
Group: Graphical Desktop/Applications/Configuration
|
||||
@ -92,23 +92,19 @@ This package contains libraries and header files for developing applications tha
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%post -n lib%{name}
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%post -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%postun -n lib%{name}
|
||||
/sbin/ldconfig
|
||||
exit 0
|
||||
%postun -n lib%{name} -p /sbin/ldconfig
|
||||
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/systemsettings
|
||||
%{_bindir}/systemsettings5
|
||||
%{_datadir}/applications/kdesystemsettings.desktop
|
||||
%{_datadir}/applications/systemsettings.desktop
|
||||
%{_datadir}/metainfo/org.kde.systemsettings.metainfo.xml
|
||||
%{_datadir}/kglobalaccel/systemsettings.desktop
|
||||
#%{_datadir}/kservices5/settings-*.desktop
|
||||
%{_kde5_servicetypesdir}/systemsettings*.desktop
|
||||
%{_kde5_servicetypesdir}/*.desktop
|
||||
%{_datadir}/kxmlgui5/systemsettings/systemsettingsui.rc
|
||||
%{_datadir}/qlogging-categories5/systemsettings.categories
|
||||
%dir %{_datadir}/systemsettings
|
||||
@ -133,6 +129,9 @@ exit 0
|
||||
#%{_libdir}/libsystemsettingsview.so
|
||||
|
||||
%changelog
|
||||
* Thu Feb 10 2022 Automatic Build System <autodist@mambasoft.it> 5.24.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed Jan 05 2022 Automatic Build System <autodist@mambasoft.it> 5.23.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user