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