automatic version update by autodist [release 23.04.0-1mamba;Thu Apr 27 2023]
This commit is contained in:
parent
da765030f0
commit
0d02ef54e4
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kaccounts-integration
|
Name: kaccounts-integration
|
||||||
Version: 22.12.3
|
Version: 23.04.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks 5 framework to store secrets
|
Summary: KDE Frameworks 5 framework to store secrets
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -68,13 +68,8 @@ 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
|
%postun -n lib%{name} -p /sbin/ldconfig
|
||||||
exit 0
|
|
||||||
|
|
||||||
%postun -n lib%{name}
|
|
||||||
/sbin/ldconfig
|
|
||||||
exit 0
|
|
||||||
|
|
||||||
%files -n lib%{name} -f %{name}5_qt.lang
|
%files -n lib%{name} -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -84,6 +79,7 @@ exit 0
|
|||||||
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_kaccounts.so
|
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_kaccounts.so
|
||||||
%dir %{_libdir}/qt5/qml/org/kde/kaccounts
|
%dir %{_libdir}/qt5/qml/org/kde/kaccounts
|
||||||
%{_libdir}/qt5/qml/org/kde/kaccounts/*
|
%{_libdir}/qt5/qml/org/kde/kaccounts/*
|
||||||
|
%{_datadir}/applications/kcm_kaccounts.desktop
|
||||||
%dir %{_datadir}/kpackage/kcms/kcm_kaccounts
|
%dir %{_datadir}/kpackage/kcms/kcm_kaccounts
|
||||||
%{_datadir}/kpackage/kcms/kcm_kaccounts/*
|
%{_datadir}/kpackage/kcms/kcm_kaccounts/*
|
||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
@ -97,6 +93,9 @@ exit 0
|
|||||||
%{_libdir}/libkaccounts.so
|
%{_libdir}/libkaccounts.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 23.04.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 22.12.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user