Make a merry car great again

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/mailimporter?expand=0&rev=50
This commit is contained in:
Luca Beltrame 2017-04-15 13:29:04 +00:00 committed by Git OBS Bridge
parent 6d54bdeec5
commit 467946fef8

View File

@ -16,6 +16,8 @@
#
%bcond_without lang
Name: mailimporter
Version: 17.03.90
Release: 0
@ -57,6 +59,10 @@ 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.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q
@ -67,6 +73,9 @@ KMail or Kontact.
%install
%kf5_makeinstall -C build
%if %{with lang}
%find_lang %{name} --with-man --all-name
%endif
%package -n libKF5MailImporter5
Summary: MailImporter library for kdepim
@ -133,4 +142,9 @@ This package provides the development headers of the mailimporter library.
%config %{_kf5_configdir}/mailimporter.categories
%config %{_kf5_configdir}/mailimporter.renamecategories
%if %{with lang}
%files lang -f %{name}.lang
%doc COPYING*
%endif
%changelog