Wolfgang Bauer
2022-01-06 12:45:10 +00:00
committed by Git OBS Bridge
parent 8b4968ecf7
commit 2400a82ec5
6 changed files with 33 additions and 24 deletions

View File

@@ -18,16 +18,16 @@
# 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: mailimporter
Version: 21.12.0
Version: 21.12.1
Release: 0
Summary: Mail import functionality for KDE PIM applications
License: GPL-2.0-or-later
Group: Development/Libraries/C and C++
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
@@ -98,7 +98,7 @@ used by KDE PIM applications to import data from other mail formats
%install
%kf5_makeinstall -C build
%if %{with lang}
%if %{with released}
%find_lang %{name} --with-man --all-name
%endif
@@ -132,7 +132,7 @@ used by KDE PIM applications to import data from other mail formats
%{_kf5_debugdir}/mailimporter.categories
%{_kf5_debugdir}/mailimporter.renamecategories
%if %{with lang}
%if %{with released}
%files lang -f %{name}.lang
%endif