Accepting request 676911 from KDE:Applications

OBS-URL: https://build.opensuse.org/request/show/676911
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pim-sieve-editor?expand=0&rev=27
This commit is contained in:
Yuchen Lin 2019-02-19 11:00:04 +00:00 committed by Git OBS Bridge
commit 03a9829733
2 changed files with 10 additions and 18 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 15 05:58:15 UTC 2019 - wbauer@tmo.at
- Remove unneeded build requirements
-------------------------------------------------------------------
Sat Feb 09 08:25:30 UTC 2019 - lbeltrame@kde.org

View File

@ -16,7 +16,7 @@
#
%define kf5_version 5.26.0
%define kf5_version 5.51.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
@ -29,48 +29,35 @@ Group: System/GUI/KDE
URL: http://www.kde.org
Source0: %{name}-%{version}.tar.xz
BuildRequires: extra-cmake-modules
BuildRequires: gettext-devel
# Is only required for the icon
BuildRequires: kmail-application-icons
BuildRequires: pkgconfig
BuildRequires: python-devel
BuildRequires: update-desktop-files
BuildRequires: xz
BuildRequires: cmake(KF5Bookmarks)
BuildRequires: cmake(KF5Crash)
BuildRequires: cmake(KF5DBusAddons)
BuildRequires: cmake(KF5DocTools)
BuildRequires: cmake(KF5IconThemes)
BuildRequires: cmake(KF5IMAP)
BuildRequires: cmake(KF5KIO)
BuildRequires: cmake(KF5LibKSieve)
BuildRequires: cmake(KF5MailTransport)
BuildRequires: cmake(KF5PimCommon)
BuildRequires: cmake(KF5PimTextEdit)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5WebKit)
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5Network) >= 5.9.0
BuildRequires: pkgconfig(Qt5Test) >= 5.9.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.9.0
Requires: kmail
# It can only build on the same platforms as Qt Webengine
ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64
%if 0%{?suse_version} > 1325
BuildRequires: libboost_headers-devel
%else
BuildRequires: boost-devel
%endif
%if %{with lang}
Recommends: %{name}-lang
%endif
%description
This package provides an editor, complete with syntax highlighting and
command completion, to edit Sieve scripts ("server side filtering")
in KDE PIM applications.
%if %{with lang}
%lang_package
%endif
%prep
%setup -q