Wolfgang Bauer
2022-01-06 12:44:44 +00:00
committed by Git OBS Bridge
parent c1c7dd1ba4
commit 2e29db7945
6 changed files with 33 additions and 24 deletions

View File

@@ -19,16 +19,16 @@
%define kf5_version 5.79.0
# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
%{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')}
%bcond_without lang
%bcond_without released
Name: kimap
Version: 21.12.0
Version: 21.12.1
Release: 0
Summary: KDE PIM Libraries: IMAP library
License: LGPL-2.1-or-later
Group: System/GUI/KDE
URL: https://www.kde.org
Source: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz
%if %{with lang}
%if %{with released}
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
Source2: applications.keyring
%endif
@@ -85,7 +85,7 @@ applications.
%install
%kf5_makeinstall -C build
%if %{with lang}
%if %{with released}
%find_lang %{name} --with-man --all-name
%endif
@@ -107,7 +107,7 @@ applications.
%{_kf5_libdir}/libkimaptest.a
%{_kf5_mkspecsdir}/qt_KIMAP.pri
%if %{with lang}
%if %{with released}
%files lang -f %{name}.lang
%endif