From 5b0ed06184e98782b3bb8ecf8529662dcc44da1e39a17ff8b624299da74ba9b5 Mon Sep 17 00:00:00 2001 From: Fabian Vogt Date: Tue, 22 Aug 2017 15:40:02 +0000 Subject: [PATCH] - Fixup -lang requires OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/kimap?expand=0&rev=71 --- kimap.changes | 5 +++++ kimap.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/kimap.changes b/kimap.changes index fc3608f..24d8636 100644 --- a/kimap.changes +++ b/kimap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 22 15:38:57 UTC 2017 - fabian@ritter-vogt.de + +- Fixup -lang requires + ------------------------------------------------------------------- Fri Aug 11 22:45:35 UTC 2017 - christophe@krop.fr diff --git a/kimap.spec b/kimap.spec index 887ff2c..be6ff87 100644 --- a/kimap.spec +++ b/kimap.spec @@ -39,9 +39,7 @@ BuildRequires: kio-devel >= %{kf5_version} BuildRequires: kmime-devel >= %{kf5_version} BuildRequires: pkgconfig BuildRequires: pkgconfig(Qt5Test) -%if %{with lang} Recommends: %{name}-lang -%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -50,6 +48,8 @@ This package contains additional libraries for KDE PIM applications. %package -n libKF5IMAP5 Summary: KDE PIM Libraries: IMAP APIs Group: Development/Libraries/KDE +Recommends: libKF5IMAP5-lang +Provides: %{name} = %{version} %description -n libKF5IMAP5 This package contains the libray for IMAP support @@ -67,7 +67,7 @@ This package contains necessary include files and libraries needed to develop KDE PIM applications. %if %{with lang} -%lang_package +%lang_package -n libKF5IMAP5 %endif %prep