automatic version update by autodist [release 20.12.1-1mamba;Wed Jan 13 2021]
This commit is contained in:
parent
5c5bb0b51a
commit
6321ba388e
@ -1,7 +1,7 @@
|
||||
%define majver %(echo %version | cut -d. -f1-2)
|
||||
|
||||
Name: kdepim-addons
|
||||
Version: 20.12.0
|
||||
Version: 20.12.1
|
||||
Release: 1mamba
|
||||
Summary: KDE Frameworks 5 PIM addons
|
||||
Group: System/Libraries
|
||||
@ -112,13 +112,9 @@ This package contains shared libraries for %{name}.
|
||||
%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)
|
||||
@ -155,8 +151,10 @@ exit 0
|
||||
%{_libdir}/qt5/plugins/importwizard/*.so
|
||||
%{_libdir}/qt5/plugins/korg_*.so
|
||||
%{_libdir}/qt5/plugins/kaddressbook/mainview/kaddressbook_*.so
|
||||
%ifarch %{ix86}
|
||||
%dir %{_libdir}/qt5/plugins/kaddressbook/importexportplugin
|
||||
%{_libdir}/qt5/plugins/kaddressbook/importexportplugin/*.so
|
||||
%endif
|
||||
%{_libdir}/qt5/plugins/kmail/mainview/kmail_*.so
|
||||
%{_libdir}/qt5/plugins/kmail/plugincheckbeforesend/kmail_*.so
|
||||
%{_libdir}/qt5/plugins/kmail/plugineditor/kmail_*.so
|
||||
@ -181,6 +179,9 @@ exit 0
|
||||
%doc LICENSES
|
||||
|
||||
%changelog
|
||||
* Wed Jan 13 2021 Automatic Build System <autodist@mambasoft.it> 20.12.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Dec 22 2020 Automatic Build System <autodist@mambasoft.it> 20.12.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user