Update descriptions, part1
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcrash?expand=0&rev=8
This commit is contained in:
parent
29e4b128d4
commit
a5ec3e18b5
18
kcrash.spec
18
kcrash.spec
@ -30,7 +30,7 @@ BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
|||||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Summary: KDE Base Libraries
|
Summary: Gracefull handling of application crashes
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
@ -38,21 +38,17 @@ Source0: kcrash-%{version}.tar.xz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the core libraries of the K Desktop Environment.
|
KCrash provides support for intercepting and handling application crashes.
|
||||||
|
|
||||||
This package is absolutely necessary for using KDE applications.
|
|
||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: KDE Core Libraries
|
Summary: Gracefull handling of application crashes
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
This package contains the core libraries of the K Desktop Environment.
|
KCrash provides support for intercepting and handling application crashes.
|
||||||
|
|
||||||
This package is absolutely necessary for using KDE applications.
|
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: KDE Core Libraries: Build Environment
|
Summary: Gracefull handling of application crashes: Build Environment
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %lname = %{version}
|
Requires: %lname = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
@ -61,8 +57,8 @@ Requires: kwindowsystem-devel >= %{_kf5_version}
|
|||||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
KCrash provides support for intercepting and handling application crashes.
|
||||||
to develop non-graphical KDE applications.
|
Development files.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
Loading…
Reference in New Issue
Block a user