Luca Beltrame 2016-12-12 16:42:13 +00:00 committed by Git OBS Bridge
parent daec29d4f1
commit 433bbb51c8
2 changed files with 12 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 12 16:41:59 UTC 2016 - lbeltrame@kde.org
- Update descriptions
-------------------------------------------------------------------
Sat Dec 3 16:45:34 UTC 2016 - tittiatcoke@gmail.com

View File

@ -22,7 +22,7 @@ Release: 0
%define kf5_version 5.26.0
# Latest stable Applications (e.g. 16.08 in KA, but 16.11.90 in KUA)
%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
Summary: Base package of kdepim
Summary: Mail import functionality for KDE PIM
License: GPL-2.0
Group: Development/Libraries/C and C++
Url: http://www.kde.org
@ -48,7 +48,9 @@ ExclusiveArch: %ix86 x86_64 %arm aarch64 mips mips64
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
This package contains the mailimporter library.
The mailimporter library is a KDE PIM project to provide a framework
for importing mail from different formats into Mail User Agents such as
KMail or Kontact.
%prep
%setup -q
@ -68,7 +70,8 @@ Group: System/Libraries
Requires: %{name} = %{version}
%description -n libKF5MailImporter5
MailImporter Library
This package provides the mailimporter library, used by KDE PIM applications
to import data from other mail formats (such as mbox, Maildir...).
%post -n libKF5MailImporter5 -p /sbin/ldconfig
%postun -n libKF5MailImporter5 -p /sbin/ldconfig
@ -80,7 +83,7 @@ Group: Development/Libraries/C and C++
Requires: libKF5MailImporter5 = %{version}
%description devel
The development package for the mailimporter libraries
This package provides the development headers of the mailimporter library.
%files devel
%defattr(-,root,root)