automatic version update by autodist [release 21.08.0-1mamba;Sun Aug 22 2021]
This commit is contained in:
parent
e8f7d8853c
commit
2bbc305733
25
kmail.spec
25
kmail.spec
@ -1,7 +1,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: kmail
|
Name: kmail
|
||||||
Version: 21.04.3
|
Version: 21.08.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Frameworks 5 mail client
|
Summary: KDE Frameworks 5 mail client
|
||||||
Group: Graphical Desktop/Applications/Internet
|
Group: Graphical Desktop/Applications/Internet
|
||||||
@ -10,7 +10,6 @@ Distribution: openmamba
|
|||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org/
|
URL: https://kde.org/
|
||||||
Source: http://download.kde.org/stable/release-service/%{version}/src/kmail-%{version}.tar.xz
|
Source: http://download.kde.org/stable/release-service/%{version}/src/kmail-%{version}.tar.xz
|
||||||
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
|
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
@ -82,9 +81,9 @@ Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
Requires: kleopatra
|
Requires: kleopatra
|
||||||
Requires: kdepim-runtime >= %{version}
|
Requires: kdepim-runtime >= %{version}
|
||||||
Provides: kmail4
|
Provides: kmail4
|
||||||
Obsoletes: kmail4
|
Obsoletes: kmail4 < 21.08.0
|
||||||
Obsoletes: korn
|
Obsoletes: korn < 21.08.0
|
||||||
Obsoletes: kdepim-core
|
Obsoletes: kdepim-core < 21.08.0
|
||||||
Requires: pinentry-qt
|
Requires: pinentry-qt
|
||||||
Requires: kmail-account-wizard
|
Requires: kmail-account-wizard
|
||||||
Requires: mbox-importer
|
Requires: mbox-importer
|
||||||
@ -96,7 +95,6 @@ This package is part of KDE5, as a component of the KDE5 kdepim module.
|
|||||||
%package -n lib%{name}
|
%package -n lib%{name}
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Summary: Shared libraries for %{name}
|
Summary: Shared libraries for %{name}
|
||||||
Obsoletes: kdepim-core
|
|
||||||
|
|
||||||
%description -n lib%{name}
|
%description -n lib%{name}
|
||||||
This package contains shared libraries for %{name}.
|
This package contains shared libraries for %{name}.
|
||||||
@ -130,13 +128,9 @@ rm -f %{buildroot}%{_docdir}/HTML/nl/ktnef/index.cache.bz2
|
|||||||
%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)
|
||||||
@ -145,6 +139,10 @@ exit 0
|
|||||||
%{_bindir}/kmail-refresh-settings
|
%{_bindir}/kmail-refresh-settings
|
||||||
%{_bindir}/ktnef
|
%{_bindir}/ktnef
|
||||||
%{_libdir}/qt5/plugins/akonadi/config/*.so
|
%{_libdir}/qt5/plugins/akonadi/config/*.so
|
||||||
|
%dir %{_libdir}/qt5/plugins/pim/kcms/kmail
|
||||||
|
%{_libdir}/qt5/plugins/pim/kcms/kmail/kcm_kmail_*.so
|
||||||
|
%{_libdir}/qt5/plugins/pim/kcms/summary/kcmkmailsummary.so
|
||||||
|
%{_libdir}/qt5/plugins/pim/kcms/summary/kcmkontactsummary.so
|
||||||
%{_datadir}/akonadi/agents/*.desktop
|
%{_datadir}/akonadi/agents/*.desktop
|
||||||
%{_datadir}/applications/kmail_view.desktop
|
%{_datadir}/applications/kmail_view.desktop
|
||||||
%{_datadir}/applications/org.kde.kmail2.desktop
|
%{_datadir}/applications/org.kde.kmail2.desktop
|
||||||
@ -181,6 +179,9 @@ exit 0
|
|||||||
%doc LICENSES
|
%doc LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Aug 22 2021 Automatic Build System <autodist@mambasoft.it> 21.08.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
* Fri Jul 09 2021 Automatic Build System <autodist@mambasoft.it> 21.04.3-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user