format spec

This commit is contained in:
yeqinglong 2020-08-21 11:44:31 +08:00
parent 76a2abf1f7
commit c9123ae21f

View File

@ -1,12 +1,12 @@
%global framework kcrash
Name: kf5-%{framework}
Version: 5.55.0
Release: 1
Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes
Name: kf5-%{framework}
Version: 5.55.0
Release: 1
Summary: KDE Frameworks 5 Tier 2 addon for handling application crashes
License: LGPLv2+
URL: https://cgit.kde.org/%{framework}.git
License: LGPLv2+
URL: https://cgit.kde.org/%{framework}.git
%global majmin %(echo %{version} | cut -d. -f1-2)
%global revision %(echo %{version} | cut -d. -f3)
@ -19,14 +19,7 @@ Source0: http://download.kde.org/%{stable}/frameworks/%{majmin}/%{framewo
## upstream patches
BuildRequires: extra-cmake-modules >= %{majmin}
BuildRequires: kf5-kcoreaddons-devel >= %{majmin}
BuildRequires: kf5-kwindowsystem-devel >= %{majmin}
BuildRequires: kf5-rpm-macros
BuildRequires: libX11-devel
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtx11extras-devel
BuildRequires: extra-cmake-modules >= %{majmin} kf5-kcoreaddons-devel >= %{majmin} kf5-kwindowsystem-devel >= %{majmin} kf5-rpm-macros libX11-devel qt5-qtbase-devel qt5-qtx11extras-devel
%description
KCrash provides support for intercepting and handling application crashes.